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/7 Diptopal Basu <[email protected]>: > Hi , > > I am planning to use an open source .ogg player on my ARM simulator on > QEMU ( for ARM Application Baseboard ) . > > So far I have been able to bring up a Linux kernel 2.6.26.5 on the > simulator . Right not I want an open source ogg vorbis player which I can > use to call the libraries and play some files . However the catch is that I > need the APIs exposed of the player application to me . I am thinking of > using the ovplayer 1.1 but that looks old ( 2002 ) . Can I use the player > still , please advice . Hi, what audio output are you using? are you writing the audio interfacing or do you want to use a player that already handles that? Perhaps you could just run ogg123 and use its remote control interface, where you can load, play, pause files over a control pipe. cheers, Conrad.