Thank you for your response Tom.
On Mon, Apr 23, 2018 at 11:07 PM, Tom M. wrote:
> The file renderer should probably honour synth.audio-channels, but
> currently it doesnt. It always outputs a stereo file, because fluidsynth is
> a stereo synthesizer.
>
> If you need monophonic audio you'll have
lol I just re read myself, but you understood what I meant :p
On Mon, Apr 23, 2018 at 10:15 PM, Marcus Weseloh wrote:
> Hi Philippe,
>
> 2018-04-23 20:16 GMT+02:00 Philippe Simons :
>
>> Seems to forks fine on Android.
>>
>
> Excellent, thanks a lot for testing it!
>
> Cheers,
>
> Marcus
>
> _
Hi Philippe,
2018-04-23 20:16 GMT+02:00 Philippe Simons :
> Seems to forks fine on Android.
>
Excellent, thanks a lot for testing it!
Cheers,
Marcus
___
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev
Hi Tom,
2018-04-23 19:25 GMT+02:00 Tom M. :
> I keep thinking about this preloading feature and I'm not yet fully
> convinced of it. I see quite high obstacles for it being beneficial i.e.:
>
> - We need a user who plays MIDI files via command line and listens to them
> in real-time.
>
- The user
Seems to forks fine on Android.
On Mon, Apr 23, 2018 at 7:25 PM, Tom M. wrote:
> I keep thinking about this preloading feature and I'm not yet fully
> convinced of it. I see quite high obstacles for it being beneficial i.e.:
>
> - We need a user who plays MIDI files via command line and listens
The file renderer should probably honour synth.audio-channels, but currently it
doesnt. It always outputs a stereo file, because fluidsynth is a stereo
synthesizer.
If you need monophonic audio you'll have to do it yourself deciding whether to
mix left and right channel or only take one of them
I keep thinking about this preloading feature and I'm not yet fully convinced
of it. I see quite high obstacles for it being beneficial i.e.:
- We need a user who plays MIDI files via command line and listens to them in
real-time.
- The user must actively enable on demand sample loading
- The MI
Hi,
I have been trying to use fluidsynth to generate an audio file using a midi
and and a soundfont file. I want the output file to be monophonic. Is there
a setting parameter with the api that can help us doing that? I thought
setting *synth.audio-channels *would help, but it did not.
Regards.