Skip to content

Python library and scripts for processing audio files, based on FFmpeg.

Notifications You must be signed in to change notification settings

gurk/audio-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

audio-tools

Library and scripts for processing audio files, based on FFmpeg.

Requires Python 3.6+, no dependencies.

Initial sketch provisions for ease of filter and filtergraph creation.

from ffmpeg_py import FilterGraph, Compressor, FadeOut

# filtergraph [compressor -> fade out]

filters = FilterGraph(
    Compressor(ratio=8),
    FadeOut()
)

About

Python library and scripts for processing audio files, based on FFmpeg.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages