More accurate timing for rendering? #1260
Replies: 2 comments 2 replies
-
Fluidsynth processes events with an accuracy of 64 samples per samplerate. Given a default samplerate of 44100 Hz this yields a precision of 64/44100 = 0.0015 s If this is not accurate enough for your use-case, then sry, you're out of luck. I'm using MIDI loops in my own player, and they sound fine to me. Otherwise, providing a complete minimal reproducible example would be helpful to understand your problem. |
Beta Was this translation helpful? Give feedback.
-
If I render 8 bars at 120bpm, I get a length of 15.981133786848073 seconds when analyzed with librosa. I'm trying to bulk process midi files to wav with a soundfont. This is my python script running on colab. ChatGPT made it.
|
Beta Was this translation helpful? Give feedback.
-
Hi all,
I'm seeking more information about rendering midi files to audio with more precision on timing. I'm rendering files in Python, but when I import the audio loops into a music program like Ableton or Pro Tools, the length of the loop is slightly off.
Is it possible to achieve the same rendering precision like professional music softwares? Does the audio driver affect the accuracy?
Any insights or comments would be appreciated. Thanks!
Max
Beta Was this translation helpful? Give feedback.
All reactions