if (!wavfile) return false; | if (!wavfile) return false; | ||||
buffer_remaining = 0; | buffer_remaining = 0; | ||||
state_play = STATE_STOP; | state_play = STATE_STOP; | ||||
data_length = 0; | |||||
state = STATE_PARSE1; | state = STATE_PARSE1; | ||||
return true; | return true; | ||||
} | } |