comparison src/descriptors.c @ 113:72a9a393d5bd

- Fixed bugs in xtract_flatness(), or at least added necessary documentation and error checking to avoid problems - Added xtract_is_denormal() helper function and XTRACT_DENORMAL_FOUND return code - Replaced all instances of log, sqrt, exp etc. with respective floating point counterparts (logf etc.) - Added check for architecture endianness to configure script - Bug fix to PD example, now no longer crashes if no arguments are given - Minor documentation updates
author Jamie Bullock <jamie@postlude.co.uk>
date Fri, 15 Feb 2008 12:43:13 +0000
parents c8502708853b
children f5040ed4e555
comparison
equal deleted inserted replaced
112:a76501dc5307 113:72a9a393d5bd
528 "Extract the spectrum of an audio signal"); 528 "Extract the spectrum of an audio signal");
529 strcpy(author, ""); 529 strcpy(author, "");
530 break; 530 break;
531 case XTRACT_ODD_EVEN_RATIO: 531 case XTRACT_ODD_EVEN_RATIO:
532 strcpy(name, "odd_even_ratio"); 532 strcpy(name, "odd_even_ratio");
533 strcpy(p_name, "Odd/Even Harmonic Ratio"); 533 strcpy(p_name, "Odd/even Harmonic Ratio");
534 strcpy(desc, 534 strcpy(desc,
535 "Extract the odd-to-even harmonic ratio of a spectrum"); 535 "Extract the odd-to-even harmonic ratio of a spectrum");
536 strcpy(p_desc, 536 strcpy(p_desc,
537 "Extract the odd-to-even harmonic ratio of an audio spectrum"); 537 "Extract the odd-to-even harmonic ratio of an audio spectrum");
538 strcpy(author, ""); 538 strcpy(author, "");