andrewrk / libsoundio

C library for cross-platform real-time audio input and output
http://libsound.io/
MIT License
1.93k stars 228 forks source link

Any plans to get working on this again soon? #154

Open mdsitton opened 7 years ago

mdsitton commented 7 years ago

I know you are busy working on zig, but libsoundio is a very useful library and would like to see its development continued.

Getting all of the issues worked out and v2 released should be a priority imo. I don't want to plop my audio system ontop of a library that could end up abandoned in the future so any development would be nice.

Thanks :)

andrewrk commented 7 years ago

This library won't be abandoned and here's why:

I do have a full time job, so things are going to move slowly. But my interests have not wavered. It's all part of the big plan...

Are there any issues with 1.1.0 that are show stoppers for you?

mdsitton commented 7 years ago

ok good to know. I don't currently have any issues as i haven't exactly started using it yet, but seems others have and i didn't want to start writing code that ill need to swap over at some point to v2.0 when its released.

sp-1234 commented 7 years ago

Are there any issues with 1.1.0 that are show stoppers for you?

Not like a real showstopper (because the ring buffer implementation can be replaced after all) but I would be very grateful if you could look into https://github.com/andrewrk/libsoundio/issues/160

mdsitton commented 4 years ago

Just fyi i've since switched to https://github.com/kinetiknz/cubeb due to the lack of support for this library by @andrewrk Since there hasn't been significant work on this library in 3 years and there are tons of unmerged pull requests i would suggest people move over to cubeb which is the audio output backend used and maintained for firefox.