Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local audio: defaults to 44.1kHz? #119

Open
beeksma opened this issue Apr 26, 2016 · 0 comments
Open

Local audio: defaults to 44.1kHz? #119

beeksma opened this issue Apr 26, 2016 · 0 comments

Comments

@beeksma
Copy link

beeksma commented Apr 26, 2016

Hi there,

I'm trying to get forked-daapd to play my 96kHz tracks without any conversion via ALSA on Ubuntu Server 14.04, however according to my DAC the output is stuck on 44.1 kHz. My asound.cnf is set up as follows:

pcm.device{
 type hw
 card 1
 device 0
}

pcm.!default{
    type plug
    slave.pcm "device"
}

And my forked-daapd.conf looks like this when it comes to local audio output:

# Local audio output
audio {
        # Name - used in the speaker list in Remote
        nickname = "Yamaha RX-V773"

        # Type of the output (alsa or dummy)
        type = "alsa"

        # Audio device name for local audio output
        card = "default"

        # Mixer channel to use for volume control - ALSA/Linux only
        # If not set, PCM will be used if available, otherwise Master.
        mixer = "PCM"

When I use aplay -D default (96khz sample track) the track plays at the preferred sample rate without any issues. Is there way to stop forked-daapd from using 44.1 kHz as the default sample rate?

Thanks for your help and keep up the great work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant