The following schema describes how to add an audio track to an AFP database.
[afpAddTrack] 0 = a <- audio(MONO, input) 1 = fp <- afpfeature(_, a) 2 = output <- afpedit(ADD,fp)
0
|
The audio module processes the mono audio. |
1
|
The afpfeature module converts the audio data into AFP features. |
2
|
The afpedit module adds the features to an AFP database. |
|