cpal icon indicating copy to clipboard operation
cpal copied to clipboard

Writing a wav in memory

Open PaulDotSH opened this issue 1 year ago • 0 comments

Hi, is there any example on how we could record a wav file to memory? The hound example only works for files since write_sample only works on a WavWriter which requires seek which isnt implemented by BufWriter

PaulDotSH avatar Oct 20 '24 21:10 PaulDotSH