Soundboard
- 4 Devlogs
- 4 Total hours
I made the audio file come out of the speaker so that the soundboard user can hear what everyone else does. Now I need to figure out how to make a virtual microphone which i still haven’t done
I renamed some of the event variable since before I had them named as tests, I added more buttons and event handlers for all of those.
So I added a file dialog pop up when you press the button so that the user can choose the file they want to play and use in the soundboard. I made it so that the chosen file is copied into the local app directory so that it isn’t dependent on the external file.
Made the project file layout stuff, added basic code, and started experimenting with electron. Mainly figured out how IPC works