Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.