summaryrefslogtreecommitdiff
path: root/src/lib/audio_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-13 20:44:45 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-13 20:44:45 +0100
commit3ddd928233130695d7f4eeee47a71409d8c04de7 (patch)
tree9f616a27fc6492b30536a2a366cf9e7211a87a3d /src/lib/audio_decoder.h
parente8c5f14cb6736bdfa3610b2559c6c331c1c56984 (diff)
Very basic audio processing framework.
Diffstat (limited to 'src/lib/audio_decoder.h')
-rw-r--r--src/lib/audio_decoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/audio_decoder.h b/src/lib/audio_decoder.h
index 0553d7c81..045efc002 100644
--- a/src/lib/audio_decoder.h
+++ b/src/lib/audio_decoder.h
@@ -61,6 +61,7 @@ protected:
boost::shared_ptr<const AudioContent> _audio_content;
boost::shared_ptr<Resampler> _resampler;
+ boost::shared_ptr<AudioProcessor> _processor;
boost::optional<AudioFrame> _audio_position;
/** Currently-available decoded audio data */
ContentAudio _decoded_audio;