Relative Content

Tag Archive for rustaudiorodio

How to play sound from memory using Rodio

With rodio, Is there anyway to play sound from a Vec<u8> or similar? I want to be able to read data from a zip file (I’m using the zip crate) into memory and then play it back later. I’ve tried just about everything but I can’t figure it out.