Commit Graph

6 Commits

Author SHA1 Message Date
Sylvain Munaut 3706e9729a General copyright notice update
find . -name \*.c -exec sed -i -e "s/(C) [0-9\-]*/(C) 2011-2019/g" {} \;
find . -name \*.h -exec sed -i -e "s/(C) [0-9\-]*/(C) 2011-2019/g" {} \;

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2019-08-31 08:15:37 +02:00
Sylvain Munaut ab9a26c04a codec: Make sure to use float and not double
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2016-03-08 14:54:50 +01:00
Sylvain Munaut 56392c0f1c codec: Fix comments in tone code
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2016-03-08 14:54:50 +01:00
Sylvain Munaut 074f93ad74 codec: Documentation
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-12-17 18:15:43 +01:00
Sylvain Munaut df95ae699f codec: Fix tone generation
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-12-17 18:15:43 +01:00
Sylvain Munaut e8730785b3 codec: First code import
Lots of fixups still needed before merge into master

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-12-17 18:15:42 +01:00