Skip to content

Audio FX C Framework using Linux OSS ( Codeblocks project)

Notifications You must be signed in to change notification settings

eppidei/MULTIFX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

MULTIFX

Audio FX C Framework using Linux OSS ( Codeblocks project)

This simple project aims to develop audio algorithms and test them with a real audio source. The application control is not GUI based but uses a simple shell menu using ncurses lib. The algorithm interface is structured as BufferIn->DSP->BufferOut where DSP function is a function pointer that can be substituted by any custom implementation.

The audio interface is based on old Linux Open Sound System.

About

Audio FX C Framework using Linux OSS ( Codeblocks project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published