Re: [Rhythmbox-devel] Supported audio



Hi,

On Tue, 23 Mar 2004, Christophe Fergeau wrote:
> Le lun, 22/03/2004 à 20:40 -0500, Colin Walters a écrit :
> > On Mon, 2004-03-22 at 14:18, David SPOOF Hemenway wrote:
> > > I can't seam to find a list of what formats are supported, just that
> > > you say it has robust format support, and a couple examples with
> > > dependencies to get for them.
> > > Do you support .m4a, aka AAC format?
>
> > Using GStreamer, the answer is that I'm not aware of a GStreamer plugin
> > to either play back AAC or load metadata from it.
>
> gst-plugins/ext/faad should be able to play .aac files. It doesn't seem
> to read metadata though, maybe a demuxer is needed to use faad and
> metadata is handled by this demuxer, maybe it's not implemented yet.

.m4a != .aac. .m4a, afaik, is Quicktime/Apple's MPEG-4 AAC, which we
playback. .aac is actual raw MPEG-4 AAC. The metadata is probably
something id3v2-like. We don't playback this. I have a sample file, but
didn't look at it yet. We need to frame this before feeding it to the faad
plugin, because the faad plugin (unlike, for example, mad) expects
packeted data to be fed to it. It's that part that's missing/untested.
Maybe it works, but I suppose it doesn't. Quicktime packets data in the
container so that works automatically.

Ronald




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