Fedora Linux Support Community & Resources Center
  #1  
Old 8th August 2012, 08:21 PM
undoIT's Avatar
undoIT Offline
Registered User
 
Join Date: May 2009
Location: Reno
Posts: 29
linuxfirefox
Unable to play wv (wavpack) files

I am currently running Fedora 17 with KDE. I have some wv / wavpack files that I would like to play or reencode. When I attempt to play the files I get the following message:

Quote:
A program requires an additional plugin to decode this file

APE tag demuxer
After clicking continue:

Quote:
Could not find plugin in any configured software sources
I have ATrpms and RPM Fusion in my sources. Also, wavpack is already installed. I have tried opening in VLC and other programs with no success. Any ideas?
__________________
Reply With Quote
  #2  
Old 8th August 2012, 08:47 PM
secipolla Offline
Registered User
 
Join Date: May 2011
Posts: 700
linuxfirefox
Re: Unable to play wv (wavpack) files

You could try deadbeef, it's excellent.
http://deadbeef.sourceforge.net/download.html
Reply With Quote
  #3  
Old 8th August 2012, 08:50 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,611
linuxfedorafirefox
Re: Unable to play wv (wavpack) files

Do you have gstreamer plugins installed? In my case,

Code:
$ gst-inspect-0.10 | grep -i ape

taglib:  apev2mux: TagLib-based APEv2 Muxer
apexsink:  apexsink: Apple AirPort Express Audio Sink
apetag:  apedemux: APE tag demuxer
shapewipe:  shapewipe: Shape Wipe transition filter

[ ... ]
If I am not mistaken, gstreamer-plugins-good should provide this ...

Last edited by nonamedotc; 8th August 2012 at 08:52 PM.
Reply With Quote
  #4  
Old 10th August 2012, 02:12 AM
undoIT's Avatar
undoIT Offline
Registered User
 
Join Date: May 2009
Location: Reno
Posts: 29
linuxfirefox
Re: Unable to play wv (wavpack) files

I have the following installed:

gstreamer-plugins-bad
gstreamer-plugins-bad-free
gstreamer-plugins-bad-free-extras
gstreamer-plugins-bad-nonfree
gstreamer-plugins-good
gstreamer-plugins-good-extras
gstreamer-plugins-ugly



When I run gst-inspect-0.10 | grep -i ape

Code:
ffmpeg:  ffdec_escape124: FFmpeg Escape 124 decoder
ffmpeg:  ffdec_escape130: FFmpeg Escape 130 decoder
ffmpeg:  ffdec_ape: FFmpeg Monkey's Audio decoder
ffmpeg:  ffdemux_ape: FFmpeg Monkey's Audio demuxer
ladspa:  ladspa-tapeDelay: Tape Delay Simulation
ladspa:  ladspa-shaper: Wave shaper
shapewipe:  shapewipe: Shape Wipe transition filter
apetag:  apedemux: APE tag demuxer
apexsink:  apexsink: Apple AirPort Express Audio Sink
taglib:  apev2mux: TagLib-based APEv2 Muxer
typefindfunctions: application/x-ape: ape
typefindfunctions: application/x-apetag: mp3, ape, mpc, wv

Last edited by undoIT; 10th August 2012 at 02:37 AM.
Reply With Quote
  #5  
Old 10th August 2012, 02:18 AM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,611
linuxfedorafirefox
Re: Unable to play wv (wavpack) files

Try installing gstreamer-ffmpeg. That would be my guess though.

Code:
rpm -qa | grep -i gstreamer*
gstreamer-tools-0.10.36-1.fc17.x86_64
gstreamer-python-0.10.22-2.fc17.x86_64
gstreamer-plugins-ugly-0.10.19-1.fc17.x86_64
gstreamer-plugins-bad-0.10.23-1.fc17.x86_64
gstreamer-plugins-good-0.10.31-4.fc17.x86_64
gstreamer-plugins-base-0.10.36-1.fc17.x86_64
gstreamer-ffmpeg-0.10.13-2.fc17.x86_64
gstreamer-plugins-bad-free-0.10.23-7.fc17.x86_64
PackageKit-gstreamer-plugin-0.7.5-1.fc17.x86_64
gstreamer-0.10.36-1.fc17.x86_64
Reply With Quote
  #6  
Old 10th August 2012, 02:48 AM
undoIT's Avatar
undoIT Offline
Registered User
 
Join Date: May 2009
Location: Reno
Posts: 29
linuxfirefox
Re: Unable to play wv (wavpack) files

Quote:
Originally Posted by nonamedotc View Post
Try installing gstreamer-ffmpeg. That would be my guess though.
already installed.
__________________
Reply With Quote
  #7  
Old 10th August 2012, 03:08 AM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,611
linuxfedorafirefox
Re: Unable to play wv (wavpack) files

Well, if that is the case, I have only one more idea ...

Code:
 rm -rf ~/.gstreamer-0.10
After this, try restarting the player and play the wv file again. If this does not work, I do not know of any other. Sorry!
Reply With Quote
  #8  
