spelling: access

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-01-18 08:34:26 -05:00
parent 6c3e812d10
commit 3ab63e16df
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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.