add content
This commit is contained in:
parent
94df7c8562
commit
cc9afc5ffe
140 changed files with 10414 additions and 1 deletions
5
data/home/.local/bin/transcribe
Executable file
5
data/home/.local/bin/transcribe
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
device="$(pactl info | grep 'Default Sink: ' | tuc -d 'Default Sink: ' -f 2)"
|
||||
echo "device: $device"
|
||||
sox --no-show-progress -t pulseaudio $device -d $(pocketsphinx soxflags) | pocketsphinx -
|
Loading…
Add table
Add a link
Reference in a new issue