Exports an audio match database so that you can use it with another Media Server.
Type: synchronous
| Parameter | Description | Required |
|---|---|---|
database
|
The name of the audio match database to export. | Yes |
The following example uses cURL to export an audio match database and write it to the file audioclips.dat.
curl http://localhost:14000 -F action=ExportAudioMatchDatabase
-F database=music
-o audioclips.dat
The response contains the binary data for the audio match database.
|
|