Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.txt | 2014-06-27 | 1.6 kB | |
wac2wavcmd.c | 2014-06-27 | 19.3 kB | |
Makefile | 2014-06-27 | 916 Bytes | |
LICENSE | 2014-06-27 | 35.8 kB | |
Totals: 4 Items | 57.7 kB | 0 |
////////////////////////////////////////////////////////////////////////////// // Copyright (C) 2014 Wildlife Acoustics, Inc. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public LIcense as published by // the Free Software Foundation, either version 3 of the License, or // (at yuour option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. // // Wildlife Acoustics, Inc. // 3 Clock Tower Place, Suite 210 // Maynard, MA 01754-2549 // +1 978 369 5225 // www.wildlifeacoustics.com // ////////////////////////////////////////////////////////////////////////////// // // wac2wavcmd-1.0 // Wildlife Acoustics, Inc. is pleased to offer source code for decoding our proprietary WAC audio files produced by some of our bioacoustics recorders including our SM1, SM2, SM2+, SM2BAT192x2, SM2BAT384, SM2BAT+, SM3, SM3BAT, EM3, and EM3+. Our objective is to give our customers and third-party developers the ability to decode WAC files and create value-added solutions. Details about the file format can be found in the comments in wac2wavcmd.c. A Makefile is provided for convenience and should work on most Unix systems including Linux. We hope you find this useful!