introlab / odas

ODAS: Open embeddeD Audition System
MIT License
804 stars 254 forks source link

Slow-Mo Recordings #176

Closed ChrisCJou closed 5 years ago

ChrisCJou commented 5 years ago

Thank you all for creating this project!

I am currently working on a personal project with a Respeaker Core v2 Microphone and I am using a slightly modified configuration from https://github.com/xiongyihui/odas/blob/master/config/odaslive/respeaker_6_mic_array.cfg

However, I have having an issue when recording as the wav files that are being recorded come out with a sample rate of 16000Hz, however, when I put it into Audacity and mess around with it, it seems like the rate should be 44100Hz. How can I get the output into 44100Hz?

Here is my current config file.

If necessary, I can attach a sample wav file. respeaker_6_mic_array.txt

ChrisCJou commented 5 years ago

Ah, I see what I was doing wrong. In the ODAS Studio side, I had not changed the config sample rate as well.

I did have a separate question unrelated to this issue. Please let me know if I should open a new thread instead.

In the SSS section, for mode_sep and mode_pf, what do the different mode types mean and how will they affect the resulting audio files? Thanks!