From 5f4867356dc4b34da20b66e9ede71e22899e4a4b Mon Sep 17 00:00:00 2001 From: zautrix Date: Mon, 30 Aug 2004 20:17:00 +0000 Subject: More pro file fixes --- (limited to 'gammu/emb/common/service/gsmring.c') diff --git a/gammu/emb/common/service/gsmring.c b/gammu/emb/common/service/gsmring.c index 5a1ff87..f7f7082 100644 --- a/gammu/emb/common/service/gsmring.c +++ b/gammu/emb/common/service/gsmring.c @@ -104,7 +104,8 @@ GSM_Error savewav(FILE *file, GSM_Ringtone *ringtone) Note = &ringtone->NoteTone.Commands[i].Note; phase_step = GSM_RingNoteGetFrequency(*Note)*WAV_SAMPLE_RATE*1.5; for (j=0;j<((long)(GSM_RingNoteGetFullDuration(*Note)*WAV_SAMPLE_RATE/70));j++) { - DATA_Buffer[j] = ((int)(sin(phase*PI)*50000)); + /*DATA_Buffer[j] = ((int)(sin(phase*PI)*50000));*/ + DATA_Buffer[j] = ((int)(0.5*50000)); phase = phase + phase_step; length++; } -- cgit v0.9.0.2