Moode Forum

Full Version: Output rate
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi All, I would like to know why the Moode+Raspberry is delivering an output rate of 32bits/44.1KHz when the mp3 track is decoded to 24bits/44.1KHz?

Thanks in advance 

Best regards 
Juan Manuel
Du you an equalizer activated?
Your DAC probably only accepts 32 bit.
(08-26-2019, 03:42 PM)Norbert Wrote: [ -> ]Du you an equalizer activated?


No I don't
Thanks
(08-26-2019, 03:58 PM)Tim Curtis Wrote: [ -> ]Your DAC probably only accepts 32 bit.

My DAC is a Cambridge Audio Dacmagic Plus, it accepts 24 bits

Thanks
Download and run the alsa-capabilities command. It will print the encoding formats that ALSA thinks your DAC accepts.

Code:
wget http://moodeaudio.org/test/alsa-capabilities
sudo chmod +x alsa-capabilities
./alsa-capabilities

Example:
Code:
pi@rp2:~ $ alsa-capabilities
1) Analog output interface hw:0,0 (or hw:BossDAC,0)
- card name         = BossDAC                                                    
- card label        = BossDAC                                                    
- interface name    = Boss DAC HiFi                                              
- usb audio class   = (n/a)                                                      
- character device  = /dev/snd/pcmC0D0p                                          
- encoding formats  = S16_LE, S24_LE, S32_LE                                      
- monitor file      = /proc/asound/card0/pcm0p/sub0/hw_params                    
- stream file       = (n/a)                                                      
(10-01-2019, 01:10 PM)Tim Curtis Wrote: [ -> ]Download and run the alsa-capabilities command. It will print the encoding formats that ALSA thinks your DAC accepts.

Code:
wget http://moodeaudio.org/test/alsa-capabilities
sudo chmod +x alsa-capabilities
./alsa-capabilities

Example:
Code:
pi@rp2:~ $ alsa-capabilities
1) Analog output interface hw:0,0 (or hw:BossDAC,0)
- card name         = BossDAC                                                    
- card label        = BossDAC                                                    
- interface name    = Boss DAC HiFi                                              
- usb audio class   = (n/a)                                                      
- character device  = /dev/snd/pcmC0D0p                                          
- encoding formats  = S16_LE, S24_LE, S32_LE                                      
- monitor file      = /proc/asound/card0/pcm0p/sub0/hw_params                    
- stream file       = (n/a)                                                      
 Hi Tim, when I try access to http://moodeaudio.org/test/alsa-capabilities, I get a problem of permission

pi@moode3C:/ $ wget http://moodeaudio.org/test/alsa-capabilities

--2019-10-03 21:24:27--  http://moodeaudio.org/test/alsa-capabilities
Resolving moodeaudio.org (moodeaudio.org)... 23.235.199.139
Connecting to moodeaudio.org (moodeaudio.org)|23.235.199.139|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 53048 (52K)
alsa-capabilities: Permission denied

Thanks 

Best regards
Juan Manuel
Did you make any alterations to the software? You shouldn’t get a permission error on the wget so if that’s an issue I would suggest burning a new image. Moode is open source and users are welcome to modify as needed but it’s nearly impossible for Tim to troubleshoot problems if he can’t replicate the user environment.
Hi Juan Manuel

It looks like you are running wget in the root directory, '/', where you don't have write permission. Try changing to your home directory (run 'cd') and then run the commands there.

Adrian.
(10-03-2019, 11:10 PM)swizzle Wrote: [ -> ]Did you make any alterations to the software? You shouldn’t get a permission error on the wget so if that’s an issue I would suggest burning a new image. Moode is open source and users are welcome to modify as needed but it’s nearly impossible for Tim to troubleshoot problems if he can’t replicate the user environment.

I did not make any alteration of the software

Thanks

Best regards
Juan Manuel
Pages: 1 2