NVIDIA Jetson Nano & Jetson inference – PART5 (PLAY MP3, TTS)

Estimated read time 1 min read

[Play MP3 File]

For wav you can use aplay. For mp3 you can use mpg123.

(Google Text to Speech/github.com/pndurette/gTTS)
$sudo pip install gTTS
$sudo apt-get install mpg123
$gtts-cli “The good of mankind far outweighs the bad” | mpg123

If you already have ffmpeg installed (you should have ffmpeg installed default with ubuntu), try:

http://manpages.ubuntu.com/manpages/bionic/man1/gtts-cli.1.html

[Playing Time Algorithm]

목표 : 1초에 3번 이상 Detect 하는데, 계속 말하는건 좀 그럴듯.
최초 발견( detect_time )시 말하고( play_time ) 시간 기록
최초 말한 시간 이후 10초 간격은 두어야 함 (하루1번만 인사)

계속 보이면 선호 음악 플레이 하기
아무도 안보이면 알아서 하기
Array : day_greeting | detect_time | play_time

[Run Script on Boot]

https://devtalk.nvidia.com/default/topic/1067655/jetson-nano/how-to-run-a-script-on-boot/post/5408133/

우분투 내 애플리케이션 중 시작 프로그램 등록하는 곳에 sh 파일 등록함

Thanks BR~~~

You May Also Like

More From Author

+ There are no comments

Add yours