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 Comments |
AfpMode | The audio fingerprinting mode to use. | |
Pack | The audio fingerprint database (if it is not defined in the configuration file). | See Comments |
PackDir |
The path to the directory containing the database. |
See Comments |
Tag | The tag associated with the track to remove from the database. | Yes |
http://localhost:15000/action=AddTask&Type=AfpRemoveTrack&Pack=Adverts&PackDir=C:\resources&Tag=MyCompanyJingle
This action removes the track with the tag MyCompanyJingle
from the Adverts
database.