13
0
livetrax/libs/backends
Robin Gareus 3a6a9cfa6c
Tweak ALSA nperiod setting, fallback to nearest
This is mainly for RME RayDAT that has a fixed buffersize of 16k:

  dev_name : hw:HDSPMxc2f6c5,0
  channels : 36
  min_rate : 32000
  max_rate : 192000
  min_bufz : 16384
  max_bufz : 16384
  min_nper : 4
  max_nper : 512

However nperiod configuration determines the effective latency
regardless.

This is similar to https://github.com/jackaudio/jack1/blob/master/drivers/alsa/alsa_driver.c#L476-L486
2020-04-29 23:56:24 +02:00
..
alsa Tweak ALSA nperiod setting, fallback to nearest 2020-04-29 23:56:24 +02:00
coreaudio Consolidate stack-size and priority of rt-threads 2020-04-23 01:28:58 +02:00
dummy Consolidate stack-size and priority of rt-threads 2020-04-23 01:28:58 +02:00
jack Con't work on ALSA nperiod selection (see also d3d120fa) 2020-04-28 17:56:17 +02:00
MSVCbackends Adapt our remaining MSVC projects for 'boost::atomic' (in case it later gets extended to the other libs) 2018-09-30 09:06:25 +01:00
portaudio Consolidate stack-size and priority of rt-threads 2020-04-23 01:28:58 +02:00
pulseaudio Consolidate stack-size and priority of rt-threads 2020-04-23 01:28:58 +02:00
wscript