X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FSound.cc;fp=src%2FMoof%2FSound.cc;h=d9a673c58d58698545904c23b05e7c15e093d9de;hp=460f7bb24a1054d2a18e0e579f08e8386320e06c;hb=542e50a284c7f5b144a5c97c17f6d89b2af0175c;hpb=b887538a8ccc1c904f6aa24f0f6dcc23e0cc2f72 diff --git a/src/Moof/Sound.cc b/src/Moof/Sound.cc index 460f7bb..d9a673c 100644 --- a/src/Moof/Sound.cc +++ b/src/Moof/Sound.cc @@ -457,6 +457,8 @@ struct Sound::Impl { // don't let the music die! update(); + // TODO - might be nice to also allow using threads for streaming rather + // than a timer, probably as a compile-time option } };