-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix audio device switching #32
Comments
also sometimes i cannot use my microphone anymore (need to reboot computer) - gotta fix asap |
actively working on this today (07/12/24) |
broke down in first: allow starting & stopping audio & video from api second: still need to figure out the thing that turn off mic but maybe first solution will solve this |
figured out the audio "jumping" issue: it's just that sometimes gpu spikes at 100% and i guess audio uses GPU fix: balance more evenly the compute on whisper (say shorter batches) if theory is true using: --audio-chunk-duration 5 instead of 30 should fix (but lsos of whisper quality unti lwe impl overlap: #42) |
this is good news (thought it was a bug in |
#32 - use tokio in screenpipe-vision - use n parallel tasks (should be same behaviour than before) - (new) skip frame if cpu overloaded for OCR (configurable) - can now turn on/off devices from screenpipe-audio using API - can now turn on/off vision using API - disconnecting audio device in use stop listening. User need to make API request to enable any new device (could be improved later)
atm if you change audio device it will crash the process
example:
listening to music with airpods with screenpipe on
turning off airpods and boom
easy solvable probably
The text was updated successfully, but these errors were encountered: