remove arecord

This commit is contained in:
Alexandre
2024-04-22 13:11:21 +02:00
committed by GitHub
parent 38cf26317b
commit 13e2d3f0b9

View File

@@ -7,8 +7,6 @@ set -e
#################
bashio::log.info "ALSA_CARD option is set to $(bashio::config "ALSA_CARD"). If the microphone doesn't work, please adapt it"
bashio::log.blue "Listing available listening devices"
arecord -l
echo " "
########################