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.1.8.tar.gz
(4.0 MB
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
File details
Details for the file neverlib-0.1.8.tar.gz.
File metadata
- Download URL: neverlib-0.1.8.tar.gz
- Upload date:
- Size: 4.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
887a5b8fdd46a0c0c49ffbb05b6e4bc7583efae8ecd32efca5f8c1cbf132af78
|
|
| MD5 |
00efb353cfed917713b36168d783f4ac
|
|
| BLAKE2b-256 |
f9cd2ac5bb8188b9c0b569b6c45a9ed91c1416adc4bce015c0197f2819ccf4a8
|
File details
Details for the file neverlib-0.1.8-py3-none-any.whl.
File metadata
- Download URL: neverlib-0.1.8-py3-none-any.whl
- Upload date:
- Size: 4.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
256de230f86411cb624228647f6b78c04d37f50df9fb385d1d0d6af20d1c8aab
|
|
| MD5 |
1019d9316382243fd58903f8472bbb5e
|
|
| BLAKE2b-256 |
29830ba60a7aa2df6d1a7edbe57fc833e58744288b2b2f785461cd31c0fa3052
|