Skip to content

Instantly share code, notes, and snippets.

@danilw
danilw / shadertoy_audio_to_wav.c
Last active May 5, 2022 21:17
save Shadertoy audio to wav file C code
// 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>