Added Realtime Text (RFC 4103) without having tied it to the phone software yet
authorRick van Rein <vanrein@hwdev.(none)>
Tue, 15 Nov 2011 14:05:59 +0000 (14:05 +0000)
committerRick van Rein <vanrein@hwdev.(none)>
Tue, 15 Nov 2011 14:05:59 +0000 (14:05 +0000)
commit688d993fa74e25dd4b24d8fc417b4f92457e3a61
tree9d94c2d3ba52a8e2d03a6aa23706d777cfe565e6
parent2f4556688466fce5eb6101eb6ae9f36460b012ad
Added Realtime Text (RFC 4103) without having tied it to the phone software yet
31 files changed:
src/codec/README [new file with mode: 0644]
src/codec/rtt/Makefile.desktop [new file with mode: 0644]
src/codec/rtt/README [new file with mode: 0644]
src/codec/rtt/TODO [new file with mode: 0644]
src/codec/rtt/desktop.c [new file with mode: 0644]
src/codec/rtt/recvkeys.c [new file with mode: 0644]
src/codec/rtt/sendkeys.c [new file with mode: 0644]
src/codec/rtt/sendkeys_orig.c [new file with mode: 0644]
src/codec/spandsp/AUTHORS [new file with mode: 0644]
src/codec/spandsp/COPYING [new file with mode: 0644]
src/codec/spandsp/README [new file with mode: 0644]
src/codec/spandsp/README.0cpm-Firmerware [new file with mode: 0644]
src/codec/spandsp/src/floating_fudge.h [new file with mode: 0644]
src/codec/spandsp/src/g711.c [new file with mode: 0644]
src/codec/spandsp/src/g722.c [new file with mode: 0644]
src/codec/spandsp/src/g726.c [new file with mode: 0644]
src/codec/spandsp/src/spandsp/bit_operations.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/bitstream.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/dc_restore.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/fast_convert.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/g711.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/g722.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/g726.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/private/README [new file with mode: 0644]
src/codec/spandsp/src/spandsp/private/bitstream.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/private/g711.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/private/g722.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/private/g726.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/saturated.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/telephony.h [new file with mode: 0644]
src/codec/spandsp/src/spandsp/vector_int.h [new file with mode: 0644]