Skip to content
Snippets Groups Projects
Commit 2c8aab10 authored by David Trattnig's avatar David Trattnig
Browse files

feat(Make): test audio device

parent 7da70ebe
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ help:: ...@@ -21,6 +21,7 @@ help::
@echo " audio.pa.ctrl - ui for pulseaudio server" @echo " audio.pa.ctrl - ui for pulseaudio server"
@echo " audio.alsa.cards - list alsa cards" @echo " audio.alsa.cards - list alsa cards"
@echo " audio.alsa.init - create initial config file" @echo " audio.alsa.init - create initial config file"
@echo " audio.alsa.test - test configured audio device"
# Settings # Settings
...@@ -105,4 +106,7 @@ audio.alsa.cards:: ...@@ -105,4 +106,7 @@ audio.alsa.cards::
audio.alsa.init:: audio.alsa.init::
cp -p config/sample.asoundrc config/.asoundrc cp -p config/sample.asoundrc config/.asoundrc
ln -s ${CURDIR}/config/.asoundrc ~/.asoundrc ln -s ${CURDIR}/config/.asoundrc ~/.asoundrc
\ No newline at end of file
audio.alsa.test::
speaker-test -D aura_engine
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment