Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 283 Bytes

File metadata and controls

8 lines (6 loc) · 283 Bytes

SoundStream

Easy to use sound stream class for Qt projects. All you need to do is to connect it with your audio generating function.

connect(&stream, &SoundStream::dataRequired, your_object, &YourObject::generateData);

And then call its start, pause and stop methods.