Add sample voice files / Stop sample voices when unpausing

This commit is contained in:
Jackson Harper 2022-11-07 18:53:00 +08:00
parent b47b1ca49a
commit 48b0ea09bd
67 changed files with 1 additions and 0 deletions

View file

@ -796,6 +796,7 @@
}
public func unpause() {
stopVoiceSample()
if let player = player {
player.rate = Float(playbackRate)
state = .playing