From 3ab63e16df425cf7692041e484ba925ff4f6ca56 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:34:26 -0500 Subject: [PATCH] spelling: access Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/irrKlang/ik_IFileReader.h | 2 +- includes/irrKlang/ik_ISoundEffectControl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/irrKlang/ik_IFileReader.h b/includes/irrKlang/ik_IFileReader.h index 818fe1a..8d138c3 100644 --- a/includes/irrKlang/ik_IFileReader.h +++ b/includes/irrKlang/ik_IFileReader.h @@ -10,7 +10,7 @@ namespace irrklang { - //! Interface providing read acess to a file. + //! Interface providing read access to a file. class IFileReader : public virtual IRefCounted { public: diff --git a/includes/irrKlang/ik_ISoundEffectControl.h b/includes/irrKlang/ik_ISoundEffectControl.h index 86ade35..ce5c0e2 100644 --- a/includes/irrKlang/ik_ISoundEffectControl.h +++ b/includes/irrKlang/ik_ISoundEffectControl.h @@ -16,7 +16,7 @@ namespace irrklang 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 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 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.