A successful sign for python setup
Project description
NeverLib
一个用于音频处理和VAD(语音活动检测)的Python工具库。
安装
基本安装
pip install neverlib
安装带有VAD功能的版本
pip install neverlib[vad]
安装带有GPU支持的版本
pip install neverlib[gpu]
安装所有功能
pip install neverlib[all]
依赖项
基本依赖项:
- numpy
- noisereduce
- soundfile
- matplotlib
- scipy
- tqdm
- joblib
- pydub
VAD功能依赖项:
- torch
- torchaudio
- librosa
- webrtcvad
- funasr
- openai-whisper
- transformers
使用示例
import neverlib
# 使用VAD功能
from neverlib import vad
# 使用工具函数
from neverlib import utils
# 发送邮件
from neverlib.message import seed_QQEmail
许可证
本项目采用MIT许可证。详情请参阅LICENSE文件。
作者
凌逆战 | Never
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
neverlib-0.2.4.tar.gz
(136.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
neverlib-0.2.4-py3-none-any.whl
(415.4 kB
view details)
File details
Details for the file neverlib-0.2.4.tar.gz.
File metadata
- Download URL: neverlib-0.2.4.tar.gz
- Upload date:
- Size: 136.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12c32caf19fb504d328b948a4268b027bde415d3f66e56b510847322aebff929
|
|
| MD5 |
3eca40aa8ee8a2534ba3656a57952461
|
|
| BLAKE2b-256 |
3f493b4344419612961c9b70f7a5b5704e8cfaf3dcd7ad6be014f964f787a19d
|
File details
Details for the file neverlib-0.2.4-py3-none-any.whl.
File metadata
- Download URL: neverlib-0.2.4-py3-none-any.whl
- Upload date:
- Size: 415.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d21eef94ffcf763e379e6923252b3f89eb6f71fe6fca03729d82c36e17faa3e
|
|
| MD5 |
0a892ce556f749e2fdd38992bd5a73dd
|
|
| BLAKE2b-256 |
936091352c54a1d2438b26641f54391665d8d7648ca278a832c4b7bbd878239c
|