Giter Club home page Giter Club logo

arduinotalkiespeech-py's Introduction

ArduinoTalkieSpeech

Python script that convert audio file (WAV) to Talkie (speech synthesis for arduino) compatible data.

Talkie is speech library for Arduino , and it can be found here Talkie Github

Sample Usage

 $ python talkie_me.py alert.wav

Sample Output

This is the output of ALERT voice.

    const uint8_t spALERT[]  PROGMEM = {
		0xA5, 0xCF, 0xC6, 0xAB, 0x55, 0x5B, 0xAF, 0x39,
		0xDA, 0xC9, 0x54, 0xDD, 0xBC, 0xC6, 0xC2, 0x3C,
		0x27, 0x20, 0xCF, 0x1C, 0xD7, 0x30, 0xB0, 0x45,
		0x16, 0x69, 0x1D, 0xC3, 0x11, 0xE4, 0x59, 0x8A,
		0x7C, 0xB5, 0x9B, 0x8B,	0xD9, 0x30, 0xB7, 0xD3, 
		0x76, 0x19, 0x9A, 0x25, 0x59, 0x57, 0x59, 0xEC, 
		0x11, 0xAF, 0xE8, 0xD9, 0xF9, 0x2A, 0x8A, 0x1D,
		0xF0, 0x75, 0x3F, 0x73, 0xAC, 0x87, 0x3B, 0xA2,
		0x0B, 0xAA, 0x2B, 0xCF, 0xE4, 0x10, 0xA1, 0xDC,
		0x45, 0x64, 0x03, 0x00, 0x80, 0x01, 0x66, 0x36,
		0x33, 0xC0, 0xAB, 0xD5, 0x0A, 0x68, 0x25, 0x85,
		0x02, 0xFF, 0x0F
    };

    voice.say(spALERT);

Note: the bigger file size of audio file, the longer it takes to execute conversion.

Thanks

Talkie

Python

Arduino

arduinotalkiespeech-py's People

Contributors

tarsier-marianz avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.