jatinchowdhury18 / NewMixer

A unique and revolutionary audio mixing tool
GNU General Public License v2.0
23 stars 6 forks source link

How did you enable device settings? Mine is allways disabled #105

Open ghost opened 3 years ago

ghost commented 3 years ago

image

Thanks

jatinchowdhury18 commented 3 years ago

Hello! It looks like you have some sort of external audio device connected. A couple things to try:

  1. Try running NewMixer with your computer's internal sound card. You may need to disconnect whatever hardware you are using.
  2. What other options do you see under the "Audio Device Type" menu? It may be a good idea to cycle through those options and see which ones do/don't work with your set up.

Thanks, Jatin

ghost commented 3 years ago

Oh ... What I meant was, YOUR app works and shows all devices, my app does not.

jatinchowdhury18 commented 3 years ago

Oh, gotcha! The basic idea here is to use an AudioDeviceManager and an AudioDeviceSelectorComponent. I initialise the device manager here and the selector component here. Note that if you want to have ASIO audio devices available, there are some more steps you'll need to follow. Hope this helps!

Thanks, Jatin