Re: Can you provide me some information on music players using ogg.
Conrad Parker <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.devel |
|---|---|
| Message-ID | <[email protected]> |
2009/4/8 Diptopal Basu <[email protected]>: > Hi Conrad , > > The link you sent talks about mpg321 . is it the same as ogg123 ? Also > internally I believe the remote control calls certain ogg123 APIs . How is > the remote control implemented ? Which file in the ogg123 has the code for > the remote control ? I think when I exec() the ogg123 , it starts running in > a different user space ? yes (compatible with mpg321, and it's a different process that you control over a pipe). > Can I bypass the remote control interface and directly call the > underlying APIs ? you could use libvorbisfile and libao directly Conrad.