tree: 8db4194e3c3368ef639fee0b5a21631fe02059c9 [path history] [tgz]
  1. cpu/
  2. mac/
  3. pffft/
  4. resources/
  5. audio_array.h
  6. audio_bus.cc
  7. audio_bus.h
  8. audio_callback_metric_reporter.cc
  9. audio_callback_metric_reporter.h
  10. audio_channel.cc
  11. audio_channel.h
  12. audio_destination.cc
  13. audio_destination.h
  14. audio_destination_test.cc
  15. audio_dsp_kernel.cc
  16. audio_dsp_kernel.h
  17. audio_dsp_kernel_processor.cc
  18. audio_dsp_kernel_processor.h
  19. audio_io_callback.h
  20. audio_processor.cc
  21. audio_processor.h
  22. audio_source_provider.h
  23. audio_source_provider_client.h
  24. audio_utilities.cc
  25. audio_utilities.h
  26. biquad.cc
  27. biquad.h
  28. cone_effect.cc
  29. cone_effect.h
  30. delay.cc
  31. delay.h
  32. denormal_disabler.h
  33. DEPS
  34. DIR_METADATA
  35. direct_convolver.cc
  36. direct_convolver.h
  37. distance_effect.cc
  38. distance_effect.h
  39. down_sampler.cc
  40. down_sampler.h
  41. dynamics_compressor.cc
  42. dynamics_compressor.h
  43. equal_power_panner.cc
  44. equal_power_panner.h
  45. fft_convolver.cc
  46. fft_convolver.h
  47. fft_frame.cc
  48. fft_frame.h
  49. fft_frame_stub.cc
  50. hrtf_database.cc
  51. hrtf_database.h
  52. hrtf_database_loader.cc
  53. hrtf_database_loader.h
  54. hrtf_elevation.cc
  55. hrtf_elevation.h
  56. hrtf_kernel.cc
  57. hrtf_kernel.h
  58. hrtf_panner.cc
  59. hrtf_panner.h
  60. iir_filter.cc
  61. iir_filter.h
  62. media_multi_channel_resampler.cc
  63. media_multi_channel_resampler.h
  64. OWNERS
  65. panner.cc
  66. panner.h
  67. push_pull_fifo.cc
  68. push_pull_fifo.h
  69. push_pull_fifo_multithread_test.cc
  70. push_pull_fifo_test.cc
  71. README.md
  72. reverb.cc
  73. reverb.h
  74. reverb_accumulation_buffer.cc
  75. reverb_accumulation_buffer.h
  76. reverb_convolver.cc
  77. reverb_convolver.h
  78. reverb_convolver_stage.cc
  79. reverb_convolver_stage.h
  80. reverb_input_buffer.cc
  81. reverb_input_buffer.h
  82. simple_fft_convolver.cc
  83. simple_fft_convolver.h
  84. sinc_resampler.cc
  85. sinc_resampler.h
  86. stereo_panner.cc
  87. stereo_panner.h
  88. up_sampler.cc
  89. up_sampler.h
  90. vector_math.cc
  91. vector_math.h
  92. vector_math_scalar.h
  93. vector_math_test.cc
third_party/blink/renderer/platform/audio/README.md

Platform Audio

This directory contains low-level audio handling and signal processing, mostly intended to support modules/webaudio