Mercurial > hg > sv-dependency-builds
annotate src/libvorbis-1.3.3/macos/libvorbis.mcp.exp @ 124:e3d5853d5918
Current stable PortAudio source
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 18 Oct 2016 13:11:05 +0100 |
parents | 98c1576536ae |
children |
rev | line source |
---|---|
cannam@86 | 1 ### From "vorbis/codec.h" |
cannam@86 | 2 |
cannam@86 | 3 # Vorbis PRIMITIVES: general |
cannam@86 | 4 |
cannam@86 | 5 vorbis_info_init |
cannam@86 | 6 vorbis_info_clear |
cannam@86 | 7 vorbis_info_blocksize |
cannam@86 | 8 vorbis_comment_init |
cannam@86 | 9 vorbis_comment_add |
cannam@86 | 10 vorbis_comment_add_tag |
cannam@86 | 11 vorbis_comment_query |
cannam@86 | 12 vorbis_comment_query_count |
cannam@86 | 13 vorbis_comment_clear |
cannam@86 | 14 |
cannam@86 | 15 vorbis_block_init |
cannam@86 | 16 vorbis_block_clear |
cannam@86 | 17 vorbis_dsp_clear |
cannam@86 | 18 vorbis_granule_time |
cannam@86 | 19 |
cannam@86 | 20 # Vorbis PRIMITIVES: analysis/DSP layer |
cannam@86 | 21 |
cannam@86 | 22 vorbis_analysis_init |
cannam@86 | 23 vorbis_commentheader_out |
cannam@86 | 24 vorbis_analysis_headerout |
cannam@86 | 25 vorbis_analysis_buffer |
cannam@86 | 26 vorbis_analysis_wrote |
cannam@86 | 27 vorbis_analysis_blockout |
cannam@86 | 28 vorbis_analysis |
cannam@86 | 29 vorbis_bitrate_addblock |
cannam@86 | 30 vorbis_bitrate_flushpacket |
cannam@86 | 31 |
cannam@86 | 32 # Vorbis PRIMITIVES: synthesis layer |
cannam@86 | 33 |
cannam@86 | 34 vorbis_synthesis_headerin |
cannam@86 | 35 vorbis_synthesis_init |
cannam@86 | 36 vorbis_synthesis_restart |
cannam@86 | 37 vorbis_synthesis |
cannam@86 | 38 vorbis_synthesis_trackonly |
cannam@86 | 39 vorbis_synthesis_blockin |
cannam@86 | 40 vorbis_synthesis_pcmout |
cannam@86 | 41 vorbis_synthesis_lapout |
cannam@86 | 42 vorbis_synthesis_read |
cannam@86 | 43 vorbis_packet_blocksize |
cannam@86 | 44 vorbis_synthesis_halfrate |
cannam@86 | 45 vorbis_synthesis_halfrate_p |