Welcome to Firefly
Switch language
Firefly Docsss
Last Updated: 2026-09-09 17:59:32

Audio Interface Testing

EC-A186JD4 supports the American standard headphone interface.

Playback Test:

$ aplay -D hw:CARD=cv186xdac,DEV=1 /usr/share/sounds/alsa/Front_Center.wav

Recording Test:

$ arecord -D hw:CARD=cv186xadc,DEV=0  -c 2 -r 48000  -f S16_LE test.wav # Record audio (stereo)
$ aplay -D hw:CARD=cv186xdac,DEV=1  test.wav # Play the recorded audio

On this page