trying REC_CARD defaults
This commit is contained in:
@@ -328,11 +328,7 @@ INSTALL_NOMACHINE=y
|
|||||||
## dsnoop device, you can set this explicitly from a list of the available
|
## dsnoop device, you can set this explicitly from a list of the available
|
||||||
## devices from the output of running 'aplay -L'
|
## devices from the output of running 'aplay -L'
|
||||||
|
|
||||||
REC_CARD="\$(sudo -u pi aplay -L \
|
REC_CARD=default
|
||||||
| grep dsnoop \
|
|
||||||
| cut -d, -f1 \
|
|
||||||
| grep -ve 'vc4' -e 'Head' -e 'PCH' \
|
|
||||||
| uniq)"
|
|
||||||
|
|
||||||
## PROCESSED is the directory where the formerly 'Analyzed' files are moved
|
## PROCESSED is the directory where the formerly 'Analyzed' files are moved
|
||||||
## after extractions have been made from them. This includes both WAVE and
|
## after extractions have been made from them. This includes both WAVE and
|
||||||
@@ -374,7 +370,7 @@ CONFIDENCE="0.7"
|
|||||||
## CHANNELS holds the variabel that corresponds to the number of channels the
|
## CHANNELS holds the variabel that corresponds to the number of channels the
|
||||||
## sound card supports.
|
## sound card supports.
|
||||||
|
|
||||||
CHANNELS=$(awk '/CHANN/ { print $2 }' ${SOUND_PARAMS} | sed 's/\r$//')
|
CHANNELS=2
|
||||||
|
|
||||||
# Don't the three below
|
# Don't the three below
|
||||||
## ANALYZED is where the extraction.service looks for audio and
|
## ANALYZED is where the extraction.service looks for audio and
|
||||||
|
|||||||
@@ -24,10 +24,10 @@
|
|||||||
# Example: these coordinates would indicate the Eiffel Tower in Paris, France.
|
# Example: these coordinates would indicate the Eiffel Tower in Paris, France.
|
||||||
#LATITUDE=48.858
|
#LATITUDE=48.858
|
||||||
#LONGITUDE=2.294
|
#LONGITUDE=2.294
|
||||||
LATITUDE=
|
LATITUDE=35.311
|
||||||
LONGITUDE=
|
LONGITUDE=-80.749
|
||||||
CADDY_PWD=
|
CADDY_PWD=caddypaddy
|
||||||
ICE_PWD=
|
ICE_PWD=icepaddy
|
||||||
|
|
||||||
# This section can be left alone. If you setup a Pushed.co
|
# This section can be left alone. If you setup a Pushed.co
|
||||||
# mobile application, you can enter the App secret and secret
|
# mobile application, you can enter the App secret and secret
|
||||||
|
|||||||
Reference in New Issue
Block a user