CamillaDSP - Cross-platform IIR and FIR engine for crossovers, room correction etc

grr - I had it set to default in the gui. Thank you for helping.

enable_rate_adjust (optional, defaults to false)

This enables the playback device to control the rate of the capture device, in order to avoid buffer underruns or a slowly increasing latency. This is currently supported when using an Alsa, Wasapi or CoreAudio playback device (and any capture device). Setting the rate can be done in two ways.


  • Some capture devices provide a way to adjust the speed of their virtual sample clock (also called pitch adjust). This is available with the Alsa Loopback and USB Audio gadget devices on Linux, as well as BlackHole version 0.5.0 and later on macOS. When capturing from any of these devices, the adjustment can be done by tuning the virtual sample clock of the device. This avoids the need for asynchronous resampling.
  • If asynchronous resampling is enabled, the adjustment can be done by tuning the resampling ratio. Then resampler must be set to one of the "Async" types. This is supported for all capture devices.

enable_rate_adjust: null means that you had it set to default, otherwise it would say false or true, and as shown above default means false. IMO, always best to set the actual value you want and not leave it to default so there are no surprises.

Michael
 
Don't show . files in GUI.

dot_DS.jpg


//
 
That's normal, only one process at a time can use an alsa device.

Can you capture logs on debug level from a run where it changes?
Here are the updated debug logs. I’m having a lot of trouble with it, both when changing channels and when it stops playing sound entirely until I restart the Raspberry Pi. I’m seeing the SND_PCM_STATE_PAUSED message when it should be playing sound, but it isn’t.
 

Attachments

  • Like
Reactions: HenrikEnquist