https://github.com/strongbugman/ip_speaker
Speak raspberry pi`s ip address.
https://github.com/strongbugman/ip_speaker
Last synced: about 1 year ago
JSON representation
Speak raspberry pi`s ip address.
- Host: GitHub
- URL: https://github.com/strongbugman/ip_speaker
- Owner: strongbugman
- Created: 2016-07-06T09:09:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-06T09:40:28.000Z (over 9 years ago)
- Last Synced: 2025-03-26T03:33:12.890Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ip speaker
Ip speaker for raspberry pi.
Inspired by this [project](https://github.com/ma6174/speak_raspi_ip), use aplay(build in) to paly wav files, and more feature.
## Feature
* Can help you get the ip address of your raspberry pi when the raspi power on.
* Auto close up when you ssh in your raspi or the raspi has turned up more than 10 mins.
* Auto start by systemd.
## How to use
* Git clone or downlode in somewhere.
* Test, run ```./ip_speaker.py test```
* Run setup.sh(be careful about script path).
* Plug in headphones when the raspi power on, and listen it`s ip address.
## Remove
run ```sudo systemctl disable ip_speaker && sudo rm /lib/systemd/system/ip_speaker.service```
## About wav file source
I download on this [site](https://evolution.voxeo.com/library/audio/prompts/numbers/index.jsp)
Make sure the wav file can be played by aplay, I use ffmpeg to translate format, like this:
```shell
ffmpeg -i 0.wav 0.wav
```
The wav files in this project have been converted.