Re: [fluid-dev] Setting the number of channels of the output audio file as 1

2018-04-23 Thread Swapnil Gupta
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

Re: [fluid-dev] Proposal for a new feature: lazy-loading of SoundFonts

2018-04-23 Thread Philippe Simons
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 > > _

Re: [fluid-dev] Proposal for a new feature: lazy-loading of SoundFonts

2018-04-23 Thread Marcus Weseloh
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

Re: [fluid-dev] Proposal for a new feature: lazy-loading of SoundFonts

2018-04-23 Thread Marcus Weseloh
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

Re: [fluid-dev] Proposal for a new feature: lazy-loading of SoundFonts

2018-04-23 Thread Philippe Simons
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

Re: [fluid-dev] Setting the number of channels of the output audio file as 1

2018-04-23 Thread Tom M.
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

Re: [fluid-dev] Proposal for a new feature: lazy-loading of SoundFonts

2018-04-23 Thread 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 must actively enable on demand sample loading - The MI

[fluid-dev] Setting the number of channels of the output audio file as 1

2018-04-23 Thread Swapnil Gupta
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.