faster-whisper-server icon indicating copy to clipboard operation
faster-whisper-server copied to clipboard

Make some changes to the project

Open sh1man999 opened this issue 1 year ago • 0 comments

I think that in src/speaches folder it's time to add separation of functionality by folders for example: stt/ tts/ common/

Please remove the Piper dependency.

Remove the use_batched_mode parameter, always use the default BatchedInferencePipeline(model=whisper) this is faster and gives better results, prevents hallucinations on long files

sh1man999 avatar Jan 14 '25 10:01 sh1man999