Commit 4e95bba3 authored by schreibfaul1's avatar schreibfaul1

fix copy paste error

parent 8a7b5f5f
......@@ -259,6 +259,7 @@ Audio::~Audio() {
}
// clang-format on
//------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
void Audio::setBufsize(int rambuf_sz, int psrambuf_sz) {
if(InBuff.isInitialized()) {
log_e("Audio::setBufsize must not be called after audio is initialized");
return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment