You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running Raspotify on a compatible Configuration
Latest Version
I'm running the latest version of Raspotify
Are you sure?
I'm not running Raspotify 0.31.8.1 on a Pi v1 or Pi Zero
Due Diligence
I have done my due diligence
What happened?
I use Moodeaudio for my main system with a Raspberry pi 3 and a ProtoDac. I had enough extra parts so I figured I would setup a simple wifi only system with another ProtoDac and Raspotify running on a Zero 2 W.
I installed a fresh lite OS (64), updated the system and then used the install script on this github.
and when I run the command to find audio devices it seems to work and selects my ProtoDac as default:
`
dwhacks@raspotify:~ $ sudo librespot -d ?
[2024-11-12T05:18:46Z INFO librespot] librespot 0.5.0 84d28e8 (Built on 2024-10-17, Build ID: CmvEuO4M, Profile: release)
ALSA lib pcm_dmix.c:999:(snd_pcm_dmix_open) unable to open slave
`
I connected the finished device to my system and it is significantly quieter then my Moode device using the same DAC. I have read the "troubleshooting" and there is no option to change volume with alsamixer. I have set default volume to 100, removed normalization and even changed "log" to "fixed" with no change in output.
Relevant log output and/or the contents of /etc/raspotify/crash_report if any ( sudo journalctl -u raspotify -b and sudo cat /etc/raspotify/crash_report )
# Audio device to use, use `librespot --device ?` to list options.# Defaults to the system's default.#LIBRESPOT_DEVICE="default"# Initial volume in % from 0 - 100.# Defaults to 50 For the alsa mixer: the current volume.
LIBRESPOT_INITIAL_VOLUME="100"# Volume control scale type {cubic|fixed|linear|log}.# Defaults to log.
LIBRESPOT_VOLUME_CTRL="log"# Range of the volume control (dB) from 0.0 to 100.0.# Default for softvol: 60.0.# For the alsa mixer: what the control supports.
LIBRESPOT_VOLUME_RANGE="100.0"
The text was updated successfully, but these errors were encountered:
Compatible Device
Are you sure?
Compatible OS
Compatible Configuration
Latest Version
Are you sure?
Due Diligence
What happened?
I use Moodeaudio for my main system with a Raspberry pi 3 and a ProtoDac. I had enough extra parts so I figured I would setup a simple wifi only system with another ProtoDac and Raspotify running on a Zero 2 W.
I installed a fresh lite OS (64), updated the system and then used the install script on this github.
I enabled i2s in /boot/firmware/config.txt:
dtparam=i2s=on
/# Audio overlays
dtoverlay=i2s-dac
and when I run the command to find audio devices it seems to work and selects my ProtoDac as default:
`
dwhacks@raspotify:~ $ sudo librespot -d ?
[2024-11-12T05:18:46Z INFO librespot] librespot 0.5.0 84d28e8 (Built on 2024-10-17, Build ID: CmvEuO4M, Profile: release)
ALSA lib pcm_dmix.c:999:(snd_pcm_dmix_open) unable to open slave
`
I connected the finished device to my system and it is significantly quieter then my Moode device using the same DAC. I have read the "troubleshooting" and there is no option to change volume with alsamixer. I have set default volume to 100, removed normalization and even changed "log" to "fixed" with no change in output.
any ideas?
Protodac info here: https://github.com/moode-player/protodac/blob/main/docs/protodac_tda1387_x8.md
Relevant log output and/or the contents of /etc/raspotify/crash_report if any ( sudo journalctl -u raspotify -b and sudo cat /etc/raspotify/crash_report )
The text was updated successfully, but these errors were encountered: