Changeset 182 for libmpc/branches/r2d/libreplaygain/gain_analysis.c
- Timestamp:
- 12/20/06 23:31:29 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/branches/r2d/libreplaygain/gain_analysis.c
r180 r182 438 438 } 439 439 440 return (Float_t) ((Float_t)PINK_REF - (Float_t)i / (Float_t)STEPS_per_dB);440 return (Float_t)i / (Float_t)STEPS_per_dB; 441 441 } 442 442
Note: See TracChangeset
for help on using the changeset viewer.