Commit Graph

14 Commits

Author SHA1 Message Date
davabase
f1bdcbdb5e
Merge pull request #60 from devnoname120/fix-missing-dep
Add missing setuptools dependency
2024-05-31 22:37:17 -07:00
Paul
2a19cc17da
Add missing setuptools dependency 2024-05-31 11:42:44 +02:00
davabase
34d2a00608
Merge pull request #53 from CorVous/fixing-infinite-loop
Sleep instead when there's no audio in the buffer
2024-03-14 11:13:46 -07:00
CorVous
5db3b0f7b1 Previous behavior only slept when there was audio in the buffer.
This caused two issues, it meant that quarter of a second pauses interrupted each time step, making the phrase timeout slightly inaccurate
and most importantly, it meant that the infinite loop wasn't being slept whenever there wasn't data in the queue, which makes it keep running with no pause
2024-03-14 10:49:16 -07:00
davabase
828dd92044
Merge pull request #43 from duaneking/master
Really make it real time with no disk IO needed.
2023-11-26 11:51:31 -08:00
Duane King
571061b114
Cleanup and formatting
Done on my phone.
2023-11-24 14:58:27 -08:00
Duane King
9ecc380a33
remove last_sample as its now dead code 2023-11-24 14:51:44 -08:00
Duane F. King
973880412a Really make it real time with no disk IO needed. 2023-11-21 14:10:31 -08:00
davabase
f213b229b8 Formatting and spelling fixes. 2023-10-03 11:21:17 -07:00
davabase
a0b5bdbb0a
Merge pull request #1 from JohnCiubuc/master
Better Linux support and fixed FP16 Warning
2023-01-20 12:54:00 -08:00
John Ciubuc
78772f03d9 switched back to default model size 2023-01-14 22:31:22 -06:00
John Ciubuc
0625e35b87 Default microphone option and selection for linux users 2023-01-14 22:31:04 -06:00
John Ciubuc
f180571916 Fixed 'FP16 is not supported on CPU' Warning 2023-01-14 22:13:48 -06:00
davabase
4c0d6821ff Make real time transcription demo with OpenAI Whisper. 2022-11-28 22:27:56 -08:00