Donovan Watteau
30536b1e02
AUDIO: JANITORIAL: Replace a broken URL with a Wayback Machine copy
2025-03-24 14:42:19 +01:00
Scott Percival
413c0aed2a
COMMON: Add QuickTime IMA ADPCM decoder for AIFF
...
Fixes numerous sound files in AMBER: Journeys Beyond.
2024-06-22 15:07:41 +08:00
Kaloyan Chehlarski
d67fcb5e8b
AUDIO: Fix memory leak in AIFF
...
Coverity CID 1490097
2023-11-02 11:41:21 +02:00
Roland van Laar
3285aae6d1
AUDIO: fix memory leak in aiff
...
Dispose of the AIFF stream properly by setting the disposeAfterUse flag
in all makeStream functions.
2022-09-20 22:13:31 +02:00
Einar Johan Trøan Sømåen
b3d026ae46
DIRECTOR: Implement AIFF mDuration.
...
This also means a refactor of the AIFF Audio-decoder, to expose
the two header fields we need to calculate the length.
2022-06-15 16:35:41 +02:00
Donovan Watteau
5b1ec56f96
JANITORIAL: Fix some lost or outdated URLs in comments
2022-05-19 07:57:31 +03:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Orgad Shaneh
af529f568b
AUDIO: Use nullptr
...
Using clang-tidy modernize-use-nullptr
2021-11-14 13:41:02 +02:00
sluicebox
92b28e00ad
AUDIO: Fix compiler warning
2020-04-11 03:30:35 -07:00
sluicebox
4ce7ae7bf5
AUDIO: Fix seeking past end of AIFF streams
...
Fixes audio in Mac versions of GK2 and PHANTASMAGORIA1
2020-04-11 03:06:41 -07:00
Eugene Sandulenko
33184e822d
AUDIO: Plug potential memory leak
2016-05-15 12:26:15 +02:00
Christian Krause
1fdeb98e70
AUDIO: Fix compiler warning
...
This commit fixes a compiler warning about a "set but not used"
variable. The warning was introduced by commit 2f707bf2
.
2015-09-15 20:48:09 -04:00
Martin Kiewitz
10741d5bd6
AUDIO: makeAIFFStream seek to start of dataStream
...
fixes non working audio when playing a File(Stream)
2015-06-07 00:30:15 +02:00
Matthew Hoops
b6fdc7be88
AUDIO: Make makeAIFFStream return a RewindableAudioStream
...
All callers requiring SeekableAudioStream have been adapted by using dynamic_cast
2015-06-06 17:20:41 -04:00
Martin Kiewitz
97813f89ec
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
2015-06-06 22:50:36 +02:00
Matthew Hoops
2f707bf207
AUDIO: Rewrite the AIFF decoder to support AIFC
2015-06-04 19:47:41 -04:00
Matthew Hoops
b986b44827
AUDIO: Do not read the entire AIFF buffer into memory
2015-06-04 19:47:37 -04:00
Johannes Schickel
452cec49d9
AUDIO: Make GPL headers consistent in themselves.
2014-02-18 02:39:32 +01:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Ori Avtalion
9414d7a6e2
JANITORIAL: Reduce header dependencies in shared code
...
Some backends may break as I only compiled SDL
2011-04-28 15:08:58 +03:00
Max Horn
42ab839dd6
AUDIO: Rename sound/ dir to audio/
...
svn-id: r55850
2011-02-09 01:09:01 +00:00