thewh1teagle

Results 206 issues of thewh1teagle

It will be very useful if sherpa could enhance speech. The goal is having open source alternative to [Adobe enhance speech](https://podcast.adobe.com/enhance#) It's possible to use models such as https://huggingface.co/speechbrain/metricgan-plus-voicebank

Currently the best results we can get with whisper.cpp is with Cuda (Nvidia) or CoreML (macOS). On Windows there's only OpenBlas and it works slow, maybe 2 times of the...

When transcribing the following file, the timestamps are incorrect. As you can see the start timestamp of the second segment is the same as the end timestamp of the previous...

### What happened? When transcribing with cuda on Windows 11 and whisper `1.6.0` it uses the nvidia GPU only for few seconds and only for 1-2% and then it only...

I think currently there is no such way to trampoline opencl log. whisper.cpp doesn't allow setting a log callback in ggml-opencl.cpp https://github.com/ggerganov/whisper.cpp/blob/af5833e29819810f2d83228228a9a3077e5ccd93/ggml-opencl.cpp#L1103-L205 as a comparison, the ggml_metal backend allows this...

Currently `whisper.cpp` provides a [way](https://github.com/ggerganov/whisper.cpp/blob/c7b6988678779901d02ceba1a8212d2c9908956e/CMakeLists.txt#L66C0-L72C0) to disable these instructions only at compile time I would like to enable / disable them conditionally based on what the cpu support - cpp...

When trying to transcribe audio files using version `1.6.0` on Windows I get the following errors: (Tried multiple different files) Happens on CPU which supports f16c instruction command line output...

First of all, thanks for your great work. it's very interesting! I would like to use this package to prepare data which I'll use to train text to speech Hebrew...

I would like to use question mark operator to propagate `anyhow::Result` inside functions which returns `eyre::Result` ```rust fn main() -> eyre::Result { example()?; Ok(()) } fn example() -> anyhow::Result {...

Resolve https://github.com/tazz4843/whisper-rs/issues/161 Also tried it on macOS. I hope that it make sense having clone on them.