juanBerger
juanBerger
Hi there - Thanks for making this tool. I'm looking for something like this that also supports video tracks. Not a feature request really, mainly wondering any thoughts/experience on feasibility...
Hi many thanks for the library, As the title says, the baseline: ``` import soundcard as sc SAMPLERATE = 48000 m = sc.default_microphone() with m.recorder(samplerate=SAMPLERATE) as mic: while True: data...
I'm missing something basic I think. I have a file read into a vector: ```c++ std::vectorfileBuffer((std::istreambuf_iterator(file)), (std::istreambuf_iterator())); ``` I want to load it into a js Uint8Array. The only way...