Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldb09 committed Mar 5, 2023
1 parent 32731f9 commit 20c668d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ import java.io.ByteArrayInputStream
import java.io.ByteArrayOutputStream
import org.slf4j.LoggerFactory


class TrackDecodingException(message: String) : Exception(message)

fun decodeTrack(audioPlayerManager: AudioPlayerManager, message: String): AudioTrack? {
val bais = ByteArrayInputStream(Base64.decodeBase64(message))
val track = audioPlayerManager.decodeTrack(MessageInput(bais))
Expand Down

0 comments on commit 20c668d

Please sign in to comment.