CreateAudioMatchDatabase
Creates a new, empty, database to store training data for audio matching.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name for the new database (maximum 254 bytes). | Yes |
samplefrequency
|
The sample frequency of the audio that this audio clip database can be used with. Specify either 8000 (8kHz telephony) or 16000 (16kHz broadband). The default is 16000 . |
No |
Example
The following example creates an empty database named music
.
/action=CreateAudioMatchDatabase&database=music
Response
<autnresponse> <action>CREATEAUDIOMATCHDATABASE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
See Also
- To add audio clips to the database, use the action TrainAudioMatchClip.