This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // gcc shadertoy_audio_to_wav.c -lm | |
| // ./a.out | |
| // detailed info about shadertoy audio texture | |
| // https://gist.github.com/soulthreads/2efe50da4be1fb5f7ab60ff14ca434b8 | |
| #include <stdio.h> | |
| #include <stdarg.h> | |
| #include <stdlib.h> |
NewerOlder