Recommend this page to a friend! |
Download .zip |
Info | View files (6) | Download .zip | Reputation | Support forum (5) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2006-09-14 (10 years ago) | 79% | Total: 2,428 This week: 1 | All time: 1,538 This week: 1,047 |
Version | Licenses | Categories | ||||
numeric_tts 1.0.0 | Custom (specified... | Text processing, Audio |
Description | Author | ||||||||||||||
This class can be used to generate audio to spell numbers using different voices and idioms. |
|
Numeric TTS v 1.0 http://www.SysTurn.com // This program is free software; you can redistribute it and/or modify // it under the terms of the ISLAMIC RULES and GNU Lesser General Public // License either version 2, or (at your option) any later version. // // ISLAMIC RULES should be followed and respected if they differ // than terms of the GNU LESSER GENERAL PUBLIC LICENSE // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the license with this software; // If not, please contact support @ S y s T u r n .com to receive a copy. What is this ? ============== This class converts numbers from text into wave format. supports Male and Female voices, and can easily support Languages other than english. How does it work ? =================== The idea of this class is concatenation audio samples that spell the digits of a number. Then it generates the wave header (the first 44 bytes of the file). How to use this ? ================= The class can be used in one of the following ways: 1- NumericTTS::write($input_number, $output_file) The write() function will spell and generate the wav file for the input number and store it in the output file. 2- NumericTTS::output($input_number) The output function will spell and generate the wav output for the input number which will be served as the current script output. This class depends on pre-recorded wav files, so it can support multiple voices and languages. Currently it have Male and Female voices in English, and other four voices in Arabic. The default voice is Female English. To change the voice you will need to call the function setVoice($voice_name) before calling the write() or output() functions. Voices can be downloaded from: http://systurn.com/numeric_tts/voices.zip Looking For Examples ? ====================== Refer to the examples (files starts with "example.") Online Example: http://systurn.com/numeric_tts/example.output.php |
Files |
File | Role | Description |
---|---|---|
class.numericTTS.php | Class | main class |
example.output.php | Example | Output function example |
example.write.php | Example | Write function example |
license.txt | Lic. | License |
play.jpg | Icon | play button |
readme.txt | Doc. | READ ME |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | User Comments (3) | ||||||||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
Online Example Online example |
Required Voices Required voices |