aboutsummaryrefslogtreecommitdiff
path: root/audio/autozen/files/patch-ac
blob: 5dc3317c05fab9196db321d30379002dd27ba895 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$FreeBSD$

--- autozen.c.orig	Mon Mar  5 00:56:21 2001
+++ autozen.c	Tue Nov 25 18:17:00 2003
@@ -92,7 +92,7 @@
 //
 /////////////////////////////////
 
-#define SAMPLE_RATE 8000
+#define SAMPLE_RATE 11025
 
 #define MAX_HARMONICS 3
 
@@ -223,7 +223,7 @@
 	/* Lets set the filename, as if this were a save dialog, and we are giving
 	a default filename */
 	gtk_file_selection_set_filename (GTK_FILE_SELECTION(filew), 
-										"*.seq");
+										"X11BASE/share/autozen/*.seq");
          
 	gtk_file_selection_complete( GTK_FILE_SELECTION(filew), "*.seq");
 	gtk_widget_show(filew);