Changeset 1626:9f536f50c6e2 in roaraudio


Ignore:
Timestamp:
04/27/09 22:17:22 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added files for mid-side decoding

Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/libroardsp.h

    r1587 r1626  
    3333#include "poly.h" 
    3434#include "convert.h" 
     35#include "midside.h" 
    3536 
    3637// defines 
  • libroardsp/Makefile

    r1586 r1626  
    44 
    55TARGETS=libroardsp.so libroardsp.a 
    6 OBJS=libroardsp.o convert.o poly.o filter.o filterchain.o alaw.o mulaw.o 
     6OBJS=libroardsp.o convert.o midside.o poly.o filter.o filterchain.o alaw.o mulaw.o 
    77OLDROAR=midi.o 
    88FILTER=lowp.o highp.o amp.o quantify.o add.o clip.o downmix.o dcblock.o swap.o 
Note: See TracChangeset for help on using the changeset viewer.