ftp.nice.ch/pub/next/unix/audio/cmix.s.tar.gz#/cmix/lib/ampdb.c

This is ampdb.c in view mode; [Download] [Up]

#include <math.h>

float ampdb(db)
float db;
{
	return(pow(10.,(double)(db/20.)));
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.