britalmeida / push_to_talk

Add-on for recording audio in Blender's Sequencer
GNU General Public License v3.0
46 stars 11 forks source link

Investigate SoundCard library #5

Open fsiddi opened 3 years ago

fsiddi commented 3 years ago

Instead of using ffmpeg, we could use the SoundCard package. It seems to be portable and based on the portaudio library. This means that the add-on would need to be packaged with some OS-relative dependencies. Adopting this solution should make it more predictable to display and use sound devices for audio recording in Blender.

There is no priority to do this, but volunteers willing to investigate are welcome.

tin2tin commented 3 years ago

Or the audio recording of audaspace could be expanded and and have a proper API added?

https://github.com/neXyon/audaspace/issues/30#issuecomment-656684074