summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgendigits.c2
-rwxr-xr-xtonezone.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gendigits.c b/gendigits.c
index 5613e4c..7433e50 100755
--- a/gendigits.c
+++ b/gendigits.c
@@ -95,7 +95,7 @@ short sample; {
return(ulawbyte);
}
-#define LEVEL -8
+#define LEVEL -10
int process(FILE *f, char *label, ZAP_DIAL z[])
{
diff --git a/tonezone.c b/tonezone.c
index 9c4f289..853ece4 100755
--- a/tonezone.c
+++ b/tonezone.c
@@ -61,7 +61,7 @@ struct tone_zone *tone_zone_find_by_num(int id)
return NULL;
}
-#define LEVEL -8
+#define LEVEL -10
static int build_tone(char *data, int size, struct tone_zone_sound *t, int *count)
{