mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 06:14:07 +02:00
Update 71-newfeatures.sh
This commit is contained in:
@@ -9,6 +9,11 @@ set -e
|
|||||||
echo " "
|
echo " "
|
||||||
bashio::log.info "Adding optional features"
|
bashio::log.info "Adding optional features"
|
||||||
|
|
||||||
|
# Denoiser
|
||||||
|
if bashio::config.true "DENOISER_ANALYSIS_ENABLED"; then
|
||||||
|
sed -i "s|ar 48000|ar 48000 -af \"arnndn=m=sample.rnnn\"|g" "$HOME"/BirdNET-Pi/scripts/birdnet_recording.sh
|
||||||
|
fi
|
||||||
|
|
||||||
# Add species conversion system
|
# Add species conversion system
|
||||||
###############################
|
###############################
|
||||||
if bashio::config.true "SPECIES_CONVERTER_ENABLED"; then
|
if bashio::config.true "SPECIES_CONVERTER_ENABLED"; then
|
||||||
|
|||||||
Reference in New Issue
Block a user