Skip to content
Discussion options

You must be logged in to vote

This is a common confusion because "drivers" and "synthesizers" are often bundled together on Windows (like VirtualMIDISynth), but kept separate in the professional audio world (and on Linux).

Here is the breakdown of the flags you asked about, followed by the solution to get a GUI-based "driver" experience.

  1. Decoding the Command Line Flags
    The command jimhen3ry provided is configuring FluidSynth to run with very specific hardware settings. Here is what each flag does:

-a wasapi (Audio Driver): This tells FluidSynth how to talk to your sound card. WASAPI (Windows Audio Session API) is a modern Windows driver that provides much lower latency (delay) than the older DirectSound driver.

-m w…

Replies: 3 comments 5 replies

Comment options

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

@MaMohm
Comment options

Answer selected by klerg
@klerg
Comment options

Comment options

You must be logged in to vote
1 reply
@klerg
Comment options

Comment options

You must be logged in to vote
1 reply
@klerg
Comment options

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