format void SND_GetSeqStat (SndSeqStat * status, SndSeqNum seq_no)
Input seq_no: Pronunciation management number
Output status: Sequence status pointer
Function value None
Function Acquires the sequence status of the specified pronunciation management number.
Title Function specifications
Function Get pronunciation management number playback position
Function name SND_GetSeqPlayPos
No 28
format void SND_GetSeqPlayPos (SndSeqPlayPos * pos, SndSeqNum seq_no)
Input seq_no: Pronunciation management number
Output pos: Pronunciation management number playback position
Function value None
Function Acquires the playback position of the specified pronunciation management number.
PCM
Title Function specifications
Function PCM execution address acquisition
Function name SND_GetPcmPlayAdr
No 29
format void SND_GetPcmPlayAdr (SndPcmPlayAdr * adr, SndPcmNum num)
Input num: PCM playback number
Output adr: PCM execution address
Function value None
Function Gets the address of the PCM data currently being played.
Title Function specifications
Function PCM address update interrupt status acquisition
Function name SND_GET_INT_STAT
No 30
format SndPcmIntStat SND_GET_INT_STAT (void)
Input None
Output None
Function value PCM address update interrupt status
Function Gets the PCM address update interrupt status. Update the interrupt factor to PCM addres
Valid when a new interrupt occurs. Which PCM playback number address was updated
I understand.