You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
1.4KB

  1. LIBRARY libspeexdsp
  2. EXPORTS
  3. ;
  4. ; speex_buffer.h
  5. ;
  6. speex_buffer_init
  7. speex_buffer_destroy
  8. speex_buffer_write
  9. speex_buffer_writezeros
  10. speex_buffer_read
  11. speex_buffer_get_available
  12. speex_buffer_resize
  13. ;
  14. ; speex_echo.h
  15. ;
  16. speex_echo_state_init
  17. speex_echo_state_init_mc
  18. speex_echo_state_destroy
  19. speex_echo_cancellation
  20. speex_echo_cancel
  21. speex_echo_capture
  22. speex_echo_playback
  23. speex_echo_state_reset
  24. speex_echo_ctl
  25. speex_decorrelate_new
  26. speex_decorrelate
  27. speex_decorrelate_destroy
  28. ;
  29. ; speex_jitter.h
  30. ;
  31. jitter_buffer_init
  32. jitter_buffer_reset
  33. jitter_buffer_destroy
  34. jitter_buffer_put
  35. jitter_buffer_get
  36. jitter_buffer_get_pointer_timestamp
  37. jitter_buffer_tick
  38. jitter_buffer_update_delay
  39. ;
  40. ; speex_preprocess.h
  41. ;
  42. speex_preprocess_state_init
  43. speex_preprocess_state_destroy
  44. speex_preprocess_run
  45. speex_preprocess
  46. speex_preprocess_estimate_update
  47. speex_preprocess_ctl
  48. ;
  49. ; speex_resampler.h
  50. ;
  51. speex_resampler_init
  52. speex_resampler_init_frac
  53. speex_resampler_destroy
  54. speex_resampler_process_float
  55. speex_resampler_process_int
  56. speex_resampler_process_interleaved_float
  57. speex_resampler_process_interleaved_int
  58. speex_resampler_set_rate
  59. speex_resampler_get_rate
  60. speex_resampler_set_rate_frac
  61. speex_resampler_get_ratio
  62. speex_resampler_set_quality
  63. speex_resampler_get_quality
  64. speex_resampler_set_input_stride
  65. speex_resampler_get_input_stride
  66. speex_resampler_set_output_stride
  67. speex_resampler_get_output_stride
  68. speex_resampler_skip_zeros
  69. speex_resampler_reset_mem
  70. speex_resampler_strerror