delete not workable info about running fluidsynth

This commit is contained in:
- 2019-06-13 02:49:20 +03:00
parent 09aab17ecf
commit 2d9c045120
1 changed files with 0 additions and 6 deletions

View File

@ -16,12 +16,6 @@ To install fluidsynth you must install the following packages 'fluidsynth' 'flui
'fluid-soundfont-gs' using your favourite package manager.
To start the fluidsynth sound generator copy and paste the following command line (one very long command line).
```bash
fluidsynth /usr/share/sounds/sf2/FluidR3_GM.sf2
```
or
```bash
fluidsynth -C 0 -R 0 -r 22050 -c 6 -z 128 -l -a alsa -o audio.alsa.device=plughw:0 -o midi.alsa_seq.id=fs /usr/share/sounds/sf2/FluidR3_GM.sf2 /usr/share/sounds/sf2/FluidR3_GS.sf2
```