Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JyeSmith/inav-opentx-sounds
A sound pack for INAV on OpenTX
https://github.com/JyeSmith/inav-opentx-sounds
Last synced: about 1 month ago
JSON representation
A sound pack for INAV on OpenTX
- Host: GitHub
- URL: https://github.com/JyeSmith/inav-opentx-sounds
- Owner: JyeSmith
- Created: 2018-04-03T02:35:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T03:47:18.000Z (over 6 years ago)
- Last Synced: 2024-01-25T00:16:16.989Z (11 months ago)
- Size: 214 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-flying-fpv - inav-opentx-sounds - Addon sounds for modes. (RC Transmitters & Handcontroller 🎮 / VTOLs 🚀)
README
[![Demo](https://img.youtube.com/vi/0p2i6cNskoo/0.jpg)](https://www.youtube.com/watch?v=0p2i6cNskoo)
# inav-opentx-sounds
This sound pack is for some of the modes found in INAV (https://github.com/iNavFlight) and can be used with OpenTX (https://github.com/opentx).
Below is an index of each wav. Feel free to open an issue/pull if you would like to request a new sound.
```
inav00 - armed
inav01 - disarmed
inav02 - acro flight mode selected
inav03 - angle flight mode selected
inav04 - manual flight mode selected
inav05 - starting servo auto trim
inav06 - starting autotune
inav07 - altitude hold on
inav08 - way point mission started
inav09 - returning to home
```## Download link
https://github.com/JyeSmith/inav-opentx-sounds/archive/master.zip
## How to make more sounds
Sounds were synthesized using https://text-to-speech-demo.ng.bluemix.net/ and ```American English (en-US): Allison```. Use the below in ```Voice Transformation SSML```, press Speak to test and Download for the mp3.
```
text to be synthesized
```
Sounds are downloaded as mp3 and can be converted to wav using ffmpeg.
```
ffmpeg -i song.mp3 -acodec pcm_s16le -ar 8000 -ac 1 song.wav
```Add the wav files to your SD cards ```SOUNDS/en``` directory.
For more info on how to create and add custom sounds check out Project Blue Falcon https://www.youtube.com/watch?v=RZ8XwYgo8kg.