mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-05 00:00:51 +00:00
midi
This commit is contained in:
parent
8c459b52e8
commit
40f4b2e4e0
21
vlc_midi.txt
Normal file
21
vlc_midi.txt
Normal file
@ -0,0 +1,21 @@
|
||||
%% install synthesizer and soundfonts sample
|
||||
%% https://wiki.archlinux.org/index.php/Timidity#Soundfonts
|
||||
yaourt fluidsynth fluidr3
|
||||
apt-get install fluidsynth vlc-plugin-fluidsynth fluid-soundfont-gm
|
||||
|
||||
%% add in the soundfont location to vlc
|
||||
%% https://wiki.archlinux.org/index.php/MIDI#VLC
|
||||
%% gui way
|
||||
open VLC > Tools > Preferences
|
||||
Checkmark "All" on settings > Input/Codecs > Audio Codec > FluidSynth
|
||||
|
||||
%% cli way
|
||||
pacman -Qql fluidr3
|
||||
vim ~/.config/vlc/vlcrc
|
||||
soundfont=/usr/share/soundfonts/fluidr3/FluidR3GM.SF2
|
||||
|
||||
%% debian base
|
||||
dpkg -L fluid-soundfont-gm
|
||||
vim ~/.config/vlc/vlcrc
|
||||
soundfont=/usr/share/sounds/sf2/FluidR3_GM.sf2
|
||||
|
Loading…
Reference in New Issue
Block a user