You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program is a MIDI file renderer based on the sonivox synthesizer library.
15
-
It reads .MID (Standard MIDI Files)file format, and writes an audio stream to the standard output as raw 16 bit stereo PCM samples.
15
+
It reads .MID (Standard MIDI Files), .RMI (RIFF-RMID), and .XMF (Extensible Music Files) file formats, and writes an audio stream to the standard output as raw 16 bit stereo PCM samples.
16
16
17
17
## Options
18
18
@@ -79,9 +79,9 @@ It reads .MID (Standard MIDI Files) file format, and writes an audio stream to t
79
79
80
80
## Arguments
81
81
82
-
_midi_file_
82
+
_song_file_
83
83
84
-
: Input MID file name.
84
+
: Input [**MID|RMI|XMF**] file name.
85
85
86
86
# EXAMPLES
87
87
@@ -115,9 +115,17 @@ Example 6: pipe the rendered audio thru the PipeWire's **pw-play** utility:
115
115
116
116
$ sonivoxrender ants.mid | pw-play --rate 44100 -
117
117
118
+
Example 7: pipe the rendered audio thru the FFmpeg's **ffplay** utility:
0 commit comments