Bell/cspot catchup - release

This commit is contained in:
philippe44
2023-07-25 22:28:19 -07:00
parent 4cd210838f
commit 8d4813ceb4
15 changed files with 34 additions and 44 deletions

View File

@@ -52,10 +52,6 @@ size_t BellDSP::process(uint8_t* data, size_t bytes, int channels,
return 0;
}
size_t bytesPerSample = channels * 2;
size_t samplesLeftInBuffer = buffer->audioBuffer->size() / bytesPerSample;
// Create a StreamInfo object to pass to the pipeline
auto streamInfo = std::make_unique<StreamInfo>();
streamInfo->numChannels = channels;