Remove deprecated VAD module
This commit is contained in:
@@ -201,6 +201,7 @@ def setup(app):
|
|||||||
str(project_root / "src/pipecat/pipeline/to_be_updated"),
|
str(project_root / "src/pipecat/pipeline/to_be_updated"),
|
||||||
str(project_root / "src/pipecat/processors/gstreamer"),
|
str(project_root / "src/pipecat/processors/gstreamer"),
|
||||||
str(project_root / "src/pipecat/services/to_be_updated"),
|
str(project_root / "src/pipecat/services/to_be_updated"),
|
||||||
|
str(project_root / "src/pipecat/vad"), # deprecated
|
||||||
"**/test_*.py",
|
"**/test_*.py",
|
||||||
"**/tests/*.py",
|
"**/tests/*.py",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ Audio Processing
|
|||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* :mod:`Audio <pipecat.audio>`
|
* :mod:`Audio <pipecat.audio>`
|
||||||
* :mod:`VAD <pipecat.vad>`
|
|
||||||
|
|
||||||
Services
|
Services
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
@@ -69,7 +68,6 @@ Utilities
|
|||||||
Transcriptions <api/pipecat.transcriptions>
|
Transcriptions <api/pipecat.transcriptions>
|
||||||
Transports <api/pipecat.transports>
|
Transports <api/pipecat.transports>
|
||||||
Utils <api/pipecat.utils>
|
Utils <api/pipecat.utils>
|
||||||
VAD <api/pipecat.vad>
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
|||||||
Reference in New Issue
Block a user