1
0
Fork 0
forked from len0rd/rockbox

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

@ -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