go-audio / wav

Battle tested Wav decoder/encoder
Apache License 2.0
300 stars 46 forks source link

Sound card input output ? #28

Open chmike opened 3 years ago

chmike commented 3 years ago

Reading and writing wav files is great. Thank you very much.

I would also need to directly read and write from a small sound card connected on usb interface. The sound card has a mic input and headphone output. I need to record sounds and to write sounds with a go program.

Do you have a package that can do that ? Do you have a solution to suggest ?