wrassp is a wrapper for R around Michel Scheffers's libassp (Advanced Speech Signal Processor). The libassp library aims at providing functionality for handling speech signal files in most common audio formats and for performing analyses common in phonetic science/speech science. This includes the calculation of formants, fundamental frequency, root mean square, auto correlation, a variety of spectral analyses, zero crossing rate, filtering etc. This wrapper provides R with a large subset of libassp's signal processing functions and provides them to the user in a (hopefully) user-friendly manner. The wrassp package is used by the EMU Speech Database Management System (EMU-SDMS) to perform signal processing routines.
head wrassp/src/assp/dlldef.h
//
// C++ Interface: dlldef
//
// Description:
//
//
// Author: Lasse Bombien,,, <lasse@cordulo>, (C) 2007
//
// Copyright: See COPYING file that comes with this distribution
[There is no such file.]
How should we change this header to suit the CRAN maintainer? Maybe to something like in the other files:
/***********************************************************************
* *
* This file is part of the Advanced Speech Signal Processor library. *
* *
* Copyright (C) 2007 Lasse Bombien *
* lasse@phonetik.uni-muenchen.de *
* *
* This library 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 library 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 library. If not, see <http://www.gnu.org/licenses/>. *
* *
*----------------------------------------------------------------------*
* *
* File: dlldef.h *
* Author: Lasse Bombien *
* *
***********************************************************************/
As was mentioned in the CRAN rejection:
How should we change this header to suit the CRAN maintainer? Maybe to something like in the other files: