AwesomeKorean_Speech

음성과 신호처리(정리중)

신호처리

음성 인식 automatic speech recognition (ASR)

-관련 책

*[ratsgo's speech book](https://ratsgo.github.io/speechbook/docs/neuralam/deepspeech)

데이터

영어

*LJSpeech
*[LibriSpeech](https://www.openslr.org/11/) : https://paperswithcode.com/sota/speech-recognition-on-librispeech-test-clean
*Libri-Light: 60k hour unlabelled speech + (10h, 1h or 10min) labelled speech (same as LibriVox???) https://github.com/facebookresearch/libri-light

한국어

*[KsponSpeech ](https://aihub.or.kr/aidata/105/download
*모두의말뭉치[일상대화_음성_말뭉치](https://corpus.korean.go.kr/)
*[한국어 1인 음성 데이터 ]( https://www.kaggle.com/bryanpark/korean-single-speaker-speech-dataset)
  • 신청 접수 후 다운로드 가능
  • 철자 전사, 전사 기호(웃음 {laughing}등), 비식별화 기호(이름 &name& 등) 사용

툴킷

*[Librosa](https://librosa.org/doc/latest/index.html): python 패키지
*Touch Audio : 모델링
*[Kaldi](https://kaldi-asr.org/) : C++로 작성
*[Praat](https://www.fon.hum.uva.nl/praat/)

한국어 구현

KoSpeech : https://github.com/sooftware/KoSpeech

한국어 음성합성

참고 링크 : https://pororo-tts.github.io/
wav2vec 결과
영어는 WER (clean 1.9/ other 4.3)
한글은 CER (clean 4.9/ other 5.4)

질문 : CER 계산할때도 grapheme 단위에서 CER 을 구하는 것인지?

관심사
inference : greedy_search