Skip to content

Effects not working on Korvo2 #1970

Discussion options

You must be logged in to vote

I suggest that you use the following chain: GeneratedSoundStream -copy-> AudioEffectStream -> AudioBoardStream
so you need to change

AudioEffectStream effects(out);
StreamCopy copier(effects, in);

The following would also work GeneratedSoundStream --> AudioEffectStream -copy> AudioBoardStream

AudioEffectStream effects(in);
StreamCopy copier(out, effects);

The STK library has some instruments...

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@GFelipeSanchezS
Comment options

@GFelipeSanchezS
Comment options

@pschatzmann
Comment options

Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants