mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-30 20:13:22 +08:00
spelling: access
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
namespace irrklang
|
namespace irrklang
|
||||||
{
|
{
|
||||||
|
|
||||||
//! Interface providing read acess to a file.
|
//! Interface providing read access to a file.
|
||||||
class IFileReader : public virtual IRefCounted
|
class IFileReader : public virtual IRefCounted
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ namespace irrklang
|
|||||||
be controlled using this. An instance of this interface can be obtained via
|
be controlled using this. An instance of this interface can be obtained via
|
||||||
ISound::getSoundEffectControl(). The sound containing this interface has to be started via
|
ISound::getSoundEffectControl(). The sound containing this interface has to be started via
|
||||||
ISoundEngine::play2D() or ISoundEngine::play3D() with the flag enableSoundEffects=true,
|
ISoundEngine::play2D() or ISoundEngine::play3D() with the flag enableSoundEffects=true,
|
||||||
otherwise no acccess to this interface will be available.
|
otherwise no access to this interface will be available.
|
||||||
For the DirectSound driver, these are effects available since DirectSound8. For most
|
For the DirectSound driver, these are effects available since DirectSound8. For most
|
||||||
effects, sounds should have a sample rate of 44 khz and should be at least
|
effects, sounds should have a sample rate of 44 khz and should be at least
|
||||||
150 milli seconds long for optimal quality when using the DirectSound driver.
|
150 milli seconds long for optimal quality when using the DirectSound driver.
|
||||||
|
|||||||
Reference in New Issue
Block a user