IPS-LMU / wrassp

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.
http://ips-lmu.github.io/EMU.html
22 stars 7 forks source link

Better type for pointer arithmetic (probably rendering it redundant as indices can be used) #30

Closed raphywink closed 3 years ago

raphywink commented 9 years ago

Change the changes made here from char * to uint8_t *.

raphywink commented 9 years ago

As Michel pointed out: We should leave the function arguments as 'void ' and map these to 'uint8_t ' inside of the functions.