6
lorentz
5y

AAARGH

I fucking give up. I can't debug my code, and all my programmer friends have better things to do than to help me. The fact that portaudio requires me to store things as void* makes it even more convoluted if possible.

Comments
  • 1
    @NoMad It's like 100 LOC or less. The biggest problem is that there isn't a proper waveform analyzer / digital oscilloscope for Linux that understands wav and seemingly no resources for converting wav to common waveform data formats.
  • 1
    Oh fuck me.

    I set ffmpeg to float32 big endian.

    Idk if that's a standard or platform specific, but my floats were little endian.
  • 1
    @Lor-inc intel uses little endian.

    Motorola uses big endian which cased apple to choose BE for mac.

    Linux can use either
Add Comment