Matthew Sitton
Matthew Sitton
It's very confusing considering that NLayer which is a very similar library developed by the same developers is not this way.
I've found that the number of samples returned by vorbis.ReadSamples() does not line up with SamplePosition. Every so often it will get 4 or so samples off during reads ...
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...
Is there any possibility to allow the use of the library with exceptions disabled?
Unix implementation sockets are not closed when the socket path failed to connect or does not exist
This causes specifically with the https://github.com/Lachee/discord-rpc-csharp library for games built with unity to crash on linux as they reach the max number of open file descriptors because of all of...
https://github.com/naudio/NLayer/blob/670d408e6c2b9b0730f20316edc726db138c806e/NLayer/Decoder/MpegStreamReader.cs#L403 This loop trying to do this backward move operation on the buffer is extremely extremely busted. Not only does this never run because in this context moveCount should be...
Currently the audio code merged in pr #11 is very incomplete. So this work needs to be expanded upon. Overall my current plan for the audio engine is to have...
I've been trying to be a bit better about this but things are not in overall great shape docs wise. I've never actually tried getting CLdoc running on windows, so...
So currently we are using the yaml config file, but after thinking about it more there might be better options for reducing code complexity. Songs are pretty much forced to...
libintl.h is apparently a part of either glibc or gettext cant quite figure out which. Which means it breaks msvc, i'm also not finding hardly any info on using gettext...