mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-31 00:39:17 +02:00
bruh
This commit is contained in:
+1
-1
@@ -187,7 +187,7 @@ int main() {
|
|||||||
float current_right_input = clip(preemphasized_right);
|
float current_right_input = clip(preemphasized_right);
|
||||||
#else
|
#else
|
||||||
float current_left_input = clip(r_in);
|
float current_left_input = clip(r_in);
|
||||||
float current_right_input = clip(r_in);
|
float current_right_input = clip(l_in);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
float mono = (current_left_input + current_right_input) / 2.0f;
|
float mono = (current_left_input + current_right_input) / 2.0f;
|
||||||
|
|||||||
Reference in New Issue
Block a user