An utiliy for displaying information about wav-files.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Maxim Lihachev 76a86ca146 fix 9 years ago
.gitignore Подготовка к релизу 9 years ago
COPYING v.0.3: добавлены описание и лицензия 9 years ago
README.md readme: fix 9 years ago
audioread.hs fix 9 years ago

README.md

audioread - информация о wav-файлах

##Лицензия Copyright (C) 2011-2013, Maxim Lihachev, envrm@yandex.ru

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 your 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/>.

##Описание Программа предназначена для отображения информации о wav-файлах, включая значения отсчётов, уровень сигнала в формате dB и LUFS, значение фазы

##Использование audioread [OPTIONS]

Common flags:
   -i --info=samples,phase,db,lufs  Type of information
   -s --samples=12000               Number of samples for analysis
   -c --channel=L/R                 Channel from stereo stream
   -f --file=FILE.WAV               File for analysis
   -v --vu=db/lufs                  Type of vu scale
   -t --title=1/0                   File for analysis
   -? --help                        Display help message
   -V --version                     Print version information
      --numeric-version             Print just the version number

##Версия 0.3