10-03-2021, 12:18 AM
Moode Version: 7.4.1 (fresh install today)
Computer: Raspberry Pi Zero-W
Local DAC: Adafruit I2S Audio Bonnet
Bluetooth Speaker: JBL Flip 4
Alternate Bluetooth Receiver: TaoTronics TT-BA07
I cannot play Ogg Vorbis files over a connected bluetooth speaker, but I can play MP3 and FLAC.
Detailed description:
I have three test audio files: FLAC, MP3, OGG VORBIS.
I can play all three locally through the Adafruit I2S Audio Bonnet, so I know that all three are valid audio files.
I can play the FLAC and MP3 through my bluetooth speaker, so I know that the signal chain is good.
When I select the OGG VORBIS file, I expect it to play just like the MP3 and FLAC. However, I get no sound and this error pops up:
```
MPD error
Failed to open "ALSA Bluetooth" (alsa); Error opening ALSA device "_audioout"; snd_pcm_hw_params() failed: Invalid argument
```
I have tried this on a fresh Moode install (prior to installing and configuring the I2S Bonnet), and I get the same results, so I don't think that configuration is causing any problems.
I know that I could transcode every ogg formatted file to mp3, but that's a clumsy work-around.
I'm not sure where to start debugging this. Do I need to rebuild the bluealsa with ogg vorbis support? Is that even the right place to start looking?
Computer: Raspberry Pi Zero-W
Local DAC: Adafruit I2S Audio Bonnet
Bluetooth Speaker: JBL Flip 4
Alternate Bluetooth Receiver: TaoTronics TT-BA07
I cannot play Ogg Vorbis files over a connected bluetooth speaker, but I can play MP3 and FLAC.
Detailed description:
I have three test audio files: FLAC, MP3, OGG VORBIS.
I can play all three locally through the Adafruit I2S Audio Bonnet, so I know that all three are valid audio files.
I can play the FLAC and MP3 through my bluetooth speaker, so I know that the signal chain is good.
When I select the OGG VORBIS file, I expect it to play just like the MP3 and FLAC. However, I get no sound and this error pops up:
```
MPD error
Failed to open "ALSA Bluetooth" (alsa); Error opening ALSA device "_audioout"; snd_pcm_hw_params() failed: Invalid argument
```
I have tried this on a fresh Moode install (prior to installing and configuring the I2S Bonnet), and I get the same results, so I don't think that configuration is causing any problems.
I know that I could transcode every ogg formatted file to mp3, but that's a clumsy work-around.
I'm not sure where to start debugging this. Do I need to rebuild the bluealsa with ogg vorbis support? Is that even the right place to start looking?