Re: [fluid-dev] syncing fluidsynth with sampled audio

2010-11-24 Thread Matt Giuca
> I would like to find a way to sync midi playback with some recorded audio I > have. I'm not planning on using any audio driver. I want to pull the audio > data using fluid_synth_write_s16(). > I'm not quite sure how the fluid_synth_write_s16 interface works, but I don't think it does its own tim

Re: [fluid-dev] syncing fluidsynth with sampled audio

2010-11-24 Thread David Henningsson
On 2010-11-24 12:10, eli konky wrote: Hi, I would like to find a way to sync midi playback with some recorded audio I have. I'm not planning on using any audio driver. I want to pull the audio data using fluid_synth_write_s16(). Plus I need to be able to seek along the midi file - e.g. start pl

[fluid-dev] syncing fluidsynth with sampled audio

2010-11-24 Thread eli konky
Hi, I would like to find a way to sync midi playback with some recorded audio I have. I'm not planning on using any audio driver. I want to pull the audio data using fluid_synth_write_s16(). Plus I need to be able to seek along the midi file - e.g. start playback at a certain time offset and stop