New plugin: pitch detector (FS#8768) by Michael Lechner and David Johnston

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22663 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2009-09-08 16:45:05 +00:00
parent 1f10f99dc0
commit af23b06b7c
4 changed files with 1061 additions and 0 deletions

View File

@ -58,6 +58,7 @@ pacbox,games
pdbox,viewers
pegbox,games
pictureflow,demos
pitch_detector,apps
plasma,demos
png,viewers
pong,games

View File

@ -29,6 +29,10 @@ firmware_flash.c
rockbox_flash.c
#endif /* CONFIG_CPU */
#if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && \
(defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN))
pitch_detector.c
#endif
#if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR)
metronome.c

File diff suppressed because it is too large Load Diff

View File

@ -492,6 +492,7 @@ Johannes Boy
Jason Yu
Aaron DeMille
Tomasz Kowalczyk
Michael Lechner
The libmad team
The wavpack team