ardour/libs/ardouralsautil
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
..
ardouralsautil Con't work on ALSA nperiod selection (see also d3d120fa) 2020-04-28 17:56:17 +02:00
devicelist.cc Suffix complete hw: ID to make ALSA card names unique 2019-08-16 20:00:29 +02:00
deviceparams.cc Tweak ALSA nperiod setting, fallback to nearest 2020-04-29 23:56:24 +02:00
request_device.c Don't print usage to stdout for invalid parameters 2019-08-15 01:09:26 +02:00
reserve.c
wscript prepare for update to waf 1.8 2016-02-28 21:16:44 +01:00