diff options
Diffstat (limited to 'src/lib/formats/hect_tap.c')
-rw-r--r-- | src/lib/formats/hect_tap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/hect_tap.c b/src/lib/formats/hect_tap.c index b9365d35f05..9110f07cc8c 100644 --- a/src/lib/formats/hect_tap.c +++ b/src/lib/formats/hect_tap.c @@ -31,7 +31,7 @@ enum { Header_cycles = 77, /* Valeur Th?orique 66 = 44100 * 1.5 / 1000 // mesur? sur jeu Formule1 = 1,75ms*/ Zero_cycles = 27, /* Valeur Th?orique 17 = 44100 * 0.4 / 1000 // mesur? sur jeu Formule1 = 0,61ms*/ - Un_cycles = 50, /* Valeur Th?orique 40 = 44100 * 0.9 / 1000 // mesur? sur jeu Formule1 = 1,13ms*/ + Un_cycles = 50 /* Valeur Th?orique 40 = 44100 * 0.9 / 1000 // mesur? sur jeu Formule1 = 1,13ms*/ }; /* Here I prefer use the value that I read on a real tape, and not the theorical value; note that these |