fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[fluid-dev] Re: Fast file renderer


From: josh
Subject: [fluid-dev] Re: Fast file renderer
Date: Sat, 10 Oct 2009 20:44:49 -0700
User-agent: Internet Messaging Program (IMP) H3 (4.1.6)

Quoting David Henningsson <address@hidden>:

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 version is probably the right way to do it, since you can still build LIBSNDFILE without vorbis support (it depends on the external libraries). Its too bad libsndfile didn't provide short names for audio formats (like prefixes for file types). Then we could have it completely dynamic, since libsndfile could provide whatever list it supports.

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 fine with future supported file types which have a specific audio format.

What do you think?

Josh





reply via email to

[Prev in Thread] Current Thread [Next in Thread]