Forum: MPC for UNIX
13 December 2005, 04:43 am
|
Replies: 1
Views: 18,648
|
Forum: General
09 August 2005, 01:09 pm
|
Replies: 20
Views: 33,155
All? I see only one.
Besides you'll have hard...
All? I see only one.
Besides you'll have hard time making musepack respect your bitrate plan.
> Then why doing tests only on the tiny samples that are 140+kbps? How is it fair vs. MP3@128?
I...
|
Forum: MPC for UNIX
24 March 2005, 12:58 pm
|
Replies: 2
Views: 12,004
|
Forum: MPC for UNIX
27 February 2005, 11:35 pm
|
Replies: 3
Views: 14,769
|
Forum: Development
14 January 2005, 07:48 pm
|
Replies: 8
Views: 16,703
|
Forum: MPC for Windows
14 January 2005, 07:35 pm
|
Replies: 13
Views: 18,429
Something like
> for %i in (*.mpc) do mppdec...
Something like
> for %i in (*.mpc) do mppdec "%i" "%~ni.wav",
IIRC, 'cmd.exe /?' to check :)
Won't work on win9x though.
Then again you can always put bash in your installer and do it the...
|
Forum: Development
03 January 2005, 10:52 pm
|
Replies: 15
Views: 20,426
Hi, thanks for commiting and sorry for delay.
...
Hi, thanks for commiting and sorry for delay.
Looks like AM_CFLAGS and that 'override' thing don't clap together very well.
I googled around, it appears forcing cflags is usualy done like this:...
|
Forum: Development
23 December 2004, 08:31 pm
|
Replies: 15
Views: 20,426
Thanks.
And while we're at it, here's two...
Thanks.
And while we're at it, here's two more :)
http://4nykey.nm.ru/tmp/musepack-tools_cfl...gsoverride.diff ('http://4nykey.nm.ru/tmp/musepack-tools_cflagsoverride.diff')
adds cflags...
|
Forum: Development
22 December 2004, 11:33 pm
|
Replies: 15
Views: 20,426
Not quite, but otherwise there's unresolved...
Not quite, but otherwise there's unresolved symbol 'Di_opt', when linking mppdec.
Yeah and it's only needed for mingw.
I ran mppdec.exe through wine on couple of files, and output wav's are...
|
Forum: Development
22 December 2004, 11:13 pm
|
Replies: 15
Views: 20,426
Uhm, not quite mac related, but here's a little...
Uhm, not quite mac related, but here's a little patch, if I may: http://4nykey.nm.ru/tmp/musepack-tools_min...ngw_cflags.diff ('http://4nykey.nm.ru/tmp/musepack-tools_mingw_cflags.diff')
Basically...
|
Forum: MPC for UNIX
30 November 2004, 09:44 am
|
Replies: 1
Views: 11,691
Take a look at...
Take a look at http://bugs.gentoo.org/show_bug.cgi?id=68471 ('http://bugs.gentoo.org/show_bug.cgi?id=68471')
Do you have /usr/include/linux/soundcard.h on your system (that's where those should be...
|
Forum: MPC for UNIX
29 September 2004, 03:31 pm
|
Replies: 5
Views: 13,945
I think s/t like this could do as well
---...
I think s/t like this could do as well
--- 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...
|
Forum: MPC for UNIX
14 September 2004, 09:31 pm
|
Replies: 15
Views: 20,299
|