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:
parent
1f10f99dc0
commit
af23b06b7c
4 changed files with 1061 additions and 0 deletions
|
@ -58,6 +58,7 @@ pacbox,games
|
|||
pdbox,viewers
|
||||
pegbox,games
|
||||
pictureflow,demos
|
||||
pitch_detector,apps
|
||||
plasma,demos
|
||||
png,viewers
|
||||
pong,games
|
||||
|
|
|
@ -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
|
||||
|
|
1055
apps/plugins/pitch_detector.c
Normal file
1055
apps/plugins/pitch_detector.c
Normal file
File diff suppressed because it is too large
Load diff
|
@ -492,6 +492,7 @@ Johannes Boy
|
|||
Jason Yu
|
||||
Aaron DeMille
|
||||
Tomasz Kowalczyk
|
||||
Michael Lechner
|
||||
|
||||
The libmad team
|
||||
The wavpack team
|
||||
|
|
Loading…
Reference in a new issue