shownotes-w3m-rice/vlc_midi.txt

25 lines
701 B
Plaintext
Raw Normal View History

2013-05-24 22:14:09 +00:00
# this is notes for video: http://www.youtube.com/watch?v=OP5xkU6x84M
2013-05-18 00:11:59 +00:00
%% 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