Welcome to mirror list, hosted at ThFree Co, Russian Federation.

speex.def « speexbuild - github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a23179ff8056f4982a827758a3a7ebc1fbc69ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
;
; speex.def
;
LIBRARY speex
EXPORTS
;
;
;	speex.h
;
speex_encoder_init
speex_encoder_destroy
speex_encode
speex_encode_int
speex_encoder_ctl
speex_decoder_init
speex_decoder_destroy
speex_decode
speex_decode_int
speex_decoder_ctl
speex_mode_query
speex_lib_ctl
speex_lib_get_mode

;
;	speex_bits.h
;
speex_bits_init
speex_bits_init_buffer
speex_bits_set_bit_buffer
speex_bits_destroy
speex_bits_reset
speex_bits_rewind
speex_bits_read_from
speex_bits_read_whole_bytes
speex_bits_write
speex_bits_write_whole_bytes
speex_bits_pack
speex_bits_unpack_signed
speex_bits_unpack_unsigned
speex_bits_nbytes
speex_bits_peek_unsigned
speex_bits_peek
speex_bits_advance
speex_bits_remaining
speex_bits_insert_terminator

;
;	speex_callbacks.h
;
speex_inband_handler
speex_std_mode_request_handler
speex_std_high_mode_request_handler
speex_std_char_handler
speex_default_user_handler
speex_std_low_mode_request_handler
speex_std_vbr_request_handler
speex_std_enh_request_handler
speex_std_vbr_quality_request_handler

;
;	speex_header.h
;
speex_init_header
speex_header_to_packet
speex_packet_to_header

;
;	speex_echo.h
;
speex_echo_state_init
speex_echo_state_init_mc
speex_echo_state_destroy
speex_echo_cancellation
speex_echo_cancel
speex_echo_capture
speex_echo_playback
speex_echo_state_reset
speex_echo_ctl
speex_decorrelate_new
speex_decorrelate
speex_decorrelate_destroy

;
;	speex_jitter.h
;
jitter_buffer_init
jitter_buffer_reset
jitter_buffer_destroy
jitter_buffer_put
jitter_buffer_get
jitter_buffer_get_pointer_timestamp
jitter_buffer_tick
jitter_buffer_update_delay
jitter_buffer_ctl

;
;	speex_preprocess.h
;
speex_preprocess_state_init
speex_preprocess_state_destroy
speex_preprocess_run
speex_preprocess
speex_preprocess_estimate_update
speex_preprocess_ctl

;
;	speex_resampler.h
;
speex_resampler_init
speex_resampler_init_frac
speex_resampler_destroy
speex_resampler_process_float
speex_resampler_process_int
speex_resampler_process_interleaved_float
speex_resampler_process_interleaved_int
speex_resampler_set_rate
speex_resampler_get_rate
speex_resampler_set_rate_frac
speex_resampler_get_ratio
speex_resampler_set_quality
speex_resampler_get_quality
speex_resampler_set_input_stride
speex_resampler_get_input_stride
speex_resampler_set_output_stride
speex_resampler_get_output_stride
speex_resampler_skip_zeros
speex_resampler_reset_mem
speex_resampler_strerror
speex_resampler_get_input_latency

mumble_speex_init