SoundRecognizer object |
|
The SoundRecognizer object, accessible through the control's SoundRecognizer property, is internally implemented as a COM interface called ISoundRecognizer and contains methods needed to recognize a sound file and to obtain related information, like title, author, genre, etc.
The SoundRecognizer object is implemented through the following methods and properties:
Methods
For details about using the sound recognizer refer to the How to recognize music and obtain related information tutorial.
Samples of usage of sound recognition in Visual C++ and Visual Basic 6 can be found inside the following samples installed with the product's setup package:
- MusicRecognizer