Control multiple speakers to make a surround sound family or simply stereo pairing across different brands.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I didn't really do much. I just tested, renamed functions, fixed functions, and changed app dimensions.
I implemented pausing to the main program with the GUI and added a few other features too like automatically stopping when the main thread is stopped.
I made wrote some code that temporarily pauses a thread which also pauses the output for that long. I will add this later to the main program, this is a different file I was just experimenting on. I will use it to adjust delays in audio.
I learned the basics and got multiple output devices to play separate wav files simultaneously using threads. I added some GUI using customtkinter and made a dropdown menu with all output devices.