Monday, March 30, 2009

AMR with Yate

To install amr codec with yate:
  • Download amr (nb + wb) from the web
  • compile and install amr codec
./configure
make
make install
./configure --prefix=/ --with-amrnb=/usr/local
make
make install
  • Add /usr/local/lib to /etc/ld.so.conf
  • run command 
ldconfig

No comments: