Commit Graph
4 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Walter van Niftrik 9865ee16f7 ADL: Use 0-sample for speaker silence
This reduces popping noises
2017-02-21 11:35:31 +01:00
D G Turner 8b4460e310 ADL: Fix Signed vs. Unsigned Compiler Warnings.
This is a subtle issue associated with the Common::Frac usage. The
frac_t type is signed (int32), but the symbols such as FRAC_ONE are
defined by an enumeration which will default to unsigned int for
members. Unsure if the common code needs changing, but other usages fix
the warning by casting the enumeration values to frac_t so doing this
for now.
2017-01-15 07:10:38 +00:00
Walter van Niftrik 635bbed7c3 ADL: Add Sound class 2017-01-14 00:32:38 +01:00