tree: b604b4e62249d88e83560dabdbb344a089dc9549 [path history] [tgz]
  1. Android.mk
  2. brillo_audio_test.cpp
  3. libmedia_playback.cpp
  4. libmedia_playback.h
  5. libmedia_record.cpp
  6. libmedia_record.h
  7. README.md
  8. stagefright_playback.cpp
  9. stagefright_playback.h
  10. stagefright_record.cpp
  11. stagefright_record.h
  12. utils.cpp
  13. utils.h
pts/audio/brillo-audio-test/README.md

Brillo audio test

This folder contains tests for libmedia and stagefright on Brillo.

  • brillo_audio_test.cpp: Parses input and calls the appropriate test.
  • libmedia_playback.cpp: Plays audio (a sine wave) using libmedia.
  • libmedia_record.cpp: Records audio using libmedia and saves the result to a file.
  • stagefright_playback.cpp: Play audio (either sine wave or an MP3 file) using stagefright.
  • stagefright_record.cpp: Records audio using stagefright and saves the result to a file.