Activity
Added install instructions for venv
Added install instructions for venv
Added README and updated getting started
Added README and updated getting started
Removed verbose cli arg and added comments
Removed verbose cli arg and added comments
Fixed bug in how we call print transcription
Fixed bug in how we call print transcription
Added listing of microphones when mic error happens
Added listing of microphones when mic error happens
Added spoken transcript as prompt and refactored microphone config
Added spoken transcript as prompt and refactored microphone config
Simplified logic and removed spoken audio from whisper queries
Simplified logic and removed spoken audio from whisper queries
Changed recognize process creation logic
Changed recognize process creation logic
Separated out vocalizer logic from main python file
Separated out vocalizer logic from main python file
Moved policy translator and recorder into separate subfolder modules
Moved policy translator and recorder into separate subfolder modules
removed catch for keyboard interrupt and changed input parser
removed catch for keyboard interrupt and changed input parser
Shifted more functionality to recorder
Shifted more functionality to recorder
Separate out recorder logic from main file
Separate out recorder logic from main file
removed safe_load for yaml and moved elevenlabs header construction
removed safe_load for yaml and moved elevenlabs header construction
Added more options to config file
Added more options to config file
Renamed to frame width and adjusted default overlap tolerance
Renamed to frame width and adjusted default overlap tolerance
Moved recorder config to config.yml
Moved recorder config to config.yml
Moved pipeline.py to evaluation and separated out eval metrics
Moved pipeline.py to evaluation and separated out eval metrics
Fixed bug in consensus threshold
Fixed bug in consensus threshold
Added CLI options and policy flags
Added CLI options and policy flags
Merge branch 'main' of github.com:liamdugan/speech-to-speech
Merge branch 'main' of github.com:liamdugan/speech-to-speech
Updated README with new repo name
Updated README with new repo name