index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
pitch_detector.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Make PCM->driver interface about as simple as it will get. Registered callbac...
Michael Sevakis
2010-05-24
*
S#10387 - Rework pluginlib actions
Thomas Martitz
2010-05-20
*
Give pitch_detector the IRAMming it deserves.
Michael Sevakis
2010-05-14
*
Cache align the pitch detector audiobuffer where needed. Some other misc. cha...
Michael Sevakis
2010-05-14
*
Fix some sim warnings.
Michael Sevakis
2010-05-14
*
pitch_detector: Use continuous recording, even if the algorithm is too slow f...
Michael Sevakis
2010-05-14
*
fix pitch_detector: recording will stop itself if the callback returns <0
Rafaël Carré
2010-05-13
*
Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...
Thomas Martitz
2010-05-06
*
pitch_detector: fix builds on monochrome targets, remove an unused variable
Rafaël Carré
2010-03-29
*
Fix division by 0 by clamping freq value a little higher, some minor style an...
Nils Wallménius
2009-12-05
*
Don't assume AUDIO_SRC_MIC always exists.
Dave Chapman
2009-10-04
*
Clarify the unit of note frequency
Alexander Levin
2009-09-20
*
Pitch Detector: group note related data together
Alexander Levin
2009-09-20
*
Pitch Detector: use special functions for choosing bool values
Alexander Levin
2009-09-20
*
Pitch Detector: add the possibility to set the reference frequency of A (last...
Alexander Levin
2009-09-20
*
UI improvements for the pitch detector (ongoing work by David Johnston from F...
Alexander Levin
2009-09-12
*
New plugin: pitch detector (FS#8768) by Michael Lechner and David Johnston
Alexander Levin
2009-09-08