@maravedis In CamillaGUI, do you see channel meters and "State: RUNNING" on the left side?
I want to run the attached python script that will control the CamillaDSP volume from a remote using FLIRC. I have it running on a RPi with CamillaDSP on Ubuntu 23.10, but other than evdev , it appears that TinyCore is missing a bunch of needed python functions.
Are there instructions somewhere to load the missing python functions?
Are there instructions somewhere to load the missing python functions?
Attachments
Yes, in the Running your own python scripts section of my readme.
If you need additional python libraries, you will have to modify the script here.
Further instructions on how to run the modified script are also in the readme.
If you need additional python libraries, you will have to modify the script here.
Further instructions on how to run the modified script are also in the readme.
It's Offline. I haven't attached my M5 yet as I'd like to get it working with the rpi headphones first@maravedis In CamillaGUI, do you see channel meters and "State: RUNNING" on the left side?
@maravedis, to get it working with headphones:
1. In Squeezelite settings, Audio Output Device Settings - select Headphones from the drop down list and save and reboot, then in Change Squeezelite settings - for Output setting, click on the red "more>" and select camilladsp and save.
2. In CamillaDSP devices tab, Capture device, type = stdin, channels = 2, sampleformat = S16LE
Playback device, type = Alsa, channels = 2, sampleformat = S16LE, device = plughw:Headphones.
Here is my Squeezelite command string : /usr/local/bin/squeezelite -n "RPi4b-pCp8-233" -o camilladsp -a 80:::0: -b 20000:6000 -r 44100,48000,88200,96000 -R v::4:28:95:105:45 -v
and attached is headphones.yml .
I am using CamillaDSP with a Motu Ultralight Mk5 for crossover and phase correction on my modified Klipschorns, see
https://audiosciencereview.com/forum/index.php?threads/rpi4-camilladsp-tutorial.29656/post-1579025
1. In Squeezelite settings, Audio Output Device Settings - select Headphones from the drop down list and save and reboot, then in Change Squeezelite settings - for Output setting, click on the red "more>" and select camilladsp and save.
2. In CamillaDSP devices tab, Capture device, type = stdin, channels = 2, sampleformat = S16LE
Playback device, type = Alsa, channels = 2, sampleformat = S16LE, device = plughw:Headphones.
Here is my Squeezelite command string : /usr/local/bin/squeezelite -n "RPi4b-pCp8-233" -o camilladsp -a 80:::0: -b 20000:6000 -r 44100,48000,88200,96000 -R v::4:28:95:105:45 -v
and attached is headphones.yml .
I am using CamillaDSP with a Motu Ultralight Mk5 for crossover and phase correction on my modified Klipschorns, see
https://audiosciencereview.com/forum/index.php?threads/rpi4-camilladsp-tutorial.29656/post-1579025
Attachments
So, I'm now trying to get it working with my M5. I've set Audio device output to USB Audio
and in Camilla I've set Playback device - Type = Alsa, Channels = 22, Sample format = S24LE3 and Device = hw:UltraLitemk5
I had it working for a few seconds but now its says 'Squeezelite is not running'
And rebooting doesn't help. Can you help? Thanks!
and in Camilla I've set Playback device - Type = Alsa, Channels = 22, Sample format = S24LE3 and Device = hw:UltraLitemk5
I had it working for a few seconds but now its says 'Squeezelite is not running'
And rebooting doesn't help. Can you help? Thanks!
So, I'm now trying to get it working with my M5. I've set Audio device output to USB Audio
and in Camilla I've set Playback device - Type = Alsa, Channels = 22, Sample format = S24LE3 and Device = hw:UltraLitemk5
From my other system, Playback device - Type = Alsa, Channels = 18, Sample format =S24LE3 and device = hw:UltraLitemk5
/usr/local/bin/squeezelite -n "RPi4b-pCp8-233" -o camilladsp -a 80:4::0: -b 20000:6000 -r 96000,96000 -R v::4:28:95:105:45 -v
Try that change.
Michael has some good setup instructions for the Motu ULMk5 in his thread
https://www.audiosciencereview.com/forum/index.php?threads/rpi4-camilladsp-tutorial.29656/ , post 2 or 3.
The attached zip is of my KHorn xover.
Attachments
@maravedis maybe it's just enough for you to start squeezelite via the UI.
I can only get my UL mk5 to run with 8 input and 10 output channels (Alsa, S24LE3, hw:UltraLitemk5), no matter what I set as channel count in the UI.
If you can get more to work, I would like to know how.
I can only get my UL mk5 to run with 8 input and 10 output channels (Alsa, S24LE3, hw:UltraLitemk5), no matter what I set as channel count in the UI.
If you can get more to work, I would like to know how.
Hi Johannes, I've just installed piCorePlayer and check that it works with my Young dac using usb.
Then I use ssh to launch your script and the installation went flawless.
But in "device" I don't know what to type as device name. "USB Dac" as named in squeezlite settings doesn't work and the magnifying glass show me no device.
I solved my problem going back to ssh and launching the command "squeezebox -l", so I read the it simply name my dac with its name: Young.
Now CamillaDSP is running and I must understand what to do now
Then I use ssh to launch your script and the installation went flawless.
But in "device" I don't know what to type as device name. "USB Dac" as named in squeezlite settings doesn't work and the magnifying glass show me no device.
I solved my problem going back to ssh and launching the command "squeezebox -l", so I read the it simply name my dac with its name: Young.
Now CamillaDSP is running and I must understand what to do now
Last edited:
I have discovered this and now have it working. Brilliant! Thank you.I created a shell script, that makes it very easy to install CamillaDSP with GUI and automatic samplerate switching on a piCorePlayer.
Should work on Raspi 2/3/4.
Feel free to try it out at https://github.com/JWahle/piCoreCDSP
The wget error does not happen on my machine. Either there is something wrong with your network setup, or you just need to try again later.
I just updated the script to use the new piCore 9.2.0 and CamillaDSP 2.0.3 with GUI 2.1.1.
Check it out at https://github.com/JWahle/piCoreCDSP
I just updated the script to use the new piCore 9.2.0 and CamillaDSP 2.0.3 with GUI 2.1.1.
Check it out at https://github.com/JWahle/piCoreCDSP
- Home
- Source & Line
- PC Based
- CamillaDSP for piCorePlayer