Want to save Audio word in text file - audio

I searched and found that it is possible to save audio word in a text file from a recorded audio file. Also found few softwares are available for this.
But don't get any algorithm or solution which is applicable for saving recognized audio word from live audio into a text file.
is there any expert or researcher who can help me to solve this problem?
Advance thanks to all expert.

What's your environment? Nowadays it could be possible online too!
Take a look here at Google Dev

Related

Raw sound files editors, 8bit

I was wondering if anyone knows how to open and edit a raw sound file (raw unsigned 8-bit).
I am making my own game and trying to create original 8-bit music.
I could not open SoX, and all other editors I have cannot play these frequencies correctly.
I appreciate all help.
try using beep box. you can recover work from the past 30 days. or, you can try import a .mid file. you can have 4 base notes, and set the instrements to 8-bit sounds, crunches and waves. hope it works for you! --> beepbox.org or search it up if this link doesnt work
(Not sponsered)

How to play audio on Corona?

I am trying to play audio as i used to do but it seems not working now. These are the codes I tried:
local birdSound = audio.loadSound("bird.mp3")
audio.play(birdSound)
It gives an error like that:
WARNING: Failed to create audio sound
Can you help me out? Thanks.
Don't use .mp3. .wav works for both iphone and android.
Make sure the .wav file is in our folder.
Sometimes some sound file can be played on computer, but not works in simulator. In that case, use other files instead.
If you really like that .mp3 file and can not find .wav, find some free software to convert it.
Changing the bit rate(increasing) of my files helped me to solve the problem. Thanks to SatheeshJM!

Server-side Audio Editor

I am looking for an audio editor that we can use server side (ASP + IIS)
We want users to be able to upload an audio file, and then offer a 10 second teaser clip to other users for download.
Ideally I would like our application to be able to specify Input and Output Filename, Start and End time (or Duration), and be able to fade-in and fade-out, and equalise the volume.
Maybe some audio editors have a batch edit facility, and it would just be a question of installing on the server?
All the keywords I have tried putting into Google have led me on a wild goose chase, hopefully someone can help me with suggestions. Thanks.
Try ffmpeg!
http://ffmpeg.org/
I've used it for all sorts of manipulations of video and audio.

How can I mass rename many audio files?

I need to rename many audio files, so that their file names show artist and song name. File formats are mp3 and flac. Is there a way to do it quickly? Or maybe there is a program for this?
I've used MP3Tag for this in the past. You can batch rename via sprintf()-ish format strings that pull various bits from ID3 tags.
Some recommended tag editors:
en.wikipedia.org/wiki/Tag_editor
I just used the Java-based Entagged, which is really simple and smart, so I can recommend it:
Entagged

Hi-light text when audio file playing with corresponding words

I am developing one iphone application which is include the audio to text conversion.
The requirement is i have an audio file, while playing audio file the need to hi light text with corresponding word audio file.
Please anybody help me out of this issue.
Thanks in advance.
Vulvaji.

Resources