feat: restructure and revise python version #1946
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request removes multiple example scripts and the
setup.py
file from thepython/example
directory, effectively cleaning up the repository by removing outdated or unused code. The changes primarily involve the deletion of example scripts for various functionalities and the Python package setup file.Removal of example scripts:
python/example/test_alternatives.py
: Removed script demonstrating alternative recognition results for audio files.python/example/test_microphone.py
: Removed script for real-time speech recognition using a microphone input.python/example/test_ffmpeg.py
: Removed script for speech recognition using audio processed by FFmpeg.python/example/test_speaker.py
: Removed script for speaker identification and comparison using x-vectors.python/example/test_webvtt.py
: Removed script for generating WebVTT subtitles from audio files.Removal of
setup.py
:python/setup.py
: Removed the setup file for packaging thevosk
library, including logic for cross-platform builds and handling precompiled libraries.