|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (3 bit)
Join Date: May 2004
Location: CHANIA- GREECE
Posts: 5
|
Hi!
I am desperately trying to find a source code in C, Fortran, Matlab or Visual Basic... (or anything else!!) which will be take an audio file as an input and will give a text file (ASCII perhaps) as an output! I run my thesis on Linux platform, so Windows-like programs don't work for me! Anybody have ANY idea??? PLEASE HELP!! |
|
|
|
|
|
#2 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
Welcome to PCMech, antonela
![]() Are you trying to make a transcript out of the audio file? Or do you just want to see the raw data?
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
|
|
|
|
|
|
#3 |
|
Member (3 bit)
Join Date: May 2004
Location: CHANIA- GREECE
Posts: 5
|
Hi "Force Flow"! Thanks for your reply!
Actually, I don't quite understand what the "raw data" is... What I want is to convert an audio file to a file of type .txt (or any other text file) which will be "read" from a program (in Matlab) as input data. Look, as fas as I know, Matlab can only read matrixes (numbers). So, what i really want is a way to convert "spoken words", such as "move" or "stop", into text. For example: 0001 can stand for "move" whereas 0010 can stand for "stop"...etc...! Is this clear...? I hope you understand what I am trying to explain to you!! If this is not possible... or if you don't know anything about this... any other suggestion is more than welcome!!!! Thanks again...
|
|
|
|
|
|
#4 |
|
Professional gadfly
|
Why exactly do you need to do this? You are asking a lot, honestly. What you need is some kind of voice recognition software that will transcribe what is being said. Dragon NaturallySpeaking is an example of voice recognition software. But given how hard it can be to get voice recognition software working properly, it may be far easier in the long run to do the transcription yourself.
|
|
|
|
|
|
#5 |
|
Member (3 bit)
Join Date: May 2004
Location: CHANIA- GREECE
Posts: 5
|
OK :-)
What I plan to do is a transcription myself! I don't want a software like Dragon Naturally-Speaking. What I can't figure out at all though is how exactly I can convert the audio file in a text file or anything else that can be read from another source code (preferably in C)! Or is this not necessary?
|
|
|
|
|
|
#6 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
There's a program called WriteOutLoud which may do what you're trying to accomplish.
|
|
|
|
|
|
#7 |
|
Member (6 bit)
Join Date: Oct 2003
Posts: 44
|
I think he wants like the 0s and 1s in computer language of the file... that's the source in an audio-file right? Nothing is written in words.
|
|
|
|
|
|
#8 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
He's trying to make a transcription of spoken words.
Once you have transposed your words, you can easly copy them into a txt file, which can be read by almost any independent language. |
|
|
|
|
|
#9 |
|
Member (3 bit)
Join Date: May 2004
Location: CHANIA- GREECE
Posts: 5
|
To start with... thanks everybody!!
Force Flow, this program you recommend unfortunately doesn't work for me. It runs on Window, and there is no source code... Yes, I want to make a transcription... But a file with 0s and 1s is just fine (actually is perferct!!) for me. Then, I will be able to correspond each set of 0s and 1s to a specific word. Is that right or am I too optimistic???? ![]() GreenBMP, do you know I can get the source of a wav (or other) file? Or any other way to do that?? Thanks again guys!! |
|
|
|
|
|
#10 | |
|
Professional gadfly
|
Quote:
Here's a website with some speech recognition software for Linux. It may help. |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|