[fluid-dev] Re: Fast file renderer

2009-10-12 Thread josh
Quoting David Henningsson : j...@resonance.org wrote: Quoting David Henningsson : I think it might be best to just query libsndfile for the first supported audio format, for a given file type, if no audio format is specified and the default of 16 bit PCM fails. That would solve the

[fluid-dev] Re: Fast file renderer

2009-10-12 Thread David Henningsson
j...@resonance.org wrote: Quoting David Henningsson : I think it might be best to just query libsndfile for the first supported audio format, for a given file type, if no audio format is specified and the default of 16 bit PCM fails. That would solve the Ogg/Vorbis issue and possibly work

[fluid-dev] Re: Fast file renderer

2009-10-11 Thread josh
Quoting David Henningsson : So we have three cases here: 1) Libsndfile < 1.0.18, no vorbis support 2) Libsndfile >= 1.0.18, compiled without vorbis support 3) Libsndfile >= 1.0.18, compiled with vorbis support We agree that 1 and 3 works currently, right? Right. In case 2, I believe the S

[fluid-dev] Re: Fast file renderer

2009-10-11 Thread David Henningsson
j...@resonance.org wrote: Quoting David Henningsson : I realized that PKG_CHECK_MODULES could be used for checking the libsndfile version, so I've committed what I think fixes the problem, have a look and see if it is what you expect. // David I looked over your changes. I don't think depe

[fluid-dev] Re: Fast file renderer

2009-10-10 Thread josh
Quoting David Henningsson : I realized that PKG_CHECK_MODULES could be used for checking the libsndfile version, so I've committed what I think fixes the problem, have a look and see if it is what you expect. // David I looked over your changes. I don't think depending on the LIBSNDFILE v

[fluid-dev] Re: Fast file renderer

2009-10-09 Thread David Henningsson
j...@resonance.org wrote: I also wanted to mention some of my recent commits: - new_fluid_file_renderer() now just takes a synth instance and gets all other parameters from the synth->settings object. A little quick, perhaps? I had to fix some issues with the filename parameter to even make i

[fluid-dev] Re: Fast file renderer

2009-10-08 Thread josh
Quoting David Henningsson : j...@resonance.org wrote: Hello David, I was looking at that bug that I mentioned before, where FluidSynth gets stuck in fluid_player_join() when doing fast file render and the renderer fails to be created (because of invalid format settings for example). I

[fluid-dev] Re: Fast file renderer

2009-10-08 Thread David Henningsson
j...@resonance.org wrote: Hello David, I was looking at that bug that I mentioned before, where FluidSynth gets stuck in fluid_player_join() when doing fast file render and the renderer fails to be created (because of invalid format settings for example). I notice that in fluid_player_join()

[fluid-dev] Re: Fast file renderer

2009-10-05 Thread josh
Quoting David Henningsson : j...@resonance.org skrev: Hello David, I was looking at that bug that I mentioned before, where FluidSynth gets stuck in fluid_player_join() when doing fast file render and the renderer fails to be created (because of invalid format settings for example). I notice t

[fluid-dev] Re: Fast file renderer

2009-10-05 Thread David Henningsson
j...@resonance.org skrev: > Hello David, > > I was looking at that bug that I mentioned before, where FluidSynth gets > stuck in fluid_player_join() when doing fast file render and the > renderer fails to be created (because of invalid format settings for > example). I notice that in fluid_player