Crazy-Marvin / Morse

Translator for converting text into morse code and vice-versa
https://crazymarvin.com/morse/
Apache License 2.0
159 stars 31 forks source link

Fix sound crash and missing last sound #165

Closed fejd closed 11 months ago

fejd commented 11 months ago

The last sound of the sequence would be lost and at times crash after playing due to an indexing issue. Refactor the sound playback to use SoundPool instead of MediaPlayer, since it's more suited for playback of short sounds at distinct intervals.

Resolves #64

CrazyMarvin commented 11 months ago

Thank you very much, this is awesome! 👍