monkeyplug-enhanced 2.2.0__tar.gz → 2.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {monkeyplug_enhanced-2.2.0 → monkeyplug_enhanced-2.2.1}/PKG-INFO +2 -6
- {monkeyplug_enhanced-2.2.0 → monkeyplug_enhanced-2.2.1}/README.md +1 -5
- {monkeyplug_enhanced-2.2.0 → monkeyplug_enhanced-2.2.1}/pyproject.toml +1 -1
- {monkeyplug_enhanced-2.2.0 → monkeyplug_enhanced-2.2.1}/.gitignore +0 -0
- {monkeyplug_enhanced-2.2.0 → monkeyplug_enhanced-2.2.1}/LICENSE +0 -0
- {monkeyplug_enhanced-2.2.0 → monkeyplug_enhanced-2.2.1}/src/monkeyplug/__init__.py +0 -0
- {monkeyplug_enhanced-2.2.0 → monkeyplug_enhanced-2.2.1}/src/monkeyplug/data/profanity_list.json +0 -0
- {monkeyplug_enhanced-2.2.0 → monkeyplug_enhanced-2.2.1}/src/monkeyplug/groq_config.py +0 -0
- {monkeyplug_enhanced-2.2.0 → monkeyplug_enhanced-2.2.1}/src/monkeyplug/monkeyplug.py +0 -0
- {monkeyplug_enhanced-2.2.0 → monkeyplug_enhanced-2.2.1}/src/monkeyplug/separation.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: monkeyplug-enhanced
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.1
|
|
4
4
|
Summary: Enhanced fork of monkeyplug — censors profanity in audio files using speech recognition with Groq API, AI instrumental generation, and batch processing.
|
|
5
5
|
Project-URL: Homepage, https://github.com/ljbred08/monkeyplug
|
|
6
6
|
Project-URL: Issues, https://github.com/ljbred08/monkeyplug/issues
|
|
@@ -23,7 +23,7 @@ Description-Content-Type: text/markdown
|
|
|
23
23
|
|
|
24
24
|
# monkeyplug-enhanced
|
|
25
25
|
|
|
26
|
-
[](https://pypi.python.org/pypi/monkeyplug-enhanced/)
|
|
26
|
+
[](https://pypi.python.org/pypi/monkeyplug-enhanced/)
|
|
27
27
|
|
|
28
28
|
**monkeyplug-enhanced** is an enhanced fork of [mmguero/monkeyplug](https://github.com/mmguero/monkeyplug) (available on PyPI as `monkeyplug`). It censors profanity in audio files using speech recognition, detecting profanity timestamps and either muting, beeping, or splicing in instrumental audio using FFmpeg.
|
|
29
29
|
|
|
@@ -342,10 +342,6 @@ VOSK Options:
|
|
|
342
342
|
--vosk-read-frames-chunk <int> WAV frame chunk (default: 8000)
|
|
343
343
|
```
|
|
344
344
|
|
|
345
|
-
## Docker
|
|
346
|
-
|
|
347
|
-
Docker images are available for running monkeyplug in containers. See [mmguero/monkeyplug](https://github.com/mmguero/monkeyplug) for available images.
|
|
348
|
-
|
|
349
345
|
## Contributing
|
|
350
346
|
|
|
351
347
|
Pull requests welcome!
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# monkeyplug-enhanced
|
|
2
2
|
|
|
3
|
-
[](https://pypi.python.org/pypi/monkeyplug-enhanced/)
|
|
3
|
+
[](https://pypi.python.org/pypi/monkeyplug-enhanced/)
|
|
4
4
|
|
|
5
5
|
**monkeyplug-enhanced** is an enhanced fork of [mmguero/monkeyplug](https://github.com/mmguero/monkeyplug) (available on PyPI as `monkeyplug`). It censors profanity in audio files using speech recognition, detecting profanity timestamps and either muting, beeping, or splicing in instrumental audio using FFmpeg.
|
|
6
6
|
|
|
@@ -319,10 +319,6 @@ VOSK Options:
|
|
|
319
319
|
--vosk-read-frames-chunk <int> WAV frame chunk (default: 8000)
|
|
320
320
|
```
|
|
321
321
|
|
|
322
|
-
## Docker
|
|
323
|
-
|
|
324
|
-
Docker images are available for running monkeyplug in containers. See [mmguero/monkeyplug](https://github.com/mmguero/monkeyplug) for available images.
|
|
325
|
-
|
|
326
322
|
## Contributing
|
|
327
323
|
|
|
328
324
|
Pull requests welcome!
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{monkeyplug_enhanced-2.2.0 → monkeyplug_enhanced-2.2.1}/src/monkeyplug/data/profanity_list.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|