[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Loudness Model in C
If you ask Brian, you may receive his Fortran code!
You can then get a fortran to C converter and compile the C version.
On Ubuntu (Debian) type this :
apt-get install f2c
f2c nameIn.f
that should produce nameIn.c which you should find no problem in
compiling.
Matt
On Thu, 2011-08-18 at 11:56 +1000, Jeremy marozeau wrote:
> Hi,
>
> I want to implement a MAX/MSP external in C that will compute Brian
> Moore's loudness model of hearing impaired listeners.
> I was wondering if anyone has an implementation of that model in C and
> is willing to share it with me.
>
> An C implementation of the loudness model for normal hearing
> (according the ANSI standard) will be also of a great help.
> Thanks,
>
> Jeremy