0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 03:23:54 +01:00
This commit is contained in:
2025-01-27 11:01:14 +01:00
parent 960f7fdb71
commit 76580ac4d7
2 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{ {
"port": 13452, "port": 13452,
"time": 1737970082488, "time": 1737972017853,
"version": "0.0.3" "version": "0.0.3"
} }

View File

@@ -29,7 +29,7 @@
#define INPUT_DEVICE "FM_Audio.monitor" #define INPUT_DEVICE "FM_Audio.monitor"
#define OUTPUT_DEVICE "plughw:1,0" #define OUTPUT_DEVICE "plughw:1,0"
// #define MPX_DEVICE "" #define MPX_DEVICE "FM_MPX.monitor"
// #define SCA_DEVICE "" // #define SCA_DEVICE ""
#define BUFFER_SIZE 768 #define BUFFER_SIZE 768
@@ -68,7 +68,7 @@ void show_version() {
} }
void show_help(char *name) { void show_help(char *name) {
printf( printf(
"Usage: %s\n\n" "Usage: %s\n"
" -m,--mono Force Mono [default: %d]\n" " -m,--mono Force Mono [default: %d]\n"
" -s,--stereo Force Stereo [default: %d]\n" " -s,--stereo Force Stereo [default: %d]\n"
" -i,--input Override input device [default: %s]\n" " -i,--input Override input device [default: %s]\n"
@@ -396,7 +396,6 @@ int main(int argc, char **argv) {
} }
} }
// #endregion // #endregion
// #region Setup Filters/Modulaltors/Oscillators // #region Setup Filters/Modulaltors/Oscillators
Oscillator osc; Oscillator osc;
if(polar_stereo == 1) { if(polar_stereo == 1) {