Fixed small typos in the comments
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9284 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
* Released under terms of the MIT license.
|
* Released under terms of the MIT license.
|
||||||
*
|
*
|
||||||
* A simple resampling class for the audio mixer.
|
* A simple resampling class for the audio mixer.
|
||||||
* You pick the conversation function on object creation,
|
* You pick the conversion function on object creation,
|
||||||
* and then call the Resample() function, specifying data pointer,
|
* and then call the Resample() function, specifying data pointer,
|
||||||
* offset (in bytes) to the next sample, and count of samples for
|
* offset (in bytes) to the next sample, and count of samples for
|
||||||
* both source and destination.
|
* both source and destination.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* Released under terms of the MIT license.
|
* Released under terms of the MIT license.
|
||||||
*
|
*
|
||||||
* A simple resampling class for the audio mixer.
|
* A simple resampling class for the audio mixer.
|
||||||
* You pick the conversation function on object creation,
|
* You pick the conversion function on object creation,
|
||||||
* and then call the Resample() function, specifying data pointer,
|
* and then call the Resample() function, specifying data pointer,
|
||||||
* offset (in bytes) to the next sample, and count of samples for
|
* offset (in bytes) to the next sample, and count of samples for
|
||||||
* both source and destination.
|
* both source and destination.
|
||||||
|
|||||||
Reference in New Issue
Block a user