Le 2022-07-18 à 15 h 21, David Piel via People a écrit :
I'm trying to figureout what to put in the config.yml file for Camilla and I trying to run 
aplay -v -D hw:CARD=audioinjectoroc,DEV=0 --dump-hw-params
nothing is coming back.
Hi David,

Provide a short wav file to play:

aplay -v -D hw:CARD=audioinjectoroc,DEV=0 --dump-hw-params /usr/local/share/sounds/alsa/Front_Center.wav

You may see something like:

--------------------
ACCESS:  MMAP_INTERLEAVED RW_INTERLEAVED
FORMAT:  S16_LE S24_LE S32_LE
SUBFORMAT:  STD
SAMPLE_BITS: [16 32]
FRAME_BITS: [128 256]
CHANNELS: 8
RATE: [8000 96000]
PERIOD_TIME: (83 2048000]
PERIOD_SIZE: [8 16384]
PERIOD_BYTES: [256 524288]
PERIODS: [2 4096]
BUFFER_TIME: (166 4096000]
BUFFER_SIZE: [16 32768]
BUFFER_BYTES: [256 524288]
TICK_TIME: ALL
--------------------

Marc