Recent content by brianvivolo

  1. B

    REW Beta Release REW API beta releases

    Nevermind! After using numpy to convert to 32-bit floats, I had to add .byteswap(). I don't know enough to explain this; it was a copilot suggestion.
  2. B

    REW Beta Release REW API beta releases

    I'm trying to pull FFT magnitudes through the API, but decoding the base 64 string and converting the bytes to a 32-bit float is yielding some wild numbers. I'm simply taking the encoded string, decoding as base 64, then taking the bytes and converting to float32 with numpy. If anyone can take...
Back
Top