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
|
||||
## devices from the output of running 'aplay -L'
|
||||
|
||||
REC_CARD="\$(sudo -u pi aplay -L \
|
||||
| grep dsnoop \
|
||||
| cut -d, -f1 \
|
||||
| grep -ve 'vc4' -e 'Head' -e 'PCH' \
|
||||
| uniq)"
|
||||
REC_CARD=default
|
||||
|
||||
## PROCESSED is the directory where the formerly 'Analyzed' files are moved
|
||||
## 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
|
||||
## sound card supports.
|
||||
|
||||
CHANNELS=$(awk '/CHANN/ { print $2 }' ${SOUND_PARAMS} | sed 's/\r$//')
|
||||
CHANNELS=2
|
||||
|
||||
# Don't the three below
|
||||
## 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.
|
||||
#LATITUDE=48.858
|
||||
#LONGITUDE=2.294
|
||||
LATITUDE=
|
||||
LONGITUDE=
|
||||
CADDY_PWD=
|
||||
ICE_PWD=
|
||||
LATITUDE=35.311
|
||||
LONGITUDE=-80.749
|
||||
CADDY_PWD=caddypaddy
|
||||
ICE_PWD=icepaddy
|
||||
|
||||
# This section can be left alone. If you setup a Pushed.co
|
||||
# mobile application, you can enter the App secret and secret
|
||||
|
||||
Reference in New Issue
Block a user