We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f5a0e commit ff8e73fCopy full SHA for ff8e73f
main.cpp
@@ -976,6 +976,9 @@ int main(int argc, char **argv) {
976
continue;
977
}
978
979
+ // Valid data exists in if_samples
980
+ // from here in the for loop
981
+
982
if (modtype == ModType::FM) {
983
// the minus factor is to show the ppm correction
984
// to make and not the one which has already been made
@@ -987,10 +990,7 @@ int main(int argc, char **argv) {
987
990
// Add 1e-9 to log10() to prevent generating NaN
988
991
float if_level_db = 20 * log10(if_level + 1e-9);
989
992
- // Valid data exists in if_samples
- // from here in the for loop
-
993
- // Decode signal.
+ // Decode signal from if_samples.
994
switch (modtype) {
995
case ModType::FM:
996
// Decode FM signal.
0 commit comments