A lightweight audio player designed to handle a pile of formats and provide some visualizations too.
Stars
11
Forks
1
Watchers
11
Open Issues
5
Overall repository health assessment
No package.json found
This might not be a Node.js project
416
commits
1
commits
Benchmarking and making a few small but impactful changes based on benchmark results. With aggressive inlining and release options, these had more limited impact but the overhead of accessing each loop during drawing was higher than expected.
5794eebView on GitHubAdding basic 5s song benchmark as well as oneshot playback
2f8bf4eView on GitHubCleanup and feeding delta time to all visualizers for use as desired (not always relevant), also added cirrus visualizer which is based on the old 'spotted' visualizer.
af3daa6View on GitHubMoving back to more reasonable size for frame history, and adjusting default config
1b65fbcView on GitHubSwapping to delta time based calculations for framerate, and increasing sample count
aa973f0View on GitHubExplore implementation of FMOD provided FFT DSP. Leave FFT.cpp in if needed for manual work.
31bdda5View on GitHub