- speech2text, also availale from within Signal Labeler per this example. Note that the use of this function also requires a registration with a cloud-based speech-to-text service from either Google, Microsoft, or IBM. Refer to the documentation for details
- The MATLAB implementation of the wav2vec 2.0 deep learning network, available from here on GitHub. This will only work for English but it is completely based on MATLAB
how to split words from audio?
조회 수: 4 (최근 30일)
이전 댓글 표시
hello...my project is speech to text..i want to know how can i split words from recorded audio??
댓글 수: 0
채택된 답변
Gabriele Bunkheila
2021년 12월 13일
Hi Saniya, I have just come across your question. I appreciate this may no longer be timely but I am adding a couple pointers in case they can help others.
For isolating or segmenting speech in low-noise recordings, the function detectSpeech should work just fine. This will return start and stop times of all signal regions where speech is detected, but no text "transcription" of the actual speech content.
To estimate the transcription you will need a speech-to-text model based on machine learning. The following two links will be relevant:
I hope this helps.
댓글 수: 1
Murtaza Mohammadi
2024년 9월 15일
이동: Voss
2024년 9월 15일
Hello @Gabriele Bunkheila
Thanks for your explanation. Do you have any recommendations for working with languages apart from English? I am actually interested to develop an ML tool to transcribe an archaic language. The syntax, script and grammar are all very different and requires a bit of development. Can you suggest how this can be achieved and is Matlab a good choice to execute this project?
Thanks
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulation, Tuning, and Visualization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!