summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-05-13 20:07:35 +0200
committerrekado <rekado@elephly.net>2016-05-13 20:07:35 +0200
commit2f19ac88e6a338a344c6e343fb81126b886f4f3d (patch)
treeddbf0269672af32970f30123971c5f7b48cfdd8b
parent1affc2bf07633782f258ec25e3b98301e75626e7 (diff)
targets: Export at sample rate 48000.
Because that's what we use in Ardour.
-rw-r--r--targets.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets.mk b/targets.mk
index ce8de91..8981f99 100644
--- a/targets.mk
+++ b/targets.mk
@@ -4,7 +4,7 @@ SOUNDFONT = $(HOME)/FluidR3GM.sf2
lilypond $<
%.wav: %.midi
- fluidsynth -F $@ -l -R no -i -n -a alsa $(SOUNDFONT) $<
+ fluidsynth -r 48000 -F $@ -l -R no -i -n -a alsa $(SOUNDFONT) $<
%.ogg: %.wav
oggenc $<