4657465
forgot f in the last debug print
Browse code
2024-05-02
7f37945
checks and changes in logging
…
- don't set the level for submodules, it's too verbose
- etc.
Browse code
2024-04-19
243777b
Default log level to DEBUG, faster-whisper to match
Browse code
2024-04-18
ebdde20
Construct an explicit logger rather than using the root logger
Browse code
2024-04-18
3e02232
Merge branch 'main' into ayo-logging-fixes
Browse code
2024-04-18
f03948c
Merge branch 'main' into online-from-factory
Browse code
2024-04-17
54634f0
better documentation, help message and logging prints
Browse code
2024-04-17
259a346
Set the log level inside faster-whisper again (lost in merge)
Browse code
2024-04-15
6db3f87
Merge branch 'main' into ayo-logging-fixes
Browse code
2024-04-15
32191b5
Further tidying of print output, so by default there's little on the console
Browse code
2024-04-15
812aefa
Move creation of OnlineASRProcessor inside the factory method
…
Preventing more code duplication between whisper_online.py and whisper_online_server.py
Browse code
2024-03-21
1610c10
Fix imports
…
Now, the ASR implementations do their own imports. No need to import in the factory
Browse code
2024-03-21
2d56ec8
Fix crash when using openai-api with whisper_online_server + refactored creation of the ASR into a factory method
…
+ refactored creation of the ASR into a factory method
Browse code
2024-03-20
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