CustomSurroundSound

CustomSurroundSound

4 devlogs
3h 19m

Control multiple speakers to make a surround sound family or simply stereo pairing across different brands.

Timeline

I didn't really do much. I just tested, renamed functions, fixed functions, and changed app dimensions.

Update attachment

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.

Update attachment

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.

Update attachment

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.

Update attachment