Re: [fluid-dev] Supported Wave/Flac format other than SF2

2015-02-02 Thread James L.
Don't agree that FluidSynth is a player, its an engine. To clarify, my post is in no way related to Garth or advertising chickensys. On Sat, Jan 31, 2015 at 11:27 PM, Garth Hjelte wrote: > At 10:36 PM 1/30/2015, you wrote: > > Going by SF2 is going to be hard for developer to implement new soun

Re: [fluid-dev] Chrome Native Client

2013-11-13 Thread James L.
You guys heard Portable Native Client (PNaCl)? On Wed, Nov 13, 2013 at 3:19 AM, Alexandre Roux Tekartik wrote: > Thanks for the responses. That sounds all good to motivate me to start on > it. I started to play with both fluidsynth and nacl sdk. > The first blocker I had was that glib is needed

Re: [fluid-dev] No sound after a while of idle due to Active Sensing

2013-10-30 Thread James L.
as output, I assumed you know how to configure it. On Wed, Oct 30, 2013 at 4:50 PM, David Henningsson wrote: > On 10/25/2013 07:09 PM, James L. wrote: > > Dear developers, I have no idea what is Active Sensing which I'm facing > > an issue with Fluidsynth. Please advice.

[fluid-dev] No sound after a while of idle due to Active Sensing

2013-10-25 Thread James L.
Dear developers, I have no idea what is Active Sensing which I'm facing an issue with Fluidsynth. Please advice. http://www.copperlan.org/forum/viewtopic.php?f=10&t=210 ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/list

[fluid-dev] Volume gain from 0.1 to 0.2

2013-10-12 Thread James L.
I found when increase the volume from 0.1 to 0.2, it sound softer on 0.2 than on 0.1, It has no issue when decremented from 0.3 to 0.2. Is this issue producible? Tested on Windows 7. ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.or

Re: [fluid-dev] Set route from channel 0 to channel 14

2013-03-03 Thread James L.
I have not using any of the API too and feel there are lack of tutorials to make good uses of Fluidsynth. On Sun, Mar 3, 2013 at 11:36 PM, Aere Greenway wrote: > On 03/03/2013 05:09 AM, James Lei wrote: > > Manage to solve the problem with route except the last issue is that > whether the "rou

Re: [fluid-dev] Bug or Configuration Option: RAM or Sample limitations in 32-bit Windows Build

2012-11-29 Thread James L.
Could you test with Crisis sf2 can be download on the net as well which is 1GB size, it appear that wasn't load in fs 1.1.5 and 1.1.6 On Nov 29, 2012 11:31 PM, "David Henningsson" wrote: > On 11/29/2012 06:35 PM, Graham Goode wrote: > >> Hi David, >> >> I started with a 7 rank theatre organ sound

Re: [fluid-dev] Real-time Controls + Audio Streaming

2012-11-03 Thread James L.
Not possible to generate audio in realtime from fluidsynth, I believe Java could capture the sound source and stream it over vlc player? Another idea Play! Framework using Iteratee might be working for your case with Scala programming language, the framework does support Java too. http://blog.grewe