]> git.pld-linux.org Git - packages/festival.git/commitdiff
- quotes. auto/ac/festival-1_4_4-0_20030803_1
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 23 Apr 2004 11:41:45 +0000 (11:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    festival-asterisk.patch -> 1.2

festival-asterisk.patch

index 8f7b34707e962f6ff180af72134a2664c99e60a2..5b5f7d5b3d52fe5f0579374e14310c2519187632 100644 (file)
@@ -20,7 +20,7 @@ diff -u -r festival-1.4.2/lib/tts.scm festival-1.4.2-asterisk/lib/tts.scm
 diff -u -r festival-1.4.2/src/arch/festival/wave.cc festival-1.4.2-asterisk/src/arch/festival/wave.cc
 --- festival-1.4.2/src/arch/festival/wave.cc   Mon Jun  4 07:40:10 2001
 +++ festival-1.4.2-asterisk/src/arch/festival/wave.cc  Tue Jan  7 08:53:09 2003
-@@ -377,6 +377,38 @@
+@@ -381,6 +381,38 @@
        type = "nist";
      else
        type = get_c_string(ltype);
@@ -57,18 +57,18 @@ diff -u -r festival-1.4.2/src/arch/festival/wave.cc festival-1.4.2-asterisk/src/
 +    w->resample(8000);
 +    w->rescale(5);
      w->save(tmpfile,type);
-     write(ft_server_socket,"WV\n",3);
-     socket_send_file(ft_server_socket,tmpfile);
-@@ -454,6 +486,13 @@
+ #ifdef WIN32
+     send(ft_server_socket,"WV\n",3,0);
+@@ -465,6 +497,13 @@
   "(utt.send.wave.client UTT)\n\
    Sends wave in UTT to client.  If not in server mode gives an error\n\
    Note the client must be expecting to receive the waveform.");
 +
 +    init_subr_1("utt.send.wave.asterisk",utt_send_wave_asterisk,
-+ "(utt.send.wave.asterisk UTT)\n\
-+  Sends wave in UTT to client.  If not in server mode gives an error\n\
-+  Note the client must be expecting to receive the waveform. The waveform
-+  is rescaled and resampled according to what asterisk needs");
++ "(utt.send.wave.asterisk UTT)\n"
++  "Sends wave in UTT to client.  If not in server mode gives an error\n"
++  "Note the client must be expecting to receive the waveform. The waveform"
++  "is rescaled and resampled according to what asterisk needs");
 +
      init_subr_1("send_sexpr_to_client", send_sexpr_to_client,
   "(send_sexpr_to_client SEXPR)\n\
This page took 0.143651 seconds and 4 git commands to generate.