[xiph-commits] r10137 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Thu Oct 6 18:09:54 PDT 2005
Author: jm
Date: 2005-10-06 18:09:52 -0700 (Thu, 06 Oct 2005)
New Revision: 10137
Modified:
trunk/speex/libspeex/curves.c
Log:
changing name
Modified: trunk/speex/libspeex/curves.c
===================================================================
--- trunk/speex/libspeex/curves.c 2005-10-06 20:23:56 UTC (rev 10136)
+++ trunk/speex/libspeex/curves.c 2005-10-07 01:09:52 UTC (rev 10137)
@@ -1,5 +1,5 @@
-/* Copyright (C) 2005 Jean-Marc Valin / CSIRO
- File: curves
+/* Copyright (C) 2005 Jean-Marc Valin, CSIRO, Christopher Montgomery
+ File: vorbis_psy.c
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@@ -36,6 +36,7 @@
#include "smallft.h"
#include "lpc.h"
+#include "vorbis_psy.h"
struct drft_lookup lookup;
@@ -52,8 +53,12 @@
}
}
+void compute_curve(float *audio, int len, float *curve)
+{
+
+}
-/* */
+/* Transform a masking curve (power spectrum) into a pole-zero filter */
void curve_to_lpc(float *curve, int len, float *awk1, float *awk2, int ord)
{
int i;
More information about the commits
mailing list