aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/3do/movie_decoder.h
diff options
context:
space:
mode:
authorMartin Kiewitz2015-06-06 22:50:36 +0200
committerMartin Kiewitz2015-06-06 22:50:36 +0200
commit97813f89ecd2a06c74f776708a3d1852c96811a7 (patch)
tree8a9d4bc96dcad8b2cc87bb116199cbdd1465f337 /engines/sherlock/scalpel/3do/movie_decoder.h
parent2ac05321aab74a4fced53f402f1b0cd16a33cc23 (diff)
downloadscummvm-rg350-97813f89ecd2a06c74f776708a3d1852c96811a7.tar.gz
scummvm-rg350-97813f89ecd2a06c74f776708a3d1852c96811a7.tar.bz2
scummvm-rg350-97813f89ecd2a06c74f776708a3d1852c96811a7.zip
SHERLOCK: rework 3DO audio, add AIFC file support
- rework 3DO audio decoders to decode into buffer only - 3DO audio decoders also use streams without separate size arg now - add support for ADP4 + SDX2 inside AIFC files - add debug command "3do_playaudio" to play AIFC files - remove audio flags and replace with stereo bool
Diffstat (limited to 'engines/sherlock/scalpel/3do/movie_decoder.h')
-rw-r--r--engines/sherlock/scalpel/3do/movie_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/3do/movie_decoder.h b/engines/sherlock/scalpel/3do/movie_decoder.h
index 60e79fa238..52d30cd9e2 100644
--- a/engines/sherlock/scalpel/3do/movie_decoder.h
+++ b/engines/sherlock/scalpel/3do/movie_decoder.h
@@ -107,7 +107,7 @@ private:
uint32 _codecTag;
uint16 _sampleRate;
- byte _audioFlags;
+ bool _stereo;
Audio::audio_3DO_ADP4_PersistentSpace _ADP4_PersistentSpace;
Audio::audio_3DO_SDX2_PersistentSpace _SDX2_PersistentSpace;