Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages