libobs/media-io: Add common audio math functions

This adds functions specific to audio math, which at the moment is just
converting to and from decibel and multiple.
This commit is contained in:
jp9000
2015-06-26 03:08:00 -07:00
parent 204d5f30ce
commit c82da7da93
2 changed files with 44 additions and 0 deletions

View File

@@ -180,6 +180,7 @@ set(libobs_mediaio_HEADERS
media-io/media-io-defs.h
media-io/video-io.h
media-io/audio-io.h
media-io/audio-math.h
media-io/video-frame.h
media-io/format-conversion.h
media-io/audio-resampler.h