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