Skip to content

Commit

Permalink
Merge pull request #543 from alexylem/beta
Browse files Browse the repository at this point in the history
Beta
  • Loading branch information
alexylem authored Apr 12, 2017
2 parents 9a7f16a + 8c2630f commit bbf709d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions stt_engines/snowboy/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ stt_sb_train () {

# record 3 audio samples of the hotword
dialog_msg "We will record now 3 audio samples of '$hotword'\nSample #1\nPres [Enter], say '$hotword' then hit Ctrl+C"
rec -r 16000 -c 1 -b 16 -e signed-integer gain $gain /tmp/1.wav
rec -r 16000 -c 1 -b 16 -e signed-integer /tmp/1.wav gain $gain
dialog_msg "Sample #2\nPres [Enter], say '$hotword' then hit Ctrl+C"
rec -r 16000 -c 1 -b 16 -e signed-integer gain $gain /tmp/2.wav
rec -r 16000 -c 1 -b 16 -e signed-integer /tmp/2.wav gain $gain
dialog_msg "Sample #3\nPres [Enter], say '$hotword' then hit Ctrl+C"
rec -r 16000 -c 1 -b 16 -e signed-integer gain $gain /tmp/3.wav
rec -r 16000 -c 1 -b 16 -e signed-integer /tmp/3.wav gain $gain

# get microphone information #103
#[ "$rec_hw" != "false" ] && local microphone=$(lsusb -d $(cat /proc/asound/card${rec_hw:3:1}/usbid) | cut -c 34-) || local microphone="Default"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.04.11
17.04.12

0 comments on commit bbf709d

Please sign in to comment.