Skip to content

Popping / clicking sound when creating audio driver on Windows 10 #1246

Closed Answered by derselbst
JBetz asked this question in Q&A
Discussion options

You must be logged in to vote

new_fluid_audio_driver (!) messes with the underlying audio APIs, hence I'm not really surprised that it results in some audible glitch. I would assume that this function is only called once in the entire lifetime of a program, so I don't quite comprehend why you want to debug it. Anyway, you should first try whether it happens on a different computer as well (or with a different soundcard). If it does, you should provide a minimal reproducible code example to see if others have the same problem.

I can't think of a good way of debugging this. Rather only by putting log statements into fluidsynths code and commenting out functions / codeblocks to nail down the function where this is happen…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by derselbst
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