Jump to content

MP3 Numbers English Sounds up to 100


nunos

Recommended Posts

Sorry for posting this under "PHP Help" but I don't know where else to post it, if any moderator is reading this, please move it to where it should belong.

 

I am working on a human verification system and I need 100 mp3 files, corresponding to the 100 first numbers, one up to a hundred.

I know this could be done a lot easier if, the number 25, for example, were the "sum" of a twenty.mp3 and five.mp3, but I prefer to have a single twenty-five.mp3

 

Do someone ever needded something like this or know where to find it?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/165189-mp3-numbers-english-sounds-up-to-100/
Share on other sites

You can count up to 999,999,999 with the sounds that are included with Asterisk, but they are in separate files, so for that example you would have to chain the files in the following order:

  • 9.wav
  • hundred.wav
  • and.wav
  • 90.wav
  • 9.wav
  • million.wav
  • 9.wav
  • hundred.wav
  • and.wav
  • 90.wav
  • 9.wav
  • thousand.wav
  • 9.wav
  • hundred.wav
  • and.wav
  • 90.wav
  • 9.wav

 

Although, if you wanted every number in a file, you could write a quick script to build them from the single files.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.