You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GenerateWaveform in audio.cpp generates stereo waveform which is used by SOUND and PLAY. SOUND and PLAY have no stereo capabilities and hence generating stereo waveform is a waste of memory and processing resources.
GenerateWaveform should be rewritten to generate mono waveform instead.
The text was updated successfully, but these errors were encountered:
GenerateWaveform
inaudio.cpp
generates stereo waveform which is used bySOUND
andPLAY
.SOUND
andPLAY
have no stereo capabilities and hence generating stereo waveform is a waste of memory and processing resources.GenerateWaveform
should be rewritten to generate mono waveform instead.The text was updated successfully, but these errors were encountered: