Raspberry Pi의 Alexa
4024 단어 Raspberrypi3
Alexa라고 하면 작년당에 성우 스킬이 실장되고 있었을 것입니다.
빨리 레오나르도 다빈치 (cv : 츠다 켄지로 씨)의 목소리에 익사하고 싶다
그렇다면 조속히 준비에 걸립시다! ! !
준비하는 것
"- Raspberry Pi 3"modelB
- SD카드(OS설치 완료)
- 키보드
- 모니터
- 마우스
- 스피커
- 마이크
- 코드류
Alexa 구현 절차
1. 음성 장치(마이크, 스피커) 설정
이번에 이용한 것은,
스피커 : ELECOM 스피커 USB 급전 4W 컴팩트 블랙 MS-P08UBK
마이크:BU-Bauty 언제 어디서나 휴대 가능! 세계 최소 USB 마이크 PC Mac용 USB 마이크 초소형 초미니 22mmx18mmx5mm
https://www.amazon.co.jp/Buauty-BU-11-%E3%81%84%E3%81%A4%E3%81%A7%E3%82%82%E3%81%A9%E3 %81%93%E3%81%B8%E3%82%82%E6%90%BA%E5%B8%AF%E5%8F%AF%E8%83%BD%EF%BC%81%E4%B8 %96%E7%95%8C%E6%9C%80%E5%B0%8FUSB%E3%83%9E%E3%82%A4%E3%82%AF-PC-Mac%E7%94%A8USB%E3 %83%9E%E3%82%A4%E3%82%AF-%E8%B6%85%E5%B0%8F%E5%9E%8B-%E8%B6%85%E3%83%9F%E3 %83%8B-22mmx18mmx5mm/dp/B01KZPF1U8 )
이것들을 RaspberryPi에 연결합니다.
연결되어 있는지 확인
pi@raspberrypi:~ $ lsusb
연결되어 있지만 스피커가 움직이지 않으면 여기
2. Amazon 개발자 계정에 등록
[실패하지 않는 Alexa 개발자 계정을 만드는 방법]
htps : //에서 v.ぁsss d. jp / ぉ 이세 - s s t / HO W-Sape ty-c Rete-A-A- ゔ ぇ ぺ rs - 아코 t /
를 참고로 했습니다.
3. Alexa Voice Service 다운로드
Alexa Voice Service 샘플 프로그램 다운로드
$ cd Desktop
$ git clone https://github.com/alexa/alexa-avs-sample-app.git
다운로드한 에 있는 automated_install.sh 를 에디터로 열어 ProductID, ClientID, ClientSecret 의 항목에 각각 취득한 값을 세트.
$ cd Desktop/alexa-avs-sample
$ sudo vi automated_install.sh
# This is the name given to your device or mobile app in the Amazon developer portal. To look this up, navigate to https://developer.amazon.com/edw/home.html. It may be labeled Device Type ID.
ProductID=[取得したProductID]
# Retrieve your client ID from the web settings tab within the developer console: https://developer.amazon.com/edw/home.html
ClientID=[取得したClientID]
# Retrieve your client secret from the web settings tab within the developer console: https://developer.amazon.com/edw/home.html
ClientSecret=[取得したClientSecret]
설치 프로그램 실행
$ cd ~/Desktop/alexa-avs-sample-app
$ . automated_install.sh
4. Alexa 시작
terminal 3개 준비
다음 순서로 시작
Terminal1
cd ~/Desktop/alexa-avs-sample-app/samples
cd companionService && npm start
Terminal2
cd ~/Desktop/alexa-avs-sample-app/samples
cd javaclient && mvn exec:exec
Terminal3
cd ~/Desktop/alexa-avs-sample-app/samples
cd wakeWordAgent/src && ./wakeWordAgent -e sensory
이것으로 움직일 것이다!
Alexa! --- PON!
「레오나르도의 시간을 듣고」 ---「레오나르도의 시간을 엽니다 ---레오나르도 등장!!」
[참고]
htps : // 기주 b. 코 m/아아아아/아아아아아 vs-사 mpぇ-아 p/우우키/
Reference
이 문제에 관하여(Raspberry Pi의 Alexa), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/Pentas/items/b2228a7d7706ee7cba31텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)