Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


PeppySpectrum with MoOde
#11
I didn't make it clear about Bluetooth, my bad, sorry.

PeppyMeter can be triggered when Bluetooth is activating, but the needles don't move, it seems to me that audio signal doesn't go thru pepppyalsa and direct output to sound card.

I've check the ALSA congratulations in mpd.php, both ALSA_default and ALSA_bluetooh are configured to be the same output:
$data .= "device \"_audioout\"\n";

But mixer_type is not the same, ALSA_default is hardware, and ALSA_bluetooth is software, maybe this is the issue ?


// ALSA default
// NOTE: Chain is MPD -> [_audioout || MPD_DSP -> _audioout] -> [[plughw || hw]|| ALSA_DSP -> [plughw || hw]] -> audio device
$data .= "audio_output {\n";
$data .= "type \"alsa\"\n";
$data .= "name \"" . ALSA_DEFAULT . "\"\n";
$data .= "device \"_audioout\"\n";
$data .= "mixer_type \"" . $mixerType . "\"\n";
$data .= $mixerType == 'hardware' ? "mixer_control \"" . $_SESSION['amixname'] . "\"\n" . "mixer_device \"hw:" . $cardNum . "\"\n" . "mixer_index \"0\"\n" : '';
$data .= "dop \"" . $dop . "\"\n";
$data .= "stop_dsd_silence \"" . $stopDsdSilence . "\"\n";
$data .= "thesycon_dsd_workaround \"" . $thesyconDsdWorkaround . "\"\n";
$data .= "}\n\n";

// ALSA bluetooth
$data .= "audio_output {\n";
$data .= "type \"alsa\"\n";
$data .= "name \"" . ALSA_BLUETOOTH . "\"\n";
//$data .= "device \"btstream\"\n";
$data .= "device \"_audioout\"\n";
$data .= "mixer_type \"software\"\n";
$data .= "}\n\n";
Reply


Messages In This Thread
PeppySpectrum with MoOde - by franktw956 - 10-27-2022, 07:25 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 10-27-2022, 12:13 PM
RE: PeppySpectrum with MoOde - by franktw956 - 10-27-2022, 01:18 PM
RE: PeppySpectrum with MoOde - by Nutul - 10-27-2022, 02:33 PM
RE: PeppySpectrum with MoOde - by Tim Curtis - 10-27-2022, 03:22 PM
RE: PeppySpectrum with MoOde - by franktw956 - 10-28-2022, 06:37 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 10-27-2022, 02:07 PM
RE: PeppySpectrum with MoOde - by Tim Curtis - 10-27-2022, 03:29 PM
RE: PeppySpectrum with MoOde - by franktw956 - 10-28-2022, 03:02 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 10-28-2022, 02:29 PM
RE: PeppySpectrum with MoOde - by franktw956 - 10-29-2022, 12:46 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 10-29-2022, 12:26 PM
RE: PeppySpectrum with MoOde - by Tim Curtis - 10-29-2022, 03:18 PM
RE: PeppySpectrum with MoOde - by franktw956 - 10-30-2022, 02:46 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 10-30-2022, 11:24 AM
RE: PeppySpectrum with MoOde - by franktw956 - 10-31-2022, 07:22 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 10-31-2022, 10:52 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-01-2022, 07:38 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 11-01-2022, 11:50 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-02-2022, 12:40 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 11-02-2022, 01:19 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-02-2022, 04:38 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 11-02-2022, 10:16 AM
RE: PeppySpectrum with MoOde - by Nutul - 11-02-2022, 11:47 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-03-2022, 12:14 AM
RE: PeppySpectrum with MoOde - by Nutul - 11-03-2022, 12:34 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-03-2022, 07:01 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 11-03-2022, 11:33 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-03-2022, 12:32 PM
RE: PeppySpectrum with MoOde - by franktw956 - 11-03-2022, 12:05 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 11-03-2022, 12:27 AM
RE: PeppySpectrum with MoOde - by the_bertrum - 11-03-2022, 08:01 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-03-2022, 08:34 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-05-2022, 06:03 AM
RE: PeppySpectrum with MoOde - by the_bertrum - 11-07-2022, 07:39 AM
RE: PeppySpectrum with MoOde - by the_bertrum - 11-03-2022, 08:46 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 11-03-2022, 01:46 PM
RE: PeppySpectrum with MoOde - by franktw956 - 11-03-2022, 11:54 PM
RE: PeppySpectrum with MoOde - by Tim Curtis - 11-04-2022, 12:01 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-04-2022, 12:26 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 11-04-2022, 01:22 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-04-2022, 03:39 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 11-04-2022, 10:24 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-04-2022, 11:13 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 11-04-2022, 11:21 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-05-2022, 12:38 AM

Forum Jump: