We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1fcfd commit 3626787Copy full SHA for 3626787
src/Audio.h
@@ -402,7 +402,7 @@ class Audio : private AudioBuffer{
402
uint32_t inBufferFilled(); // returns the number of stored bytes in the inputbuffer
403
uint32_t inBufferFree(); // returns the number of free bytes in the inputbuffer
404
uint32_t inBufferSize(); // returns the size of the inputbuffer in bytes
405
- void setBufferSize(size_t mbs); // sets the size of the inputbuffer in bytes
+ void setBufsize(size_t mbs); // sets the size of the inputbuffer in bytes
406
void setTone(int8_t gainLowPass, int8_t gainBandPass, int8_t gainHighPass);
407
void setI2SCommFMT_LSB(bool commFMT);
408
int getCodec() {return m_codec;}
0 commit comments