Re: I've made a sound/audio thing

2022-09-04 Thread blake
Very cool, I look forward to checking it out! September 4, 2022 12:16 PM, "Zelphir Kaltstahl" wrote: > Hello Guile users! > > Recently I've looked at "how to write a wav file?" and wrote some code to > output in RIFF-WAVE fie > format: > https://notabug.org/ZelphirKaltstahl/guile-examples/

I've made a sound/audio thing

2022-09-04 Thread Zelphir Kaltstahl
Hello Guile users! Recently I've looked at "how to write a wav file?" and wrote some code to output in RIFF-WAVE fie format: https://notabug.org/ZelphirKaltstahl/guile-examples/src/master/sound/riff-wave. It only writes a file currently, and does not read in any files yet. Hopefully I will wo