audio device configuration
This commit is contained in:
@@ -45,7 +45,13 @@ The recordings must be edited a little bit so some audio processing tool is need
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
If your sound device is other then USB type then change the line `card USB` in ALSA config
|
||||
First try using default audio device for playback and recording. Edit `dog-trainer.py` and activate `PLAY_DEVICE="default"` and `REC_DEVICE="default"`
|
||||
> `nano dog-trainer.py`
|
||||
|
||||
Skip to the next section `Run it!`. If either playback or recording does not work check your sound cards
|
||||
> `aplay -L | grep ^hw:CARD=`
|
||||
|
||||
If your sound device is other then `USB` then change the line `card USB` in ALSA config
|
||||
> `nano .asoundrc`
|
||||
|
||||
Install the ALSA config file
|
||||
|
||||
Reference in New Issue
Block a user