Title | Function | Function Name | No |
format PcmHn PCM_CreateStmHandle (PcmCreatePara * para, StmHn stm) Input para: Creation parameter stm: Stream handle Output None function value handle (NULL if not created) Function Creates a handle for playing a file in the stream system. Remarks -Up to 32 handles can be created at the same time. . -The stream handle should be acquired in advance by the application program.
Title | Function | Function Name | No |
format void PCM_DestroyStmHandle (PcmHn pcm) Input pcm: Handle Output None Function value None Function Deletes the handle. Remarks If you delete a handle, that handle can no longer be used.
Title | Function | Function Name | No |
format void PCM_Task (PcmHn pcm) Input pcm: Handle Output None Function value None Function Reads files from CD and transfers data to sound memory. Remarks Please call this function periodically during playback. . Please call with a frequency equal to or greater than the frequency of V blank interrupts (once / 16 ms).
Title | Function | Function Name | No |
format void PCM_VblIn (void) Input None Output None Function value None Function Manages playback time. Remarks When using this library, be sure to call this function with V blank IN interrupt processing.