Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to make speech recognition
12-31-2011, 01:09 AM
Post: #7
RE: how to make speech recognition
I encountered several obstacles that have error messages when I combine the output of the component spectrum with bacpropagation training component.
Namely the error message:
[DCC Error] Unit1.pas (83): E2250 There is no overloaded version of 'Train' that can be Called with these arguments

This happens when I combine the component spectrum with a training component, where its form:
TILNeuralNetworkTrain.Train (ISLRealBuffer [], ISLRealBuffer []) method
Then I modified into:
TILNeuralNetworkTrain.Train (ALSpectrum1, AResposes)

To be able to understand each other, I described my first stage of what I have done. And if wrong I beg to be corrected,
- I use a computer with windows 7 operating system and using the program Delphi XE2.
- I am using component AudioIn, to pick up sound signals.
- Wav logger to store the sound file. Since I will detect the vowels (A, I, U, E, O) then I create a file in the form of wav sound training. Where for every vowel I use five training data spoken by 5 different people.
- Then to do the training network, I use wav player, to load, voice training files.
- After that I used a component spectrum for the signal extraction process.
My question, what causes an incompatible data is causing the error?
What is correct, step I have done to make the speech recognition system or there is a mistaken or wrong and what should I do?
thanks for your help
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
how to make speech recognition - Hymae - 12-18-2011, 02:56 PM
RE: how to make speech recognition - Dave - 12-18-2011, 10:30 PM
RE: how to make speech recognition - Hymae - 12-19-2011, 01:49 AM
RE: how to make speech recognition - Dave - 12-19-2011, 09:29 PM
RE: how to make speech recognition - Hymae - 12-21-2011, 04:08 PM
RE: how to make speech recognition - Dave - 12-22-2011, 02:20 AM
RE: how to make speech recognition - Hymae - 12-31-2011 01:09 AM
RE: how to make speech recognition - Dave - 12-31-2011, 02:23 AM
RE: how to make speech recognition - Hymae - 12-31-2011, 02:54 AM
RE: how to make speech recognition - Dave - 12-31-2011, 03:22 AM
RE: how to make speech recognition - Hymae - 12-31-2011, 04:09 PM
RE: how to make speech recognition - Dave - 01-02-2012, 10:26 PM
RE: how to make speech recognition - Hymae - 01-03-2012, 01:49 AM
RE: how to make speech recognition - Dave - 01-03-2012, 02:03 AM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)