Summary: | KNotify/artsplay don't play mp3/ogg | ||
---|---|---|---|
Product: | [Unmaintained] arts | Reporter: | Rob Kaper <webmaster> |
Component: | general | Assignee: | Stefan Westerfeld <stefan> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ismail |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Rob Kaper
2003-06-30 19:44:37 UTC
Ok can reproduce on cvs-head too. Problem looks like artsplay try to use audiofile library to play all files but audiofile can only handle wavs. That was happening to me also but it is not a arts problem (i think) I think you have to install at least kdemultimedia/mpeglib_artsplug/ (don't know because i always compile and install kdemultimedia as a block). Subject: Re: KNotify/artsplay don't play mp3/ogg
On Tue, Sep 23, 2003 at 07:10:37PM -0000, Albert Astals Cid wrote:
> I think you have to install at least kdemultimedia/mpeglib_artsplug/ (don't know
> because i always compile and install kdemultimedia as a block).
Well, I have a TODO outstanding for a long while to convert all shipped
sounds to .ogg from .wav, so this has to work with a libs/base only setup or
else it's pointless doing so.
Rob
okay, so mpeglib_artsplug needs to become part of arts or kdelibs.... or are there other depandencies that wouldn't tolerate such a move? The problem was that the play(filename) interface in SimpleSoundserver could only play Wav files. I've fixed this now. If you just need someone to convert the files now, I can do it It involves a bit more than converting just sounds, some eventsrc settings will have to be updated as well. However, KNotify sounds are once again broken on my system (even .wav's now) so I can't properly test before committing changes. Rob, take a look at yours knotifyrc, and check if the session StartProgress is like this: Arts Init=true KNotify Init=true Use Arts=true By the way, I'm using 3.2.2 and the Kopete sound's are not working yet... |