simplified and optimized samplebuffer

This commit is contained in:
itsmattkc
2022-05-09 14:55:51 -07:00
parent 58c4600d04
commit bb0fedabba
47 changed files with 214 additions and 252 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ bool RenderTask::Render(ColorManager* manager,
TimeRange range = watcher->property("range").value<TimeRange>();
if (!AudioDownloaded(range, watcher->Get().value<SampleBufferPtr>())) {
if (!AudioDownloaded(range, watcher->Get().value<SampleBuffer>())) {
result = false;
}