-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
In StreamPlayer#initAudioInputStream
, first get audioInputStream
and second get audioFileFormat
If the TAudioFileReader#m_bRereading
is false
, first get audioInputStream
will set the mark
of the InputSteam
to a non-zero
value,then second get audioFileFormat
will throw UnsupportedAudioFileException
, because the pos
of the InputStream has been set to the mark
.
Metadata
Metadata
Assignees
Labels
No labels