Re: Query regarding libvorbis
Geoff Shang <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.general |
|---|---|
| Message-ID | <[email protected]> |
Rajalakshmi Raghavan wrote: > downloaded the libvorbis files from Xiph.com and compiled and built it in > the Ubuntu linux platform. After which, I added the .so files to the > filesystem that was to be ported to the machine. The opie player played Ogg > audio files this time however the quality for audio files of lower sample > rates played poorly (too fast). Sounds like your player is assuming a particular sampling rate (probably 44100). Are your lower bit rate files 44.1kHz stereo or something else? > cannot find -logg* > > *collect2: ld returned 1 exit status* > > Could someone advice on how to go about solving this issue? What is the > logg? Is it lib ogg? Yes. It is trying to link against libogg as a dynamic library and it's not finding it. Geoff.