The AfpRemoveTrack task removes specified audio tracks from an AFP database.
By default, the AfpRemoveTrack task uses acoustic landmark matching. You can set AfpMode to use template-based matching, which is more robust but less scalable.
| Parameter | Description | Required |
|---|---|---|
| Type | The task name. Set to AfpRemoveTrack. |
Yes |
| AfpDb | The audio fingerprint database (if it is defined in the configuration file). | See AfpRemoveTrack |
| AfpMode | The audio fingerprinting mode to use. | |
| Pack | The audio fingerprint database (if it is not defined in the configuration file). | See AfpRemoveTrack |
| PackDir |
The path to the directory containing the database. |
See AfpRemoveTrack |
| Tag | The tag associated with the track to remove from the database. | Yes |
http://localhost:13000/action=AddTask&Type=AfpRemoveTrack&Pack=Adverts&PackDir=C:\resources&Tag=MyCompanyJingle
This action uses port 13000 to instruct IDOL Speech Server, which is located on the local machine, to remove the track with the tag MyCompanyJingle from the Adverts database.