Skip to content
Snippets Groups Projects
Commit 3c588a60 authored by Paul Best's avatar Paul Best
Browse files

decelerate birds

parent 0bc68d81
No related branches found
No related tags found
No related merge requests found
species = {
'wolves':{
'wavpath': 'wolves/*rey*/*.wav',
'wavpath': 'wolves/*/*.wav',
'FS': 16000,
'nfft': 1024,
'downsample':1,
......@@ -52,14 +52,14 @@ species = {
'wavpath': 'monk parakeet/pre-processed_calls/*.WAV',
'FS':44100,
'nfft':512,
'downsample':1,
'downsample':3,
'step': 1/16
},
'palmae':{
'wavpath': 'FCPalmae/cut/*.wav',
'FS':44100,
'nfft':1024,
'downsample':1,
'downsample':5,
'step': 1/16
},
'little_owl':{
......@@ -73,14 +73,14 @@ species = {
'wavpath': 'white_eye/cut/*.wav',
'FS':44100,
'nfft':1024,
'downsample':1,
'downsample':5,
'step': 1/16
},
'long_billed':{
'wavpath':'marcelo/long_billed_hermit_songs/*.wav',
'FS':44100,
'nfft':512,
'downsample':1,
'downsample':5,
'step': 1/16
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment