음성인식: 음성/오디오 인식 -> 텍스트 변환 : 받아쓰기 위스퍼

음성인식: 음성/오디오 인식 -> 텍스트 변환 : 받아쓰기 위스퍼

2024-05-27 Note notes st speech text whisper

전산언어학

whisper.el (S2T; speech to text)

/home/junghan/sync/man/dotsamples/vanilla/novoid-dotfiles-uomf/config.org

You will use these functions:

Invoking whisper-run with a prefix argument (C-u) has the same effect as whisper-file .

Both of these functions will automatically compile whisper.cpp dependency and download language model the first time they are run. When recording is in progress, invoking them stops it and starts transcribing. Otherwise if compilation, download (of model file) or transcription job is in progress, calling them again cancels that.

이 두 함수는 모두 처음 실행될 때 whisper.cpp 종속성을 자동으로 컴파일하고 언어 모델을 다운로드합니다. 녹음이 진행 중일 때 이 함수를 호출하면 녹음이 중지되고 전사가 시작됩니다. 그렇지 않고 컴파일, 다운로드(모델 파일) 또는 전사 작업이 진행 중인 경우 다시 호출하면 해당 작업이 취소됩니다.

Use whisper-run once to start recording and a second time for start the translation process which puts the text into the buffer. This works offline (without cloud or network) and amazingly well for English.

속삭임 실행=을 한 번 사용하면 녹음이 시작되고, 두 번 사용하면 텍스트가 버퍼에 저장되는 번역 프로세스가 시작됩니다. 이 기능은 *오프라인*(클라우드나 네트워크 없이)에서 작동하며 영어의 경우 놀랍도록 잘 작동합니다.

Related-Notes

References

마지막 수정일자