Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
vadzz-dev committed Nov 26, 2023
1 parent ef57f11 commit 4c1589a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/devicetests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ int main()
std::vector<std::string> inputDevices;
AV_Initialize();

AltVoiceError filterCreateError = AV_CreateAudioFilter(&RadioFilter);
AltVoiceError filterCreateError = AV_CreateAudioFilter(&RadioFilter, AUDIO_CHANNELS);

/*
auto bqLowEffect = RadioFilter->ApplyBqfEffect(0, 1400, 0, 0.86f, 0, 0, 1);
Expand Down

0 comments on commit 4c1589a

Please sign in to comment.