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've been working on a project that needs to read from the mixed audio stream to be sent to ffmpeg for streaming. However, the only function I found fit is the Mix_SetPostMix function, which has no analogous function in Python. If some equivalent of this function were implemented, audio visualizations and other similar functions would be possible.
The text was updated successfully, but these errors were encountered:
This does work, but I think that it would still be beneficial to move it into the main library for ease of access and documentation purposes, since pygame._sdl2.mixer is undocumented (to my knowledge).
I've been working on a project that needs to read from the mixed audio stream to be sent to ffmpeg for streaming. However, the only function I found fit is the Mix_SetPostMix function, which has no analogous function in Python. If some equivalent of this function were implemented, audio visualizations and other similar functions would be possible.
The text was updated successfully, but these errors were encountered: