Filtering prohibited audio content.

MrPihma

New Member
Hello. Help is needed. Filtering prohibited audio content.

I want to filter the audio track in terms of the use of forbidden words, for which they can block. The word search algorithm (translating audio into text, filtering text, replacing an audio track in a video) has been implemented. Streaming is not implemented.

Can someone have experience or ready-made code examples on how to implement streaming video processing? Any help would be welcome.
The algorithm is as follows - the audio track is separated from the video frame, processed, after which the frame is sent further along the route. A frame of non-fixed length (usually 1-4s, looking for pauses between words).

Thank.
 
Top