mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
8 lines
No EOL
127 B
C++
8 lines
No EOL
127 B
C++
#include "buffer.h"
|
|
|
|
namespace dsp
|
|
{
|
|
// 1MB buffers
|
|
int STREAM_BUFFER_SIZE = 1000000;
|
|
int RING_BUF_SZ = 1000000;
|
|
}; |