-
Notifications
You must be signed in to change notification settings - Fork 465
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
Mopidy HiRes Audio #592
Comments
try with |
same issue :( But I'm able to play HiRes Audio directly on device where snapclient is installed: play Sample_BeeMoved_96kHz24bit.flac: Sample_BeeMoved_96kHz24bit.flac: File Size: 16.7M Bit Rate: 3.34M In:25.7% 00:00:10.24 [00:00:29.64] Out:983k [!=====|=====!] Hd:0.0 Clip:0 cat /proc/asound/card0/pcm0p/sub0/hw_params: |
can you paste the client log? |
I guess does not say too much... Only is re-connecting to the server when i restart with new configuration. Maybe i can increase verbosity? Does client need special configuration? Anyway, not sure if having stream over 96Khz is the best solution, because most of flac files are 44.1Khz, i guess re-sampling might lose some quality, even if for higher. But on other hand i believe YotuTube and Soundclound are 48Khz... So not sure what would be the best |
Also tried 44100:24:2 (S24LE) also the sound is wrong, seems to be related with 24bit... |
I need a log from the startup. You can start snapclient on command line. |
mopidy.conf:
snapserver.conf: snapclient -h 192.168.178.2:
|
I've changed the mopidy.conf to: And now i can hear a bit of original music in the middle of loud noise. The source of the sound is a flac file 44.1Khz 16bit |
Mine looks like this:
client log:
It's working, but as you can see, I'm using mpd and not mopidy. |
yeap I'm seeing Mopidy uses gstreamer audioconvert which you can specify a lot of formats:
Maybe S24LE is not the correct one... |
Can you configure gstreamer to directly play the audio to an alsa sink or something? |
I don't dont have mopidy server in raspberry pi where i have the sound card :( |
try this: S24_32LE |
I have now an exception in Mopidy saying not found in the middle of big stack trace. Looks like it cant find the format, strange |
i guess wavenc does not support S24_32LE https://gstreamer.freedesktop.org/documentation/wavenc/index.html?gi-language=python |
Is wavenc really needed? After |
Damm you the hero!!! it works! Even if is not super important, good to have the knowledge! Thanks a lot!!! mopidy.conf
snapserver.conf |
I've removed |
Hello,
I'm having an issue trying to connect Mopidy Server + Snapcast with HiRes audio 96Khz/24Bit
Mopidy Configuration:
[audio]
mixer = software
mixer_volume = 100
output = audioconvert ! audio/x-raw,rate=96000,channels=2,format=S24LE ! wavenc ! filesink location=/data/mopidy/fifo/snapfifo
Snapserver Configuration:
stream = pipe:///data/mopidy/fifo/snapfifo?name=MopidyPlayer&sampleformat:96000:24:2
codec = pcm
With this I'm listen sound very wrong like radio cannot catch anything.
Thanks,
Leandro
The text was updated successfully, but these errors were encountered: