-
- Downloads
audio: add frame resizer
Allows buffering of samples when the frame sizes at the input and the output don't match. Will mostly be used for file streaming, where the file's frame size may not match the standard 20 ms packet size used in the project. Adds unit tests. Change-Id: I568b31ba97d33bc0c1c89495e918bd10a9bf8aeb
Showing
- src/media/audio/Makefile.am 2 additions, 0 deletionssrc/media/audio/Makefile.am
- src/media/audio/audio_frame_resizer.cpp 118 additions, 0 deletionssrc/media/audio/audio_frame_resizer.cpp
- src/media/audio/audio_frame_resizer.h 100 additions, 0 deletionssrc/media/audio/audio_frame_resizer.h
- test/unitTest/Makefile.am 6 additions, 0 deletionstest/unitTest/Makefile.am
- test/unitTest/media/audio/test_audio_frame_resizer.cpp 134 additions, 0 deletionstest/unitTest/media/audio/test_audio_frame_resizer.cpp
Loading
Please register or sign in to comment