The following schema describes how to use the audiosec
module for audio security processing.
[AudioSecurity] 0 = a,ts <- audio(MONO, input) 1 = f <- frontend(_, a) 2 = nf <- normalizer(_, f) 3 = w <- audiosec(_, a, nf) 4 = output <- wout(_, w,ts)
0
|
The audio module processes mono audio. |
1
|
The frontend module converts audio data into speech front-end frame data. |
2
|
The normalizer module normalizes frame data from 1 (f ). |
3
|
The audiosec module processes the audio (a ) and normalized frame data (nf ). |
4
|
The wout module writes the security issue label information to the output file. |
|