summaryrefslogtreecommitdiff
path: root/voice_engine
AgeCommit message (Expand)Author
2013-03-28Removed CPU APIs from VoEHardware. Code is now only used by test applications.henrike@webrtc.org
2013-03-28Removed all code enclosed in WEBRTC_SRTP #ifdefs, and the unsupported VoE SRT...solenberg@webrtc.org
2013-03-27Revert 3736 "Removed CPU APIs from VoEHardware. Code is now only..."wu@webrtc.org
2013-03-27Removed CPU APIs from VoEHardware. Code is now only used by test applications.henrike@webrtc.org
2013-03-26Remove VoE's default call in Trace::SetLevelFilter.andrew@webrtc.org
2013-03-26Alphabetize include order in fake_voe_external_media.h.andrew@webrtc.org
2013-03-25Add some VoE and AudioProcessing mocks.andrew@webrtc.org
2013-03-25Enable the below APIs for iOS.sjlee@webrtc.org
2013-03-22Move the VoE tests to use external transport instead of the built in udp tran...pwestin@webrtc.org
2013-03-13Revert r3667 and r3665pwestin@webrtc.org
2013-03-13Removed the engine API:s related to transport such as SetSendDestination, the...pwestin@webrtc.org
2013-03-12Remove DTMF detection. Talk team has been in the loop and there is no need forturaj@webrtc.org
2013-03-05Remove the error return on SetAGC failure introduced by r3605.andrew@webrtc.org
2013-03-05None of the clients of VoE use SetNetEQBGNMode(), furthermore, NetEq 4 does n...turaj@webrtc.org
2013-03-05Expose the capture-side AudioProcessing object and allow it to be injected.andrew@webrtc.org
2013-03-02Don't upsample the capture signal early.andrew@webrtc.org
2013-03-01Properly error check calls to AudioProcessing.andrew@webrtc.org
2013-03-01Enable External MediaProcessing on Mobileleozwang@webrtc.org
2013-02-21Changing non-const reference arguments to pointers, ACMtina.legrand@webrtc.org
2013-02-20Misc cleanups to webrtc/android code:fischman@webrtc.org
2013-02-20Revert 3543tina.legrand@webrtc.org
2013-02-20Changing non-const reference arguments to pointers, ACMtina.legrand@webrtc.org
2013-02-15Make VoiceEngineImpl inherit from VoiceEngine.tommi@webrtc.org
2013-02-12Implement initial delay. This CL allows clients of VoE to set an initial dela...turaj@webrtc.org
2013-02-05Use LOG_F interface for unsupported functions.andrew@webrtc.org
2013-02-04Fixing/disabling Windows x64 warningskjellander@webrtc.org
2013-02-02Fix MaxChannels test; 32 -> 100.andrew@webrtc.org
2013-02-01Remove (in practice) the voice engine channel limit.andrew@webrtc.org
2013-01-31Fix propagating RED paylaod-type to ACM.turaj@webrtc.org
2013-01-31fix issue 1322, accept -1 as default payload-type for redundant coding (FEC).turaj@webrtc.org
2013-01-22Fixes payload spelling error.henrike@webrtc.org
2013-01-22Replace AudioFrame's operator= with CopyFrom().andrew@webrtc.org
2013-01-18Remove '<(library)' in gyp files.wjia@webrtc.org
2013-01-17Make VoE handle longer delaysniklas.enbom@webrtc.org
2013-01-12Fix android clang build.wjia@webrtc.org
2013-01-09Use %d for signed value in trace.andrew@webrtc.org
2013-01-09Allow for some error in volume testing.andrew@webrtc.org
2013-01-09Generalized mechanism for excluding gtests on platforms, disabled broken test...phoglund@webrtc.org
2013-01-05Change Sleep() comment in test fixture.andrew@webrtc.org
2013-01-03Reverting two mixing test patches: seems to introduce a persistent problem fo...phoglund@webrtc.org
2013-01-02Fix implicit conversion error in mixing test.andrew@webrtc.org
2013-01-02Further relax thresholds in mixing test.andrew@webrtc.org
2013-01-02Replace voice engine utility functions with system wrapper variants.andrew@webrtc.org
2012-12-14Disabled flaky test.phoglund@webrtc.org
2012-12-14Add number of inserted samples to NetEq statistics.roosa@google.com
2012-12-12Add GetAudioFrame API to VoiceEngine.roosa@google.com
2012-12-12Expose NetEq playout mode off through VoiceEngine.roosa@google.com
2012-12-12Add API to retreive last received RTP timestamp to VoiceEngine.roosa@google.com
2012-12-11VoE Changes to enable dual_streaming.turaj@webrtc.org
2012-12-04Expose Set and Get Recording/Playout sample rate apisleozwang@webrtc.org