Remove deprecated VAD module

This commit is contained in:
Mark Backman
2024-12-12 15:32:38 -05:00
parent 8631d71d5a
commit ec082d0888
2 changed files with 1 additions and 2 deletions

View File

@@ -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",
] ]

View File

@@ -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
================== ==================