mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
fluidsynth: refresh pages (#15791)
This commit is contained in:
parent
fcd51e4875
commit
ce7638175a
2 changed files with 6 additions and 2 deletions
|
@ -5,4 +5,4 @@
|
||||||
|
|
||||||
- MIDI 파일 재생:
|
- MIDI 파일 재생:
|
||||||
|
|
||||||
`fluidsynth --audio-driver={{pipewire|pulseaudio}} {{경로/대상/사운드폰트.sf2}} {{경로/대상/파일.midi}}`
|
`fluidsynth {{[-a|--audio-driver]}} {{pipewire|pulseaudio}} {{경로/대상/사운드폰트.sf2}} {{경로/대상/파일.midi}}`
|
||||||
|
|
|
@ -5,4 +5,8 @@
|
||||||
|
|
||||||
- Play a MIDI file:
|
- Play a MIDI file:
|
||||||
|
|
||||||
`fluidsynth --audio-driver={{pipewire|pulseaudio}} {{path/to/soundfont.sf2}} {{path/to/file.midi}}`
|
`fluidsynth {{path/to/soundfont.sf2}} {{path/to/file.midi}}`
|
||||||
|
|
||||||
|
- Specify the audio driver:
|
||||||
|
|
||||||
|
`fluidsynth {{[-a|--audio-driver]}} {{pipewire|pulseaudio}} {{path/to/soundfont.sf2}} {{path/to/file.midi}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue