mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-25 02:18:30 +01:00
bruh
This commit is contained in:
parent
e44d20bdbc
commit
6717c43fc2
@ -136,6 +136,7 @@ namespace audio {
|
||||
bstr.stereoStream = &bstr.m2s->output;
|
||||
astr->monoDynSplit->bind(bstr.monoStream);
|
||||
bstr.m2s->start();
|
||||
return bstr.stereoStream;
|
||||
}
|
||||
|
||||
void setBlockSize(std::string name, int blockSize) {
|
||||
|
@ -181,8 +181,11 @@ namespace io {
|
||||
if (!running) {
|
||||
return;
|
||||
}
|
||||
spdlog::warn("==> Pa_StopStream");
|
||||
Pa_StopStream(stream);
|
||||
spdlog::warn("==> Pa_CloseStream");
|
||||
Pa_CloseStream(stream);
|
||||
spdlog::warn("==> Done");
|
||||
running = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user