Skip to main content

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+
  • pedalboard for resampling
  • ffmpeg/ffprobe for 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 to twat_genai audio 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

twat_audio-2.7.9.tar.gz (23.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

twat_audio-2.7.9-py3-none-any.whl (10.5 kB view details)

Uploaded Python 3

File details

Details for the file twat_audio-2.7.9.tar.gz.

File metadata

  • Download URL: twat_audio-2.7.9.tar.gz
  • Upload date:
  • Size: 23.4 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

Hashes for twat_audio-2.7.9.tar.gz
Algorithm Hash digest
SHA256 8677b8435a5662f1a4661742084eb098d18b050e9f4b1dbdb40f28876265e1e0
MD5 543e867dc7cc053fc74a7c24c78d61aa
BLAKE2b-256 d9466a1bd5f048d7ad43318a416456440e6f5a165433ae99da1561c786bd395d

See more details on using hashes here.

File details

Details for the file twat_audio-2.7.9-py3-none-any.whl.

File metadata

  • Download URL: twat_audio-2.7.9-py3-none-any.whl
  • Upload date:
  • Size: 10.5 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

Hashes for twat_audio-2.7.9-py3-none-any.whl
Algorithm Hash digest
SHA256 acefea999eeade3a95d28274155e6c1fca69b458bc2bab465787ab502ac4de73
MD5 1daace1a83879c7979f3b685de781012
BLAKE2b-256 ee7ac258b0bcdddcd537ecf082e7dfde1ea1e1ea181d6a3f5fa87f3c189ffcf3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page