carykh / recordTrimEdit

Records audio, trims it, and allows you to edit it, all in one fell swoop.
MIT License
70 stars 11 forks source link

Audio input device select menu #5

Closed GDNacho closed 7 months ago

GDNacho commented 7 months ago

Added simple terminal to select which microphone to use The script currently automatically selects 1 out of the audio devices array, which may cause an index error if there's less than 2 audio devices connected to your PC

ben9583 commented 7 months ago

This is helpful, but ideally audio device selection would be part of the GUI and would save between sessions. I'll look into this though

GDNacho commented 7 months ago

This is helpful, but ideally audio device selection would be part of the GUI and would save between sessions. I'll look into this though

I know, it's just something i did quickly to avoid an index out of bounds error

ben9583 commented 7 months ago

Yea this actually helped me figure out why things weren't working when I first ran this; I'm doing the GUI thing now though

ben9583 commented 7 months ago

Ok since the audio device selector is done I'm gonna close this now