mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-27 03:23:54 +01:00
move constants.h and the oscillator into libfm from libfmdsp
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
#define buffer_tlength_fragsize 1024
|
||||
#define buffer_prebuf 0
|
||||
|
||||
#include "../dsp/constants.h"
|
||||
#include "../dsp/oscillator.h"
|
||||
#include "../lib/oscillator.h"
|
||||
#include "../lib/optimization.h"
|
||||
|
||||
#define DEFAULT_FREQ 1000.0f
|
||||
|
||||
@@ -11,8 +11,7 @@
|
||||
|
||||
// #define DEBUG
|
||||
|
||||
#include "../dsp/constants.h"
|
||||
#include "../dsp/oscillator.h"
|
||||
#include "../lib/oscillator.h"
|
||||
|
||||
#define DEFAULT_FREQ 77500.0f
|
||||
#define DEFAULT_SAMPLE_RATE 192000
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#define DEFAULT_MPX_DEVIATION 75000.0f // for BS412
|
||||
#define DEFAULT_DEVIATION 75000.0f // another way to set the volume
|
||||
|
||||
#include "../dsp/oscillator.h"
|
||||
#include "../lib/oscillator.h"
|
||||
#include "../dsp/filters.h"
|
||||
#include "../dsp/fm_modulator.h"
|
||||
#include "../lib/optimization.h"
|
||||
|
||||
Reference in New Issue
Block a user