Commit Graph

8 Commits

Author SHA1 Message Date
lightmare
cc9c123251 Added new extraction and trimming functionality
Changes from https://github.com/iantanwx/whispercpp.py:
- added `transcribe_segment`, `extract_segment` and `load_audio_segment`
- use `ffmpeg.Error`
Other:
- added `whisper_full_lang_id`
- improved timestamps checking
2023-03-06 08:47:23 +00:00
lightmare
d14f1b6c25 whisper.cpp v1.2.1 2023-03-02 18:10:36 +00:00
lightmare
5a4f948785 Added list_languages function 2023-02-23 21:39:05 +00:00
lightmare
af035ea355 init
Changes made (not exhaustive):
- changed defaults
- whisper.cpp submodule set to 1.2.0
- removed `requests` dependency
- models dir can be changed in constructor
- added support for setting params
- added back support for `large-v1` model
- added support for english-only models
2023-02-18 22:59:42 +00:00
Luke Southam
c7a8d72e70 update 2022-12-11 06:02:45 +00:00
Luke Southam
295118d41c
Update whispercpp.pxd 2022-12-10 23:32:56 +00:00
Luke Southam
24af17f403
Update whispercpp.pxd 2022-12-10 23:32:35 +00:00
Luke Southam
9b8b4c3671 initial commit 2022-12-10 23:29:03 +00:00