Skip to content

maxy-v/SoundStream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Easy to use sound stream class for Qt projects

Topics

Resources

License

Stars

Watchers

Forks

Languages