Skip to content

Read audio from file, expose to a custom plugin algorithm, rewrite processed audio to file

Notifications You must be signed in to change notification settings

zachsnyder1/signalhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SignalHook

SignalHook is a developing python3 framework for exposing a discrete-time signal to a custom processing or analyzing plugin. Currently, 'signal' means sample data read from and written to file, although the goal is to eventually implement the same functionality for real-time data being read from and written to ring buffers. In its present, nascent form it only works for 8- and 16-bit PCM and 32- and 64-bit floating point .WAV audio files. Much more to come.

View the official documentation!

About

Read audio from file, expose to a custom plugin algorithm, rewrite processed audio to file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages