Files
platform-external-webrtc/TODO
Alexander Gutkin 6f12fff925 Added iSAC coder.
- Imported the floating point implementation of iSAC coder from stable public webRTC release:

http://code.google.com/p/webrtc/source/browse/#svn%2Fstable

- Added a reminder (in a TODO file) to switch from floating point to fixed point implementation.

Please note that this is the minimal amount of functionality we (the speech text-to-speech team) require
for delivering our unit selection algorithms for the Glass project. I'd be happy to address any comments
you have.

Change-Id: I20481680786ec5372258efcea69ea5c9750a321a
2012-08-21 16:37:02 +01:00

4 lines
192 B
Plaintext

Alexander Gutkin <agutkin@google.com>: Switch the iSAC codec to be
fixed rather than floating point. The current code uses floating
point implementation for purely experimental reasons.