-
Notifications
You must be signed in to change notification settings - Fork 84
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
Any experience with Squeezelite Player #74
Comments
I understand everything is ok when you use aplay or speaker-test but you have troubles with the squeezelite player.
|
Hi, appreciate your help and support though it is not really your response :_) Thank you. I followed your recommendation however it does not open the device. I am not sure if there is just a syntax error but it gives me that output:
I have created the asound.conf and copied the contect into this file.
I am not sure where the problem is - Sorry. Any idea? Thanks again Alex |
yes, sorry. As playback device use plug:source_1 |
Hi, thanks again. this is working:
However with queezelite theres still some problems. (I marked it in the output below) Apreciate your help Thanks Alex
|
Is there a mismatch in the format? You said Squeezelite is S24_LE; the daemon is S24_3LE. Can they interoperate? |
yes, the PCM encoding conversion is done by the kernel module but if you open the audio stream with S24_LE it means your player should provide 4 bytes samples with a 0 padding for the most significant byte. |
Hi, thanks a lot. However I did not get it to run with Squeezelite. I am not sure what the issue is as you can play tracks with aplay or do a speaker test.
However with squeezelite starting and adressing the Ravenna card I only get this XRUN output errors in the log file. With regards to:
Do I have to start the player in a different? Thanks Alex |
Hi,
sorry to report here in the issue section I am quite sure it's only a config problem I have. Maybe someone has an idea. I am not an Linux expert but with some try and Error and your excelent documentation I could setup the aes-daemon. I could pass all tests and also could do a speaker test and play a wav File.
In the next step I wanted to use my player "squeezelite". I am not sure if you have any experience with that it's really working great with all my soundcards. However with the AES daemon I only get strange noise from my speaker and an error on my AES Audio-DSP reporting: "Compromised - Packet Missing "
I am starting the player with these commands:
./squeezelite -a ::24: -R -u vME:::28 -r 48000-48000 -d all=debug -o plughw:CARD=RAVENNA
This basically opens the Soundcard with a fixed rate of 48000 and format S24_LE. Music is alwasy resampled to 48000
alsa_open:422 opened device plughw:CARD=RAVENNA using format: S24_LE sample rate: 48000 mmap: 1
Any help is appreciated.
Thanks Alex
The text was updated successfully, but these errors were encountered: