• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D08-Sep-20201.6 KiB7733

READMEH A D08-Sep-20201.1 KiB2919

gssip.cH A D08-Sep-202010 KiB300240

gssip.hH A D08-Sep-2020852 304

gssip.scm.inH A D08-Sep-20202.7 KiB9159

README

1This is a Guile interface to SSIP.
2
3It is in an experimental state now and is expected to be significantly
4reworked before first official release.
5
6To compile it, run `make'.  libspeechd and guile libraries and headers files
7must be installed to get compiled the C part of the interface.
8
9If you have any questions, suggestions, etc., feel free to contact us at the
10mailing list <speechd-discuss@nongnu.org>.
11
12-- Milan Zamazal <pdm@freebsoft.org>
13
14
15Copyright (C) 2004-2007 Brailcom, o.p.s
16
17This program is free software; you can redistribute it and/or modify it
18under the terms of the GNU Lesser General Public License as published by the Free
19Software Foundation; either version 2.1, or (at your option) any later
20version.
21
22This program is distributed in the hope that it will be useful, but
23WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
24or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
25for more details.
26
27You should have received a copy of the GNU Lesser General Public License
28along with this program.  If not, see <https://www.gnu.org/licenses/>.
29