* src/gstpitch.c: (gst_pitch_class_init), (gst_pitch_init),
authorjtorra <n770galaxy@gmail.com>
Wed, 30 Jul 2008 21:51:22 +0000 (21:51 +0000)
committerjtorra <n770galaxy@gmail.com>
Wed, 30 Jul 2008 21:51:22 +0000 (21:51 +0000)
commit0e96c1fd2b91418a9abc6b9afc85ebd099e2497d
tree5f7277ae8bdc816d43ec607adf90bbf27b0a87b8
parente2839709bf69de7c0124f6e9a058959e3ee17a53
* src/gstpitch.c: (gst_pitch_class_init), (gst_pitch_init),
(gst_pitch_set_property), (gst_pitch_get_property),
(gst_pitch_set_caps), (gst_pitch_start), (gst_pitch_message_new),
(gst_pitch_transform_ip):
* src/gstpitch.h:
* src/tuner.c: (main):
Simplified the code of the element and made it more oriented to
8 khz / mono sampling.
Implemented slidding window of 1 second with a half second
period.
Emmit fundamental frequency message each half second.

git-svn-id: file:///svnroot/tunertool/trunk@11 4bb5ff34-d565-4b58-9699-12000fa1827a
ChangeLog
src/gstpitch.c
src/gstpitch.h
src/tuner.c