react-speech-kit 사용법
문법
위의 코드를 쪼개면 아래와 같은 코드로 나눠서 사용할 수 있습니다.
단어를 문장에 맞게 적합도 세팅
https://darrengwon.tistory.com/242
[Web-API] Web Speech API를 이용한 음성인식 구현
Building A Speech Recognition App Using Javascript - CodeSource.io In this article, we will build a speech recognition application in javascript without any external api or libraries. We will make use of the codesource.io 위 포스팅을 참고해서 작
darrengwon.tistory.com
리엑트에서 서버로 보낼때 Axios 사용
앞으로 진행 해야 할 점
1. server 에서 chat gpt 답변 보내주기
2. 녹음 할때 말안하면 끊어지는 부분 없앨 수 있게 수정하기 - > 녹음 시작 / 중지 스스로 결정할 수 있게 하기.
3.
반응형