Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
martonp96 committed Jul 23, 2023
1 parent cc0754a commit 13263ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alt-voice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

AltVoiceError AV_Initialize()
{
BASS_Init(0, SAMPLE_RATE, 0, nullptr, nullptr);
BASS_SetConfig(BASS_CONFIG_UNICODE, true);
BASS_Init(0, SAMPLE_RATE, 0, nullptr, nullptr);
BASS_FX_GetVersion();

return AltVoiceError::Ok;
Expand Down

0 comments on commit 13263ce

Please sign in to comment.