introlab / odas

ODAS: Open embeddeD Audition System
MIT License
780 stars 248 forks source link

Hi, I would like to ask how to record file data instead of microphone data to provide raw audio for ODAS #223

Open ldxdudu opened 3 years ago

ldxdudu commented 3 years ago

I am reading this paper :ODAS: Open embeddeD Audition System. The paper says "Raw audio can be provided by a pre-recorded multi-channel RAW audio file, or obtained directly from a chosen sound card connected to microphones for real-time processing" but i do not know how to do it. Thanks!

Quang-Kien commented 3 years ago

You can record wave file and then convert it to raw file, raw file is a wave without header. Check google for a script to convert.

Qinyang-bit commented 2 years ago

Did you solve the issue now?