Thank you for your donation!


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


Output rate
#1
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
Reply
#2
Du you an equalizer activated?
Reply
#3
Your DAC probably only accepts 32 bit.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#4
(08-26-2019, 03:42 PM)Norbert Wrote: Du you an equalizer activated?


No I don't
Thanks
Reply
#5
(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
Reply
#6
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)                                                      
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#7
(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
Reply
#8
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.
Reply
#9
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.
Reply
#10
(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
Reply


Forum Jump: