So I got base64 string from my wav file with Marshalls.raw_to_base64(sound.get_data()) but can not decode it back to audio. Tried many online encoders, no one done. But when I encode my audio in any of this encoders it decodes back without any issues. Does anyone knows how to beat this?