Home  ·  Downloads  ·  Your Account  ·  Submit News
Documentation Homepage
HAMLib reference
Back to HAM Homepage


sound.c File Reference

Direct Sound Control Functions. More...


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.


Detailed Description

Direct Sound Control Functions.



Documentation Homepage | HAMLib reference | Back to HAM Homepage
documentation created with Doxygen