d22a5ef
specify dtype for librosa.load, instead of cast
Browse code
2024-02-20
6211946
specify audio dtype
Browse code
2024-02-20
1e9635c
removed unused variable
Browse code
2024-02-20
98c5dd4
Removed duplicate variable self.last_chunked_at
…
I tried to find the difference between self.last_chunked_at and self.buffer_time_offset, and it took me a while to understand that they are exactly the same. I think it's better to get rid of one of the duplicates to make the code more readable.
Browse code
2024-01-03
e11a5ba
Merge branch 'opeanai-api2' into opeanai-api
Browse code
2024-02-19
06b5a9e
Use automatic language detection by default (instead of English)
Browse code
2024-02-16
5428d1c
Make OpenAI backend work with language autodetect
Browse code
2024-02-15
5da3267
Make --vad work with --backend openai-api
Browse code
2024-02-10
f3c76f7
Use OpenAI api word-level timestamps
Browse code
2024-02-10
46598ad
Interpolate word timestamps based on word character length
Browse code
2024-02-09
b67d653
fixes
Browse code
2024-01-26
997a653
missing features in openai-api, PR #52
Browse code
2024-01-26
7ed1d45
OpenAI Whisper API backend
Browse code
2024-01-24
a024176
auto language detection #56
Browse code
2024-02-06
38b5069
fixes
Browse code
2024-01-26
54cee50
missing features in openai-api, PR #52
Browse code
2024-01-26
8b328a1
OpenAI Whisper API backend
Browse code
2024-01-24
c27a20e
README typo and one more simulation option is not shared
Browse code
2024-01-03
013d313
Samples should be an integer, not seconds
…
I believe it's just a typo
Browse code
2024-01-02
ac78ddf
buffer trimming option, sent. segmenter not required anymore
…
- both for whisper_online + server
- removed argparse code repetition
- README updated
Browse code
2024-01-02
d6ec999
buffer trimming options + most recommendable default
…
evaluated on ESIC dev2, 27 docs
Browse code
2024-01-02
c236a99
Merge pull request #36 from luweigen/bug-chunk_completed_sentence
…
fix bug of completed sentence chunking. tested on faster-whisper in e…
Browse code
2023-12-19
a432dbb
Fix: Omitting the last chunk problem in comp_unaware mode
Browse code
2023-12-07
06370e7
fix bug of completed sentence chunking. tested on faster-whisper in en language
Browse code
2023-11-29
0a50eec
logfile reviewed, whisper_timestamped loading module and vad
…
PR #10, issues #9, #30
Browse code
2023-11-28