mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
![]() Start migrating away from `hasAudioLevel`, `voiceActivity`, `audioLevel` fields in RTPHeaderExtension and switch usages to a more modern absl::optional<AudioLevel> accessor instead. The old fields are preserved for compatibility with downstream projects, but will be removed in the future. Bug: webrtc:15788 Change-Id: I76599124fd68dd4d449f850df3b9814d6a002f5d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/336303 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41947} |
||
---|---|---|
.. | ||
audio_checksum.h | ||
audio_loop.cc | ||
audio_loop.h | ||
audio_sink.cc | ||
audio_sink.h | ||
constant_pcm_packet_source.cc | ||
constant_pcm_packet_source.h | ||
DEPS | ||
encode_neteq_input.cc | ||
encode_neteq_input.h | ||
fake_decode_from_file.cc | ||
fake_decode_from_file.h | ||
initial_packet_inserter_neteq_input.cc | ||
initial_packet_inserter_neteq_input.h | ||
input_audio_file.cc | ||
input_audio_file.h | ||
input_audio_file_unittest.cc | ||
neteq_delay_analyzer.cc | ||
neteq_delay_analyzer.h | ||
neteq_event_log_input.cc | ||
neteq_event_log_input.h | ||
neteq_input.cc | ||
neteq_input.h | ||
neteq_performance_test.cc | ||
neteq_performance_test.h | ||
neteq_quality_test.cc | ||
neteq_quality_test.h | ||
neteq_replacement_input.cc | ||
neteq_replacement_input.h | ||
neteq_rtp_dump_input.cc | ||
neteq_rtp_dump_input.h | ||
neteq_rtpplay.cc | ||
neteq_rtpplay_test.sh | ||
neteq_stats_getter.cc | ||
neteq_stats_getter.h | ||
neteq_stats_plotter.cc | ||
neteq_stats_plotter.h | ||
neteq_test.cc | ||
neteq_test.h | ||
neteq_test_factory.cc | ||
neteq_test_factory.h | ||
output_audio_file.h | ||
output_wav_file.h | ||
packet.cc | ||
packet.h | ||
packet_source.cc | ||
packet_source.h | ||
packet_unittest.cc | ||
README.md | ||
resample_input_audio_file.cc | ||
resample_input_audio_file.h | ||
rtp_analyze.cc | ||
rtp_encode.cc | ||
rtp_file_source.cc | ||
rtp_file_source.h | ||
rtp_generator.cc | ||
rtp_generator.h | ||
rtp_jitter.cc | ||
rtpcat.cc |
NetEQ RTP Play tool
Testing of the command line arguments
The command line tool neteq_rtpplay
can be tested by running neteq_rtpplay_test.sh
, which is not use on try bots, but it can be used before submitting any CLs that may break the behavior of the command line arguments of neteq_rtpplay
.
Run neteq_rtpplay_test.sh
as follows from the src/
folder:
src$ ./modules/audio_coding/neteq/tools/neteq_rtpplay_test.sh \
out/Default/neteq_rtpplay \
resources/audio_coding/neteq_opus.rtp \
resources/short_mixed_mono_48.pcm
You can replace the RTP and PCM files with any other compatible files.
If you get an error using the files indicated above, try running gclient sync
.
Requirements: awk
and md5sum
.