You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing an application that handles MP3 files with various sample rates (44100 & 48000).
It would be fine to be able to create several contexts (at least one for each sample rate).
Note that I have patched the context.go file to allow multiple contexts. It works fine for me (Linux/Alsa) but I'd like to port my application to Windows.
The text was updated successfully, but these errors were encountered:
I'm writing an application that handles MP3 files with various sample rates (44100 & 48000).
It would be fine to be able to create several contexts (at least one for each sample rate).
Note that I have patched the context.go file to allow multiple contexts. It works fine for me (Linux/Alsa) but I'd like to port my application to Windows.
The text was updated successfully, but these errors were encountered: