![]() | ![]() ![]() |
| Home · Downloads · Your Account · Submit News |
|
Documentation Homepage HAMLib reference Back to HAM Homepage |
|
Functions | |
| sample_info * | ham_InitSample (u8 *data, u32 length, u16 bitrate) |
| Initialize a Waveform Sample for playback. | |
| void | ham_ChangeSampleBitrate (sample_info *sample, u16 bitrate) |
| Changes the Playback Rate (playing speed) of a sample. | |
| void | ham_DeInitSample (sample_info *sample) |
| Removes an initialized sample from memory. | |
| void | ham_PlaySample (sample_info *sample) |
| Starts playback of an initialized Sample. | |
| void | ham_KillSample (sample_info *sample) |
| Force End of Output for a Sample. | |