Showing posts with label audio. Show all posts
Showing posts with label audio. Show all posts

Saturday, May 7, 2016

Taranis Sound File Formatting

Here's the incantation to generate a sound file playable on Taranis.


ffmpeg -i myfile.mp3 -ar 32000 -ac 1 -acodec pcm_s16le myfile.wav

In human being terms:

- 32,000 bps sampling
- mono
- PCM signed 16-bit little-endian

well for a certain type of human being anyway.

blogodex = {"toc" : "Taranis Audio", "idx" : ["audio", "ffmpeg", "deep, dark magic"]};

Friday, August 2, 2013

Here's a really clear online text to speech system.  I think I'm going to use it to record some Taranis-specific audio files for the APM.  QueenElizabeth is I think a really good voice for this, as it seems to be quite legible (what's the audio equivalent of legible?).

Audio file parameters:  mono, 32KHz, WAV, Signed 16 bit PCM, clear all metadata