mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-24 04:34:56 +00:00
Pervasively use full range of signed 16bit samples for speaker
This commit is contained in:
parent
d8e6f54c6b
commit
0478afe60e
@ -552,12 +552,7 @@ GLUE_C_READ(speaker_toggle)
|
||||
|
||||
if (!is_fullspeed) {
|
||||
if (speaker_data == speaker_amplitude) {
|
||||
#if defined(ANDROID)
|
||||
speaker_data = -speaker_amplitude;
|
||||
#else
|
||||
# error FIXME TODO : investigate whether this is still needed
|
||||
speaker_data = 0;
|
||||
#endif
|
||||
} else {
|
||||
speaker_data = speaker_amplitude;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user