Skip to content
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
63 changes: 63 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The currently supported languages are:
- Italian
- Japanese
- Korean
- Polish
- Portuguese
- Russian
- Spanish
Expand Down Expand Up @@ -68,6 +69,68 @@ The Korean voice pack provides full support for native Korean speakers using Edg
- This voice pack was personally developed and contributed by [@siyeongjang](https://github.com/siyeongjang), a Korean RC enthusiast, to improve accessibility and user experience for Korean-speaking pilots.
- Feedback or improvement suggestions are welcome. Please feel free to open an issue or leave a comment in the Pull Request.

### Polish (pl-PL)

Files are generated using [ElevenLabs](https://elevenlabs.io/app/speech-synthesis/text-to-speech) voice synthesis. There are 10k tokens available for free.

Voice: Sarah

ElevenMultilingual v2.

#### One file at a time

Ubuntu commands to prepare wav file from mp3:

- Normal way:

```bash
ffmpeg -i ElevenLabs_2025-09-03T16_24_21_Sarah_pre_sp100_s50_sb75_se0_b_m2.mp3 -ar 32000 -ac 1 -sample_fmt s16 engstp.wav
```

- To cut out words added for correct accent (0.5sec from beginning):

```bash
ffmpeg -ss 0.5 -i ElevenLabs_2025-09-03T16_24_21_Sarah_pre_sp100_s50_sb75_se0_b_m2.mp3 -ar 32000 -ac 1 -sample_fmt s16 engstp.wav
```

- Many files at once from the same folder:

```bash
for f in *.mp3; do
ffmpeg -i "$f" -ar 32000 -ac 1 -sample_fmt s16 "${f%.mp3}.wav"
done
```

#### Automated way

```bash
sudo apt update
sudo apt install libportaudio2 portaudio19-dev libasound-dev -y
pip install elevenlabs python-dotenv
```

If You don't have venv

```bash
python3 -m venv .venv
source .venv/bin/activate
```

Optionally add Your languages to array:

```bash
languages = [
("voices/pl-PL.csv", "EXAVITQu4vr4xnSDxMaL", "pl"),
# Add other languages here
]
```

And finally run script to generate all the files. Script is smart and skips already generated files to don't use tokens from ElevenLabs.

```bash
python3 voice-gen-elevenlabs.py
```

## Voices

All of the voices used in the EdgeTX voice packs have been picked from the [neural voices](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/language-support?tabs=speechtotext#prebuilt-neural-voices) offered by Microsoft Azure text to speech service, in order to get as close as possible to human-like voices. If you want to see what voices are available, and try different phrases, [check out the online demo generator](https://azure.microsoft.com/en-us/services/cognitive-services/text-to-speech/#features). Using some recording software, you could even save your own phrases and use them in the voice packs.
Expand Down
Binary file removed SOUNDS/cn/angmod.wav
Binary file not shown.
Binary file removed SOUNDS/cn/navwp.wav
Binary file not shown.
Binary file removed SOUNDS/cn/waypnt.wav
Binary file not shown.
Binary file removed SOUNDS/da/althof.wav
Binary file not shown.
Binary file removed SOUNDS/da/angmod.wav
Binary file not shown.
Binary file removed SOUNDS/da/buzoff.wav
Binary file not shown.
Binary file removed SOUNDS/da/gpsoff.wav
Binary file not shown.
Binary file removed SOUNDS/da/navwp.wav
Binary file not shown.
Binary file removed SOUNDS/da/recsrt.wav
Binary file not shown.
Binary file removed SOUNDS/da/recstp.wav
Binary file not shown.
Binary file removed SOUNDS/da/strtrc.wav
Binary file not shown.
Binary file removed SOUNDS/da/waypnt.wav
Binary file not shown.
Binary file removed SOUNDS/en/althof.wav
Binary file not shown.
Binary file removed SOUNDS/en/angmod.wav
Binary file not shown.
Binary file removed SOUNDS/en/buzoff.wav
Binary file not shown.
Binary file removed SOUNDS/en/gpsoff.wav
Binary file not shown.
Binary file removed SOUNDS/en/navwp.wav
Binary file not shown.
Binary file removed SOUNDS/en/recsrt.wav
Binary file not shown.
Binary file removed SOUNDS/en/recstp.wav
Binary file not shown.
Binary file removed SOUNDS/en/strtrc.wav
Binary file not shown.
Binary file removed SOUNDS/en/waypnt.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-glados/althof.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-glados/angmod.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-glados/buzoff.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-glados/gpsoff.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-glados/navwp.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-glados/recsrt.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-glados/recstp.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-glados/strtrc.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-glados/waypnt.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-libby/althof.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-libby/angmod.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-libby/buzoff.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-libby/gpsoff.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-libby/navwp.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-libby/recsrt.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-libby/recstp.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-libby/strtrc.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-libby/waypnt.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-ryan/althof.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-ryan/angmod.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-ryan/buzoff.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-ryan/gpsoff.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-ryan/navwp.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-ryan/recsrt.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-ryan/recstp.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-ryan/strtrc.wav
Binary file not shown.
Binary file removed SOUNDS/en_gb-ryan/waypnt.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-guy/althof.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-guy/angmod.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-guy/buzoff.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-guy/gpsoff.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-guy/navwp.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-guy/recsrt.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-guy/recstp.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-guy/strtrc.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-guy/waypnt.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-michelle/althof.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-michelle/angmod.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-michelle/buzoff.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-michelle/gpsoff.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-michelle/navwp.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-michelle/recsrt.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-michelle/recstp.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-michelle/strtrc.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-michelle/waypnt.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-sara/althof.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-sara/angmod.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-sara/buzoff.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-sara/gpsoff.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-sara/navwp.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-sara/recsrt.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-sara/recstp.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-sara/strtrc.wav
Binary file not shown.
Binary file removed SOUNDS/en_us-sara/waypnt.wav
Binary file not shown.
Binary file removed SOUNDS/es_cl-catalina/angmod.wav
Binary file not shown.
Binary file removed SOUNDS/es_cl-catalina/navwp.wav
Binary file not shown.
Binary file removed SOUNDS/es_cl-catalina/waypnt.wav
Binary file not shown.
Binary file removed SOUNDS/hk/angmod.wav
Binary file not shown.
Binary file removed SOUNDS/hk/navwp.wav
Binary file not shown.
Binary file removed SOUNDS/hk/waypnt.wav
Binary file not shown.
Binary file removed SOUNDS/jp/althof.wav
Binary file not shown.
Binary file removed SOUNDS/jp/angmod.wav
Binary file not shown.
Binary file removed SOUNDS/jp/buzoff.wav
Binary file not shown.
Binary file removed SOUNDS/jp/gpsoff.wav
Binary file not shown.
Binary file removed SOUNDS/jp/navwp.wav
Binary file not shown.
Binary file removed SOUNDS/jp/recsrt.wav
Binary file not shown.
Binary file removed SOUNDS/jp/recstp.wav
Binary file not shown.
Binary file removed SOUNDS/jp/strtrc.wav
Binary file not shown.
Binary file removed SOUNDS/jp/waypnt.wav
Binary file not shown.
Binary file removed SOUNDS/ko/althof.wav
Binary file not shown.
Binary file removed SOUNDS/ko/angmod.wav
Binary file not shown.
Binary file removed SOUNDS/ko/buzoff.wav
Binary file not shown.
Binary file removed SOUNDS/ko/gpsoff.wav
Binary file not shown.
Binary file removed SOUNDS/ko/navwp.wav
Binary file not shown.
Binary file removed SOUNDS/ko/recsrt.wav
Binary file not shown.
Binary file removed SOUNDS/ko/recstp.wav
Binary file not shown.
Binary file removed SOUNDS/ko/strtrc.wav
Binary file not shown.
Binary file removed SOUNDS/ko/waypnt.wav
Binary file not shown.
Binary file added SOUNDS/pl/2wd.wav
Binary file not shown.
Binary file added SOUNDS/pl/3d-mod.wav
Binary file not shown.
Binary file added SOUNDS/pl/3d.wav
Binary file not shown.
Binary file added SOUNDS/pl/4wd.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0000.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0001.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0002.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0003.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0004.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0005.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0006.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0007.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0008.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0009.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0010.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0011.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0012.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0013.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0014.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0015.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0016.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0017.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0018.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0019.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0020.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0021.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0022.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0023.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0024.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0025.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0026.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0027.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0028.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0029.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0030.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0031.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0032.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0033.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0034.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0035.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0036.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0037.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0038.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0039.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0040.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0041.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0042.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0043.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0044.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0045.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0046.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0047.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0048.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0049.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0050.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0051.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0052.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0053.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0054.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0055.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0056.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0057.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0058.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0059.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0060.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0061.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0062.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0063.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0064.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0065.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0066.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0067.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0068.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0069.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0070.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0071.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0072.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0073.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0074.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0075.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0076.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0077.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0078.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0079.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0080.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0081.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0082.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0083.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0084.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0085.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0086.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0087.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0088.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0089.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0090.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0091.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0092.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0093.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0094.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0095.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0096.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0097.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0098.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0099.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0100.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0101.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0102.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0103.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0104.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0105.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0106.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0107.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0108.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0109.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0110.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0111.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0112.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0167.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0168.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0169.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0170.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0171.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0172.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0173.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0174.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0175.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/0176.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/amp0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/amp1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/celsius0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/celsius1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/db0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/db1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/dbm0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/dbm1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/degree0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/degree1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/eebad.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/fahr0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/fahr1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/foot0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/foot1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/founce0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/founce1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/fps0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/fps1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/g0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/g1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/hello.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/hertz0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/hertz1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/hour0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/hour1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/inactiv.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/km0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/km1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/knot0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/knot1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/kph0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/kph1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/lowbatt.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/mamp0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/mamp1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/mamph0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/mamph1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/maxtrim.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/meter0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/meter1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/midtrim.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/mintrim.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/minute0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/minute1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/ml0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/ml1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/mlpm0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/mlpm1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/modelpwr.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/mph0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/mph1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/mps0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/mps1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/ms0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/ms1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/mwatt0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/mwatt1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/percent0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/percent1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/rad0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/rad1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/rpm0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/rpm1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/rssi_org.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/rssi_red.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/rxko.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/second0.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/second1.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/sensorko.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/servoko.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/swalert.wav
Binary file not shown.
Binary file added SOUNDS/pl/SYSTEM/swr_red.wav
Binary file not shown.
Loading
Loading