Search found 6 matches

by AudioHerbert
Fri Dec 01, 2017 7:54 pm
Forum: GNU/Linux
Topic: BUG in MixerToolBar with two soundcards?
Replies: 10
Views: 1286

Re: BUG in MixerToolBar with two soundcards?

I just copied the functions PaAlsa_GetStreamInputCard and PaAlsa_GetStreamOutputCard from stable. Now the MixerToolBar uses the PCM of the selected card. Fancy that :shock: I assumed it was supposed to be like that :mrgreen: Can you post a link to where you discovered that? I'm aware that one of th...
by AudioHerbert
Fri Dec 01, 2017 6:57 pm
Forum: GNU/Linux
Topic: BUG in MixerToolBar with two soundcards?
Replies: 10
Views: 1286

Re: BUG in MixerToolBar with two soundcards?

I don't know Jack, or other platforms, they could stay as they are ;) I found out it was a Portaudio bug that is fixed in stable. PaAlsa_GetStreamOutputCard() did always set card=0 File: audacity-minsrc-2.2.0/lib-src/portaudio-v19/src/hostapi/alsa/pa_linux_alsa.c I just copied the functions PaAlsa_G...
by AudioHerbert
Wed Nov 29, 2017 8:04 pm
Forum: GNU/Linux
Topic: BUG in MixerToolBar with two soundcards?
Replies: 10
Views: 1286

Re: BUG in MixerToolBar with two soundcards?

Ok, i thought it would control the volume of the selected device.
So let's take this as a feature request then :)
by AudioHerbert
Wed Nov 29, 2017 7:33 pm
Forum: GNU/Linux
Topic: BUG in MixerToolBar with two soundcards?
Replies: 10
Views: 1286

Re: BUG in MixerToolBar with two soundcards?

Sounds like the two sound cards are conflicting with each other, Why not remove / disable one and just use whichever is the better of the two? Too easy ;-) I'm, reading Audacity source code right now... I wonder if anyone else has two soundcards and MixerToolBar is working? Then it would be my setu...
by AudioHerbert
Tue Nov 28, 2017 6:17 pm
Forum: GNU/Linux
Topic: BUG in MixerToolBar with two soundcards?
Replies: 10
Views: 1286

Re: BUG in MixerToolBar with two soundcards?

What are the two devices? Why have you disabled PulseAudio? Which version of Audacity? Which version of Debian? HDA Intel: ALC662 rev1 Analog (hw:0,0) Sound Fusion CS46xx: - (hw:1,0) Ubuntu 16.04.3 LTS Audacity 2.1.2 Audacity 2.2.0 (compiled by myself) Enabling/Disabling PA doesn't make a differenc...
by AudioHerbert
Tue Nov 28, 2017 5:16 pm
Forum: GNU/Linux
Topic: BUG in MixerToolBar with two soundcards?
Replies: 10
Views: 1286

BUG in MixerToolBar with two soundcards?

Hi, i got two sound cards (internal hw:0,0 and pci hw:1,0) when i select hw:1,0 as playback (toolbar) and use the playback volume slider (toolbar), nothing happens. i disabled pulseaudio, so just using ALSA. with alsamixer i can see the PCM volume of hw:0,0 (internal onboard) is used instead, no mat...