Skip to content

Commit

Permalink
minor docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyGaul authored Feb 18, 2017
1 parent 17aeae4 commit 8a528ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tinysound.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
tsContext* ctx = tsMakeContext( hwnd, frequency, latency, seconds, 0 );
parameters:
hwnd -- HWND, handle to window
hwnd -- HWND, handle to window (on OSX just pass in 0)
frequency -- int, represents Hz frequency rate in which samples are played
latency -- int, estimated latency in Hz from PlaySound call to speaker output
seconds -- int, number of second of samples internal buffers can hold
Expand Down Expand Up @@ -122,7 +122,7 @@
tsPlaySoundDef tsMakeDef( tsLoadedSound* sound );
void tsStopAllSounds( tsContext( ctx );
Be sure to link against dsound.dll (or dsound.lib).
Be sure to link against dsound.dll (or dsound.lib) on Windows.
Read the rest of the header for specific details on all available functions
and struct types.
Expand Down

0 comments on commit 8a528ea

Please sign in to comment.