![]() |
![]() |
#1 |
Member
|
![]()
When compiling libmusepack-1.1 in fixed point (done by uncommenting #define MPC_FIXED_POINT in include/musepack/math.h), I get this error during compilation:
Code:
requant.c: In function `mpc_decoder_scale_output': requant.c:103: error: `SCF_shift' undeclared (first use in this function) |
![]() |
![]() |
![]() |
#2 | |
Senior Member
Join Date: Aug 2004
Location: Emeryville, CA
Posts: 52
|
![]() Quote:
|
|
![]() |
![]() |
![]() |
#3 |
Member
|
![]()
Changing line 86 in requant.c to
Code:
#define SET_SCF(N,X) d->SCF[N] = MAKE_MPC_SAMPLE_EX(X,d->SCF_shift[N] = (unsigned char)find_shift(X)); Also, sample is a *lot* slower when writing to a wav file (16.66x in benchmark mode vs. 6.85x when writing on my crummy VIA C3). Is WavWriter really that slow? |
![]() |
![]() |
![]() |
#4 | |
Senior Member
Join Date: Aug 2004
Location: Emeryville, CA
Posts: 52
|
![]() Quote:
I wouldn't be surprised if the WavWriter slows things down that much, actually. |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|