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 3692cee commit 5e62511Copy full SHA for 5e62511
1 file changed
src/main/plug/plugin_template.cpp
@@ -28,13 +28,13 @@
28
29
#include <private/plugins/plugin_template.h>
30
31
-/* The size of temporary buffer for audio processing */
32
-#define BUFFER_SIZE 0x1000U
33
-
34
namespace lsp
35
{
36
namespace plugins
37
+ /* The size of temporary buffer for audio processing */
+ static constexpr size_t BUFFER_SIZE = 0x200;
+
38
//---------------------------------------------------------------------
39
// Plugin factory
40
static const meta::plugin_t *plugins[] =
0 commit comments