Skip to content

gitbls/voxel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

voxel

command-line voice-activated recorder.

This is a voice-activated recorder with a command line interface only (no GUI). When it's running it accepts single-letter commands:

  • h - Print some help
  • f - Print the current recording filename
  • k - Print the peak and trigger levels
  • q - Quit
  • p - Start or stop the peak level meter
  • r - Turn recording on/off
  • v - Set the sound trigger level. You'll be prompted for a peak level

Help for the command-line interface

usage: voxel.py COMMAND [-h] [-c CHUNK] [-d DEVNO] [-s SAVERECS] [-t THRESHOLD] [-l HANGDELAY]

COMMAND is: 'record' to enter record mode or 'listdevs' to list the sound devices

Requires Python3 and the modules python3-pyaudio python3-numpy libasound2-dev

With thanks to https://github.com/russinnes/py-vox-recorder, on which this code is loosely based.

About

command-line voice-activated recorder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages