aboutsummaryrefslogtreecommitdiff
path: root/audio/BUILD.gn
AgeCommit message (Expand)Author
2020-07-06Migrate audio/ to use webrtc::MutexMarkus Handell
2020-07-01Add TimeController to the CreatePeerConnectionE2EQualityTestFixture APIArtem Titov
2020-06-25negotiate RED codec for audioPhilipp Hancke
2020-06-08Use absl_deps in order to preapre to the Abseil component build release.Mirko Bonadei
2020-05-04Add unit tests for audio channel send frame transformer delegate.Marina Ciocea
2020-05-04Add unit tests for audio receive channel frame transformer delegate.Marina Ciocea
2020-04-01Transform received audio frames in ChannelReceive.Marina Ciocea
2020-03-31Transform encoded frames in ChannelSend.Marina Ciocea
2020-03-31Insert audio frame transformer between encoder and packetizer.Marina Ciocea
2020-03-27Reland: Add in missing protobuf code.Patrik Höglund
2020-03-27Revert "Add in missing protobuf code."Patrik Höglund
2020-03-27Add in missing protobuf code.Patrik Höglund
2020-03-26Reland "Switch low bw audio test to histograms."Patrik Höglund
2020-03-26Revert "Switch low bw audio test to histograms."Patrik Höglund
2020-03-25Switch low bw audio test to histograms.Patrik Höglund
2020-03-23Split RMS level measurement utility from APMSam Zackrisson
2020-03-17APM: Localize/abstract the usage of AudioFramePer Åhgren
2020-02-21Refactoring mock_transport to be used separatelyTim Na
2020-01-30Revert "Inlines NullAudioPoller functionality into AudioState class."Sebastian Jansson
2020-01-30Inlines NullAudioPoller functionality into AudioState class.Sebastian Jansson
2020-01-21Reformat GN files.Mirko Bonadei
2020-01-13Refactoring AudioSender api out of AudioSendStream for more abstraction to re...Tim Na
2019-11-26Delete media transport integration.Bjorn A Mellem
2019-11-01Enable injection of a custom NetEqFactory into PeerConnectionFactory.Ivo Creusen
2019-10-31Removes RPLR based FEC controller.Sebastian Jansson
2019-10-22Use deprecated SingleThreadedTaskQueueForTesting as regular task queueDanil Chapovalov
2019-10-17Use source_sets in component builds and static_library in release builds.Mirko Bonadei
2019-10-03Removing AudioAllocationSettings moving functionality to AudioSendStream.Sebastian Jansson
2019-09-30Propagate task queue to create test::DirectTransport by TaskQueueBase interfaceDanil Chapovalov
2019-09-25Moves contents of bitrate_controller to goog_ccSebastian Jansson
2019-09-17Use std::make_unique instead of absl::make_unique.Mirko Bonadei
2019-09-13Introduce api/crypto/BUILD.gn.Mirko Bonadei
2019-09-13Move MediaTransportInterface out of the libjingle_peerconnection_api targetNiels Möller
2019-09-02Split out RtpSource from libjingle_peerconnection_apiNiels Möller
2019-08-29Delete unneeded dependencies on libjingle_peerconnection_apiNiels Möller
2019-08-29New target for api/rtp_parameters.h and api/media_types.h.Niels Möller
2019-08-07Delete deprecated rtc_event_log headerDanil Chapovalov
2019-08-06In ChannelReceive, use AcmReceiver directly, not AudioCodingModuleNiels Möller
2019-07-19Migrate WebRTC test infra to ABSL_FLAG.Mirko Bonadei
2019-07-10Reland "Fix collection of audio metrics from PC test framework for audio test"Artem Titov
2019-07-09Revert "Fix collection of audio metrics from PC test framework for audio test"Mirko Bonadei
2019-07-09Fix collection of audio metrics from PC test framework for audio testArtem Titov
2019-07-05Introduce PC level audio quality test.Artem Titov
2019-07-04[getStats] Implement "media-source" audio levels, fixing Chrome bug.Henrik Boström
2019-05-21Introduce MediaTransportConfigAnton Sukhanov
2019-03-22Avoid using global task queue factory in audio/ unittestsDanil Chapovalov
2019-03-21Move rtc::FunctionView to the public APIArtem Titov
2019-03-21Cleanup BUILD.gn files from imports like foo:fooArtem Titov
2019-03-21Reland "Move api/rtp_headers.h to its own build target."Niels Möller
2019-03-20Revert "Move api/rtp_headers.h to its own build target."Steve Anton