aboutsummaryrefslogtreecommitdiff
path: root/wave.c
AgeCommit message (Collapse)Author
2023-10-13Upgrade sonic to 8694c596378c24e340c09ff2cd47c065494233f1Ricardo Garcia
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update sonic For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: Ifab9d5226755a71ad84973f652b956f27d8a8176
2023-05-04Upgrade sonic to 0555641f2d7e52a3d1720b4ae5affb5d50bdde23Sadaf Ebrahimi
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update sonic For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: I932179c0a5335700a337d976e91287f183eb3605
2015-02-27Changed license to Apache 2.0, and enabled -O3 optimizationmaster-soongBill Cox
2013-04-17- Made the Makefile work under OSX 10.8Matthew Albright
- Made the WAV header parsing work with what ffmpeg outputs: https://ffmpeg.org/trac/ffmpeg/ticket/1843
2011-10-21Removed dependence on libsndfile, which complicated compiling on Windows and ↵Bill Cox
confused some people who thought using sonic requires this library. Also changed from .flac format to wav file format for samples
2010-11-24Done with initial implementation of pitch shiftingBill Cox
2010-11-19Added support for stereo recordingsBill Cox
2010-11-19Compiled, but not debugged, multi-channel supportBill Cox
2010-11-11Changed to LGPL licenseBill Cox
2010-11-09Fix to reading multi-channel wav filesBill Cox
2010-11-09Fix to main.c for flushingBill Cox
2010-11-08Added short data interfaceBill Cox
2010-11-05Fixed bug reading stereo wav filesBill Cox
2010-11-02Working for 2X speedupBill Cox
2010-11-02Initial version, compiles but not debuggedBill Cox