Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Import sounds produced by animals
ResourceFunction["AnimalSound"][species] generates an Audio object associated with a specified species entity. | |
ResourceFunction["AnimalSound"][species,property] gives a property of an audio object for a specified species entity. |
"Channels" | number of audio channels |
"Duration" | duration of the audio track |
"SampleRate" | the sampling rate |
"Link" | URL to the sample Audio object |
Explore the vocal sound of animals:
In[1]:= |
Out[1]= |
Explore noises produced by animals:
In[2]:= |
Out[2]= |
Explore a property of the audio object:
In[3]:= |
Out[3]= |
Specify a sample rate:
In[4]:= |
Out[4]= |
Use AudioIntervals to compute intervals of the animal calls:
In[5]:= |
Out[5]= |
In[6]:= |
Out[6]= |
Analyze the interval durations:
In[7]:= |
Out[7]= |
Visualize intervals:
In[8]:= |
Out[8]= |
Audio information is available for selected animal species only. Trying to visualize a non-animal species entity returns a Missing value:
In[9]:= |
Out[9]= |
Use FeatureSpacePlot to visualize the features extracted from the bird vocalization:
In[10]:= |
In[11]:= |
Out[11]= |
Wolfram Language 13.0 (December 2021) or above
This work is licensed under a Creative Commons Attribution 4.0 International License