Old 10th August 2012, 03:17 AM
PabloTwo's Avatar
PabloTwo Offline
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,126
linuxchrome
Re: Unable to play wv (wavpack) files

Add my "plus one" to the already suggested deadbeef music player in post #2. From the link given, you can download the latest upstream version in rpm package format for Fedora 16 or 17, 32 or 64 bit.
Code:
Description :
DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux systems with X11

Features:

 * plays mp3, ogg, flac/oga, ape, wav, wv/iso.wv, aac/m4a, alac, mpc/mpp/mp+,
tta, wma, shn, sid, nsf, mod, s3m, vtx, vgm/vgz, psf, midi, audio cds,
all formats supported by ffmpeg, dumb, gme, libsndfile, adplug, and more!
Or you could "yum install audacious". Audacious also plays wavpack files.
Reply With Quote
  #9  
Old 10th August 2012, 09:57 AM
undoIT's Avatar
undoIT Offline
Registered User
 
Join Date: May 2009
Location: Reno
Posts: 29
linuxfirefox
Re: Unable to play wv (wavpack) files

UH OH!

I decided to go ahead and install DeaDBeeF. It does indeed play the wv files. It also supports resume playback of tracks and it's very light on the system resources.

It sure is ugly though in KDE. I'll have to see if I can find a better GUI plugin. Also, I need to figure out if it is possible hook into playback functions with keyboard shortcuts (another must-have feature).

Amarok might be in trouble...

---------- Post added at 01:36 AM ---------- Previous post was at 01:33 AM ----------

HOLY CRAP!

I just added Global Hotkeys for Play/Pause, Seek Forward, Seek Backward and Stop linked to the fn key media button shortcuts on my Thinkpad. They even work when DeadBeeF is not focused.

This totally makes my day

---------- Post added at 01:57 AM ---------- Previous post was at 01:36 AM ----------

But wait, there's more! It also has a convert function for FLAC and tons of other codecs with support for command-line options.

---------- Post added at 02:00 AM ---------- Previous post was at 01:57 AM ----------

Oh, and did I mention the easy-access preamp for boosting quiet recordings to compensate for the anemic Thinkpad laptop speakers (necessary when I don't have decent external speakers to plug in to)?

Code:
sudo yum remove pulseaudio-equalizer
DeadBeeF!

Last edited by undoIT; 10th August 2012 at 10:06 AM.
Reply With Quote
  #10  
Old 10th August 2012, 12:12 PM
bonedome's Avatar
bonedome Offline
Registered User
 
Join Date: Apr 2010
Location: uk
Posts: 726
linuxfirefox
Re: Unable to play wv (wavpack) files

Both ffplay (player for ffmpeg) and mplayer (and variants use ffmpeg) should play ape audio
type
Code:
ffmpeg -formats
and you should see these lines
Code:
File formats:
 D. = Demuxing supported
 .E = Muxing supported
 D  ape             Monkey's Audio
 D  wv              WavPack
__________________
fedora 14 fluxbox and gnome2 hp compaq nx9030 laptop 2Gb ram, helicopter landing pad, jacuzzi, mini fridge, gateway to alternative dimension
Reply With Quote
  #11  
Old 10th August 2012, 07:13 PM
undoIT's Avatar
undoIT Offline
Registered User
 
Join Date: May 2009
Location: Reno
Posts: 29
linuxfirefox
Re: Unable to play wv (wavpack) files

Quote:
Originally Posted by bonedome View Post
Both ffplay (player for ffmpeg) and mplayer (and variants use ffmpeg) should play ape audio
type
Code:
ffmpeg -formats
and you should see these lines
Code:
File formats:
 D. = Demuxing supported
 .E = Muxing supported
 D  ape             Monkey's Audio
 D  wv              WavPack

I see both of those listed. I don't know why all of the other audio players will not play wv files.
Reply With Quote
  #12  
Old 13th September 2012, 10:51 AM
mschwendt's Avatar
mschwendt Offline
Registered User
 
Join Date: Jun 2010
Posts: 246
linuxfirefox
Re: Unable to play wv (wavpack) files

Quote:
Originally Posted by undoIT View Post
I don't know why all of the other audio players will not play wv files.
Hard to comment on without a troublesome example file. WavPack (.wv) and Monkey's Audio (.ape) are two different audio codecs. WavPack is a completely open codec and included with Fedora, whereas Monkey's Audio isn't. And one player referring to a .wv file with "APE tags" may be an indication that something odd is going on.
Reply With Quote
Reply

Tags
ape, apetag, codec, demuxer, files, play, unable, wavpack

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
VLC unable to play read only files Forester Using Fedora 8 4th August 2012 11:18 PM
[SOLVED] Unable to play .mp4 files on Fedora 17 TheComputer Using Fedora 3 28th June 2012 12:20 PM
Unable To Play .mkv Files. anuragverma Using Fedora 0 21st November 2011 08:23 PM


Current GMT-time: 10:20 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat