HenrikEnquist
Member
- Joined
- Jul 1, 2021
- Messages
- 71
- Likes
- 93
Ok hmm the UL maybe doesn't like the way camilladsp stops providing data when it pauses. Try without pausing?
Does that aplay output to cdsp or directly to your card? What happens with arecord when you pause aplay playing directly to the card, no cdsp in between. IMO it's important to investigate the driver/card behavior first before introducing other parts into the chain which are additional sources of unknown.I can start / stop aplay using pause and arecord does not have an issue.
Does that aplay output to cdsp or directly to your card? What happens with arecord when you pause aplay playing directly to the card, no cdsp in between. IMO it's important to investigate the driver/card behavior first before introducing other parts into the chain which are additional sources of unknown.
On the EVO 16, it will control the volume of any channels that are assigned to the Stereo Main Mix. However, it cannot currently control more than stereo so couldn't be used for 2.1 or other surround formats. We have had a lot of requests for this however so it may be something we add as a feature in the near future via a firmware update.
Thanks for the info.I asked Audient about the Evo 16 as an alternative to the DM7 or MOTU for multichannel DAC usage and got an answer:
I’m not a programmer but I don’t think it will be that complicated to add this feature.
I assume the most time consuming about this would be adding the UI elements to set this up.
They really have to add this feature; only having 4 stereo output pairs is wasted potential imo
The only good options with remote controllability are the Topping, a minidsp or just digital volume of MoOde/ CamillaDSP.Thanks for the info.
Looks and price are really attractive if they add the volume feature but no remote....
Michael, I am trying to get Flirc to work. Your instructions -
FLIRC USB IR Receiver
A FLIRC IR receiver is an easy way to add IR volume control for around $20. I’ve created a python script so setting this up is very easy. The first step is to download the FLIRC software on your main computer and connect the FLIRC receiver to that computer. Pair your remote so that volume up is key up and volume down is key down.
Do you mean use https://support.flirc.tv/hc/en-us/articles/202980419-How-to-set-up-Flirc
to set the "Minimalist" preset up down to volume up down ?
The Rpi obviously won't boot without a sdcard or something with an OS on it ...the rpi won't boot at all - even with no cards connected
My pi/camilladsp set up using this instructions has been in continuous use since beginning of 2022, with a motu m4 since early summer. Never crashed, still first install. And I don't take much care, i.e. I unplug mains when I leave on vacation, and when I return i plug it again, and there it is, working as when i left.. Have any others had problems like mine? Is my RPI at fault? Is it me? What sort of reliability can I expect?
Michael,
I wonder if you could give me some advice...
I've had CDSP on a RPI4 all setup and working with Asus U7 for a while. All has been fine since I swapped the SD card for a USB SSD - so I thought my crashing problems were solved.
Needing some extra dac output, I got a MOTU M4 which I set up and was working - all good. Then suddenly as I was saving some changes it crashed and now the rpi won't boot at all - even with no cards connected and various power supplies tried. The SSD connects to my pc so is not totally broken.
Now, I'm reinstalling from the beginning against my better judgement - I really want this to be a bullet-proof install. Have any others had problems like mine? Is my RPI at fault? Is it me? What sort of reliability can I expect?
I've got a Jetson Nano running HomeAssistant which literally never breaks - is there another SBC that is usable for CDSP too?
thanks for you advice,
We need to check the aplay source code to figure that out. It probably calls snd_pcm_pause() or some other suitable function to pause the stream.