Skip to content

Commit

Permalink
Analysis 24 bits removed, no benefits
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Jun 19, 2024
1 parent 2690cfa commit 1bf92d4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions birdnet-pi/rootfs/etc/cont-init.d/71-newfeatures.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ set -e
echo " "
bashio::log.info "Adding new features"

# Add analysis in 24 bits
if bashio::config.true "ANALYSIS_24BITS"; then
echo "... using 24 bits instead of 64 bits for wav analysis. Use only if you feed a 24 bits stream. For info, the model is trained in 16bits"
sed -i "s|s16le|s24le|g" "$HOME"/BirdNET-Pi/scripts/birdnet_recording.sh
sed -i "s|S16_LE|S24_LE|g" "$HOME"/BirdNET-Pi/scripts/birdnet_recording.sh
fi

# Add species conversion system
###############################
if bashio::config.true "SPECIES_CONVERTER_ENABLED"; then
Expand Down

0 comments on commit 1bf92d4

Please sign in to comment.