tsoding / musializer

Music Visualizer
MIT License
877 stars 92 forks source link

Enable flac support #82

Closed Rohansjamadagni closed 6 months ago

Rohansjamadagni commented 6 months ago

This simple fix enables Flac support as mentioned by #78. This helps generate videos/visualizations of lossless music.

No other modifications are required. Just running nob (cleanly) rebuilds raylib and musializer with Flac support.

rexim commented 6 months ago

Personally, I don't wanna be doing direct modifications to the raylib source code if possible. Cause if I were to upgrade raylib I have to worry about back porting changes. Is it possible to enable this without modifying raylib source code?

jgabaut commented 6 months ago

I believe it is possible. I opened #95, but maybe a different approach could be taken.

rexim commented 6 months ago

Superseded by #95