feliwir / SharpAudio

Audio playback/capturing engine for C#
MIT License
174 stars 19 forks source link

How to capture microphone audio and store in wav? #10

Open dev-bre opened 4 years ago

feliwir commented 4 years ago

Hey, sorry i didn't implement this yet. Will add this ASAP now that someone actually requested it

dev-bre commented 4 years ago

Just to give you more insights, would be great if the solution would work on Linux in particular. I am working on a Raspberry pi project, so any Windows specific calls won't work.

dev-bre commented 4 years ago

Hi, do you have an ETA on when the audio capture will be added to this library?

feliwir commented 4 years ago

@dev-bre since i'm currently focusing on 3D audio support and a few other things we need in OpenSage, probably not before i need it. But contributions are always welcome 👍

feliwir commented 4 years ago

Just to give you more insights, would be great if the solution would work on Linux in particular. I am working on a Raspberry pi project, so any Windows specific calls won't work.

It does work on Linux. On Linux the OpenAL backend is used

dev-bre commented 4 years ago

Ok thanks for the update. I think you can close this one then.

Hopefully you will integrate this feature soon!