Skip to content

Commit

Permalink
Enable hrtf
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Nov 21, 2023
1 parent be5781b commit 5413015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/base-audio-context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ CommonCtx(info.This(), "BaseAudioContext") { NAPI_ENV;

Napi::Function ctor = _ctorEs5.Value().As<Napi::Function>();
Napi::String hrtf = ctor.Get("hrtf").As<Napi::String>();
// ctx->get()->loadHrtfDatabase(hrtf);
ctx->get()->loadHrtfDatabase(hrtf);

_state = "running";
}
Expand Down

0 comments on commit 5413015

Please sign in to comment.