ports/audio/py-webrtcvad/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

5 lines
310 B
Text

A python interface to the WebRTC Voice Activity Detector (VAD).
A VAD classifies a piece of audio data as being voiced or unvoiced. It can be
useful for telephony and speech recognition.
The VAD that Google developed for the WebRTC project is reportedly one of the
best available, being fast, modern and free.