Mercurial > hg > sv-dependency-builds
comparison src/libsamplerate-0.1.8/Win32/libsamplerate-0.def @ 0:c7265573341e
Import initial set of sources
author | Chris Cannam |
---|---|
date | Mon, 18 Mar 2013 14:12:14 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c7265573341e |
---|---|
1 LIBRARY libsamplerate-0.dll | |
2 EXPORTS | |
3 | |
4 src_new @1 | |
5 src_delete @2 | |
6 | |
7 src_get_name @10 | |
8 src_get_description @11 | |
9 src_get_version @12 | |
10 | |
11 src_process @20 | |
12 src_reset @21 | |
13 src_set_ratio @22 | |
14 | |
15 src_error @30 | |
16 src_strerror @31 | |
17 | |
18 src_simple @40 | |
19 | |
20 src_is_valid_ratio @50 | |
21 | |
22 src_callback_new @60 | |
23 src_callback_read @61 | |
24 | |
25 src_short_to_float_array @70 | |
26 src_float_to_short_array @71 | |
27 src_int_to_float_array @80 | |
28 src_float_to_int_array @81 |