Skip to content

Basic cross-platform/cross-API audio plugin for playing audio files.

License

Notifications You must be signed in to change notification settings

Xenakios/AudioFilePlayerPlugin

 
 

Repository files navigation

AudioFilePlayerPlugin

JUCE-powered audio plugin for playing audio files for test environments.

This is a plugin based on the audio file player example from the JUCE demo. This was created because I needed a plugin capable of:

  • Playing audio files of various formats
  • Lightweight, with none of the frills of a full fledged sampler
  • Open source
  • Capable of loading/saving parameters including the audio file loaded
  • Cross platform.

I couldn't find anything online that met these requirements, so I wrote this. I use it in conjunction with the JUCE plugin host example to create a fast and lightweight environment for testing and debugging new audio plugins. I'm planning to add new features and pretty it up a bit in the future, but overall it will remain a barebones plugin targeted toward this specific purpose for audio development.

About

Basic cross-platform/cross-API audio plugin for playing audio files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%