media library

A library for collecting an audio recording from the phone's microphone. Support the following measures:

  • audio recording
  • noise sampling

Classes

AudioProbe
A probe recording audio from the microphone. It starts recording on resume and stops recording on pause, and post its MediaDatum to the data stream.
MediaDatum
A datum that holds the path to media file on the local device, as well as the timestamps of when the recording was started and stopped
MediaSamplingPackage
A sampling package for capturing audio (incl. noise) and video (incl. images).
NoiseDatum
A NoiseDatum that holds the noise level in decibel of a noise sampling.
NoiseProbe
A listening probe collecting noise sampling from the microphone.
VideoProbe
A probe that captures a video or image.

Enums

MediaType
Type of media.