Personal audio utils package
Project description
dvatioff-audio
A general-purpose function library for Wwise-based game audio tool development.
Introduction
This library is a collection of general-purpose utility functions specifically designed for developing game audio tools based on Wwise. It mainly consists of the following components:
-
WAAPI
- Wrappers for commonly used WAAPI interfaces
- A multithreading class based on PySide6's QRunnable/Signal for real-time retrieval of WAAPI connection status and the selection status of Wwise Authoring objects
- General utility functions, such as batch replacements of Originals files and complete silence filling for languages missing in multilingual projects
-
Voice
- Wrappers for Microsoft Azure's Text-to-Speech and Speech-to-Text (Whisper) interfaces
- Text preprocessing, text distance, and word error rate calculations for four languages (Chinese, Japanese, English, and Korean)
- Simple sine wave generation
-
GUI
- Wrappers for creating common GUI elements with PySide6
-
Utils
- System-level utility functions, including Retry decorators, JSON read/write utilities, file operations, path handling, spreadsheet processing, and common regular expressions for audio file naming
-
Examples
- example scripts, such as GUI Windows, build automation scripts and a NAS-based automatic update checker
Installation
pip install dvatioff-audio
为基于 Wwise 的游戏音频工具开发准备的通用功能库。
介绍
本库是套专为基于 Wwise 的游戏音频工具开发设计的通用功能函数集合,主要由以下几个部分组成:
- WAAPI
- 常用 WAAPI 接口的封装
- 基于 Pyside6 QRunnerble/Signal 的多线程类,用于实时获取 WAAPI 连接状态以及 Wwise Authoring 对象选中状态
- 通用功能函数,如 Originals 文件批量替换、多语言缺失语种的 Silence 全量填充等
- Voice
- 基于 Microsoft Azure 的 Text2Speech 和 Speech2Text(Whisper)接口封装
- 对四个语种(中、日、英、韩)的文本预处理,文本距离和词错误率计算等
- 简单的正弦波生成
- GUI
- 对 Pyside6 常用 GUI 元素创建的封装
- Utils
- 系统级通用函数,如 Retry 装饰器、JSON 读取保存、文件操作、路径处理、表格处理、常用音频命名正则表达式等
- 示例
- 示例脚本,比如 GUI 窗口, build 自动化脚本,基于 NAS 的程序自动更新检测模块等
安装
pip install dvatioff-audio
工具集界面示例
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
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 dvatioff_audio-0.3.3.tar.gz.
File metadata
- Download URL: dvatioff_audio-0.3.3.tar.gz
- Upload date:
- Size: 25.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21a7ac4846796506ce28670cc7c33ea9fa31c997672b89bf0fd278f40db3a263
|
|
| MD5 |
4eefe06dbed98e9bdb38ee43785d21a0
|
|
| BLAKE2b-256 |
c51d6173898dda4ec8498f06a6db45cac58751e83929bc3fe2368ca746f05417
|
File details
Details for the file dvatioff_audio-0.3.3-py3-none-any.whl.
File metadata
- Download URL: dvatioff_audio-0.3.3-py3-none-any.whl
- Upload date:
- Size: 36.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e954b5b91073fe1d8fc832a30ae381c23c34ed79aa08176c6349ead69b10ef70
|
|
| MD5 |
e4872675768a3d282e938ade1f09c6e4
|
|
| BLAKE2b-256 |
5c6da06d2014eda5aa96ba958543eb1ed7c8255eeececf649baad6761c8334be
|