1. 103657b Add keyboard channel support to AudioBuffer. by andrew@webrtc.org · 11 years ago
  2. 46b31b1 Restore sample_rate_hz() until Chromium is updated to not use it. by andrew@webrtc.org · 11 years ago
  3. ddbb8a2 Support arbitrary input/output rates and downmixing in AudioProcessing. by andrew@webrtc.org · 11 years ago
  4. a8b9737 Add tests and modify tools for new float deinterleaved interface. by andrew@webrtc.org · 11 years ago
  5. 17e4064 Add a deinterleaved float interface to AudioProcessing. by andrew@webrtc.org · 11 years ago
  6. 56e4a05 Remove ProcessingComponent's dependence on AudioProcessingImpl. by andrew@webrtc.org · 11 years ago
  7. f92aaff AudioProcessing is not a Module. by andrew@webrtc.org · 11 years ago
  8. 38bf249 Initialize output_will_be_muted_. by andrew@webrtc.org · 11 years ago
  9. 17342e5 Add a method to inform AudioProcessing that its output will be muted. by andrew@webrtc.org · 11 years ago
  10. 07b5950 Initialize key_pressed_. by andrew@webrtc.org · 11 years ago
  11. ce8e077 Add a keypress field to the audioproc debug proto. by andrew@webrtc.org · 11 years ago
  12. 75dd288 Add an interface for accepting keypress signals to AudioProcessing. by andrew@webrtc.org · 11 years ago
  13. e84978f Add a Config parameter to AudioProcessing::Create(). by andrew@webrtc.org · 11 years ago
  14. 60730cf Remove the requirement to call set_sample_rate_hz and friends. by andrew@webrtc.org · 12 years ago
  15. 863b536 Allow opening an AEC dump from an existing file handle. by henrikg@webrtc.org · 12 years ago
  16. 0b72f58 Add experimental noise suppression dummy API. by aluebs@webrtc.org · 12 years ago
  17. 621df67 WEBRTC_{BIG, LITTLE}_ENDIAN -> WEBRTC_ARCH_{BIG, LITTLE}_ENDIAN. by andrew@webrtc.org · 12 years ago
  18. f3930e9 Small refactoring of AudioProcessing use in channel.cc. by andrew@webrtc.org · 12 years ago
  19. 9162080 Fix some chromium-style warnings in webrtc/modules/audio_processing/ by pbos@webrtc.org · 12 years ago
  20. 61e596f Add a Config class interface to AudioProcessing for passing options. by andrew@webrtc.org · 12 years ago
  21. b7192b8 WebRtc_Word32 -> int32_t in audio_processing/ by pbos@webrtc.org · 12 years ago
  22. 19da719 Resolves TSan v2 reports data races in voe_auto_test. by henrika@webrtc.org · 12 years ago
  23. 78693fe Return an error when greater than 16 kHz is used with AECM. by andrew@webrtc.org · 12 years ago
  24. 8186534 Only reinitialize AudioProcessing when needed. by andrew@webrtc.org · 13 years ago
  25. 534e495 Qickly fixed android platform build breakage by leozwang@webrtc.org · 13 years ago
  26. 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 13 years ago[Renamed from src/modules/audio_processing/audio_processing_impl.cc]
  27. 16cfbe2 Fix a potential Chrome crash in audioproc. by andrew@webrtc.org · 13 years ago
  28. 5f23d64 Set the stream delay to zero if too low. by andrew@webrtc.org · 13 years ago
  29. 63a5098 Rename AudioFrame members. by andrew@webrtc.org · 13 years ago
  30. 369166a Add API for disabling the high pass filter. by andrew@webrtc.org · 13 years ago
  31. a373634 Introduced WEBRTC_ANDROID_PLATFORM_BUILD and make test app build on all platforms by leozwang@webrtc.org · 13 years ago
  32. 6f9f817 Add an API to offset system delay. by andrew@webrtc.org · 13 years ago
  33. 8435e8e Remove the deprecated kTraceModuleCall trace from audio processing module. by xians@webrtc.org · 13 years ago
  34. 4065403 Use pointer-based CriticalSectionScoped(). by andrew@webrtc.org · 13 years ago
  35. c450a19 Removed Version function from all modules. by pwestin@webrtc.org · 14 years ago
  36. 7bf2646 Make protobuf use optional. by andrew@webrtc.org · 14 years ago
  37. 1e91693 Move stream_delay check to ProcessStream(). by andrew@webrtc.org · 14 years ago
  38. 755b04a Add RMS computation for the RTP level indicator. by andrew@webrtc.org · 14 years ago
  39. 4d5d5c1 Reorganize the audio_processing source. by andrew@webrtc.org · 14 years ago[Renamed (99%) from src/modules/audio_processing/main/source/audio_processing_impl.cc]
  40. 0b0665a This CL changes all the freq relevant variables to be int type. So it will take away the VoE "comparison between signed and unsigned integer expressions" warnings. by xians@google.com · 14 years ago
  41. ce9bfbb Enable protobuf for Android by leozwang@google.com · 14 years ago
  42. 808e0e0 Update the debug recordings to use protobufs. by ajm@google.com · 14 years ago
  43. 470e71d by niklase@google.com · 14 years ago