Audio processing plugin for TWAT
Project description
twat-audio
twat-audio is the audio-file domain package for the twat ecosystem. It preserves the existing Pedalboard resampling API and adds deterministic ffmpeg-backed helpers for common audio-file workflows.
Requirements
- Python 3.10+
pedalboardfor resamplingffmpeg/ffprobefor metadata, trimming, extraction, normalization, and muxing helpers
Python API
from twat_audio import AudioProcessConfig, resample_audio, normalize_audio, trim_audio
resample_audio(AudioProcessConfig("input.wav", "speech-16k.wav", target_samplerate=16000.0))
normalize_audio("input.wav", "normal.wav")
trim_audio("input.wav", "intro.wav", start=0, duration=5)
Implemented helpers:
resample_audio: existing Pedalboard resampling behavior.audio_metadata: ffprobe metadata.normalize_audio,trim_audio,extract_audio.replace_audio: import/replace media audio tracks.simple_effect: explicit ffmpeg audio filter helper for deterministic effects.generate_audio: optional thin adapter totwat_genaiaudio providers.
Speech-specific STT, TTS, and dubbing orchestration belong in twat_speech; this package stays focused on audio files and signals.
CLI
python -m twat_audio --help
python -m twat_audio resample input.wav speech.wav --samplerate 16000
python -m twat_audio normalize input.wav normal.wav --dry-run
python -m twat_audio trim input.wav clip.wav --start 2 --duration 5 --dry-run
python -m twat_audio extract movie.mp4 voice.wav --dry-run
python -m twat_audio replace silent.mp4 voice.wav dubbed.mp4 --dry-run
Reference scripts
The audio portions of vidimportaudio, vidpredub.py, viddub-*, and vidreverb.py are represented here only where they are deterministic audio-file operations. Dubbing plans, speech provider calls, transcript handling, and subtitle work live in twat_speech.
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 twat_audio-2.7.10.tar.gz.
File metadata
- Download URL: twat_audio-2.7.10.tar.gz
- Upload date:
- Size: 24.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9437e59957d0c2fc926a5235eb85ab1349bd43a7e95818f0f561498168eeafc4
|
|
| MD5 |
c00f2a0d7defc031d78bc7911d36d11d
|
|
| BLAKE2b-256 |
571e6d38096cda73ca67f24b9cd5291c4054fa7e4352ca2f561e8dbd648d756f
|
File details
Details for the file twat_audio-2.7.10-py3-none-any.whl.
File metadata
- Download URL: twat_audio-2.7.10-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c335f838de3c5e59cfb87a3c63790e53b39924702457a6eb9e2998b76cdc0a3
|
|
| MD5 |
cd8407ccb21799f27a47519c0073b848
|
|
| BLAKE2b-256 |
a2b5e0e27c692adf98efcefd408663399418e94e17bb38a62b333be74d5a8c6d
|