![]() |
![]() |
#1 |
Member
|
![]()
I would like to use KaudioCreator, which is included in KDE, to rip my CD's and encode them in Musepack format. However, it seems that mppenc refuses to accept a WAV file with the extension .tmp. The thing is that oggenc and flac do not have any problems with this.
I am hoping that someone knows how to modify the source to let it also accept .tmp files. The best would be ofcourse that it recognized it was a wav file, but a dirty hack would suffice. |
![]() |
![]() |
![]() |
#2 |
Musepack Nanny
Join Date: Jul 2004
Posts: 168
![]() |
![]()
This will indeed be a nasty hack, but an easy task for most Linux users I know. If anyone's up for the (silly) task, you are welcome to help frodoontop.
|
![]() |
![]() |
![]() |
#3 |
Member
Join Date: Sep 2004
Posts: 1
|
![]()
I got annoyed by this also, and made a patch for kaudiocreator (seemed the simplest thing to do) and it will be included in KDE 3.3.1 and KDE 3.4
![]() |
![]() |
![]() |
![]() |
#4 |
Guest
Join Date: Sep 2004
Posts: 13
|
![]()
I think s/t like this could do as well
Code:
--- wave_in.c.orig 2004-09-29 18:22:09.792956592 +0300 +++ wave_in.c 2004-09-29 18:22:45.627508912 +0300 @@ -130,7 +130,7 @@ else if ( ext == NULL ) { fp = NULL; } - else if ( EXT(.wav) ) { + else if ( EXT(.wav) || EXT(.tmp) ) { fp = fopen ( filename, "rb" ); } else if ( EXT(.wv) ) { // wavpack (www.wavpack.com) ![]() |
![]() |
![]() |
![]() |
#5 |
Member
Join Date: Jan 2005
Posts: 1
|
![]()
Well, if at all possible, I would love to find a way to use musepack with KaudioCreator. Its a decent bundled piece of software for ripping files and it needs musepack.
|
![]() |
![]() |
![]() |
#6 |
Member
|
![]()
In latest KDE version it is fixed. At least for me Kaudiocreator works, though you might have to delete the settings folder. Somewhere in .kde I believe.
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|