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.2.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.2.tar.gz.
File metadata
- Download URL: neverlib-0.1.2.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 |
bedcc92270cbb04910d5972791ef6790a80768d0459c011e8b3ba59d61ca2183
|
|
| MD5 |
3db3281cc29b6bd41ceb40f21873f203
|
|
| BLAKE2b-256 |
84cad11711acab9eeefbce50cabcff45eb2bfde55a21012562efdfb07dbceb33
|
File details
Details for the file neverlib-0.1.2-py3-none-any.whl.
File metadata
- Download URL: neverlib-0.1.2-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 |
fc17706a55bb24a9eb1b81125ee5dbf5b3145a633dc3b4effccb71b5b94e41a8
|
|
| MD5 |
0083b88cc3959b6afed301b88aed8222
|
|
| BLAKE2b-256 |
7b30d52028aceadab470a414229e66d212a420b37774fc2fdb4b08f107449ecc
|