You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 9, 2022. It is now read-only.
Patch by Zhi-Qiang Lei.
See also http://sourceforge.net/p/cmusphinx/bugs/389/
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@12610 94700074-3cef-4d97-a70e-9c8c206c02f5
* ad.h -- generic live audio interface for recording and playback
39
-
*
40
-
* **********************************************
41
-
* CMU ARPA Speech Project
42
-
*
43
-
* Copyright (c) 1996 Carnegie Mellon University.
44
-
* ALL RIGHTS RESERVED.
45
-
* **********************************************
46
-
*
47
-
* HISTORY
48
-
*
49
-
* $Log: ad.h,v $
50
-
* Revision 1.8 2005/06/22 08:00:06 arthchan2003
51
-
* Completed all doxygen documentation on file description for libs3decoder/libutil/libs3audio and programs.
52
-
*
53
-
* Revision 1.7 2004/12/14 00:39:49 arthchan2003
54
-
* add <s3types.h> to the code, change some comments to doxygen style
55
-
*
56
-
* Revision 1.6 2004/12/06 11:17:55 arthchan2003
57
-
* Update the copyright information of ad.h, *sigh* start to feel tired of updating documentation system. Anyone who has time, please take up libs3audio. That is the last place which is undocumented
58
-
*
59
-
* Revision 1.5 2004/07/23 23:44:46 egouvea
60
-
* Changed the cygwin code to use the same audio files as the MS Visual code, removed unused variables from fe_interface.c
61
-
*
62
-
* Revision 1.4 2004/02/29 23:48:31 egouvea
63
-
* Updated configure.in to the recent automake/autoconf, fixed win32
64
-
* references in audio files.
65
-
*
66
-
* Revision 1.3 2002/11/10 19:27:38 egouvea
67
-
* Fixed references to sun's implementation of audio interface,
68
-
* referring to the correct .h file, and replacing sun4 with sunos.
69
-
*
70
-
* Revision 1.2 2001/12/11 04:40:55 lenzo
71
-
* License cleanup.
72
-
*
73
-
* Revision 1.1.1.1 2001/12/03 16:01:45 egouvea
74
-
* Initial import of sphinx3
75
-
*
76
-
* Revision 1.1.1.1 2001/01/17 05:17:14 ricky
77
-
* Initial Import of the s3.3 decoder, has working decodeaudiofile, s3.3_live
78
-
*
79
-
*
80
-
* 19-Jan-1999 M K Ravishankar ([email protected]) at Carnegie Mellon University
81
-
* Added AD_ return codes. Added ad_open_sps_bufsize(), and
82
-
* ad_rec_t.n_buf.
83
-
*
84
-
* 17-Apr-98 M K Ravishankar ([email protected]) at Carnegie Mellon University
85
-
* Added ad_open_play_sps().
86
-
*
87
-
* 07-Mar-98 M K Ravishankar ([email protected]) at Carnegie Mellon University
88
-
* Added ad_open_sps().
89
-
*
90
-
* 10-Jun-96 M K Ravishankar ([email protected]) at Carnegie Mellon University
91
-
* Added ad_wbuf_t, ad_rec_t, and ad_play_t types, and augmented all
92
-
* recording functions with ad_rec_t, and playback functions with
93
-
* ad_play_t.
94
-
*
95
-
* 06-Jun-96 M K Ravishankar ([email protected]) at Carnegie Mellon University
96
-
* Created.
97
-
*/
98
-
99
37
/** \file ad.h
100
38
* \brief generic live audio interface for recording and playback
0 commit comments