tunertool
14 years agoremoved autogenerated files fremantle/0.1.1
jait [Mon, 7 Sep 2009 19:00:15 +0000 (19:00 +0000)]
removed autogenerated files

git-svn-id: file:///svnroot/tunertool/trunk@27 4bb5ff34-d565-4b58-9699-12000fa1827a

14 years agochanges for fremantle
jait [Mon, 7 Sep 2009 17:47:50 +0000 (17:47 +0000)]
changes for fremantle

git-svn-id: file:///svnroot/tunertool/trunk@26 4bb5ff34-d565-4b58-9699-12000fa1827a

15 years agochangelog updated for 0.1.0 release. 0.1.0 diablo/0.1.0
jait [Mon, 20 Oct 2008 17:49:16 +0000 (17:49 +0000)]
changelog updated for 0.1.0 release.

git-svn-id: file:///svnroot/tunertool/trunk@21 4bb5ff34-d565-4b58-9699-12000fa1827a

15 years agoNew icon also for debian package
jait [Sat, 30 Aug 2008 16:18:04 +0000 (16:18 +0000)]
New icon also for debian package

git-svn-id: file:///svnroot/tunertool/trunk@20 4bb5ff34-d565-4b58-9699-12000fa1827a

15 years agoAdded settings dialog, fixed a simple leak in gst_pitch_setup_algorithm()
jait [Tue, 26 Aug 2008 19:04:13 +0000 (19:04 +0000)]
Added settings dialog, fixed a simple leak in gst_pitch_setup_algorithm()

git-svn-id: file:///svnroot/tunertool/trunk@19 4bb5ff34-d565-4b58-9699-12000fa1827a

15 years agoGConf backend for settings
jait [Sun, 24 Aug 2008 19:05:23 +0000 (19:05 +0000)]
GConf backend for settings

git-svn-id: file:///svnroot/tunertool/trunk@18 4bb5ff34-d565-4b58-9699-12000fa1827a

15 years agoSlightly reworked, transparent icons
jait [Wed, 20 Aug 2008 19:17:26 +0000 (19:17 +0000)]
Slightly reworked, transparent icons

git-svn-id: file:///svnroot/tunertool/trunk@17 4bb5ff34-d565-4b58-9699-12000fa1827a

15 years agoAdded Harmonic Product Spectrum algorithm and "algorithm" property.
jait [Mon, 18 Aug 2008 18:29:58 +0000 (18:29 +0000)]
Added Harmonic Product Spectrum algorithm and "algorithm" property.

git-svn-id: file:///svnroot/tunertool/trunk@16 4bb5ff34-d565-4b58-9699-12000fa1827a

15 years ago* src/tuner.c (display_keepalive): keep display on when app
jait [Fri, 8 Aug 2008 16:31:06 +0000 (16:31 +0000)]
* src/tuner.c (display_keepalive): keep display on when app
window is on foreground

git-svn-id: file:///svnroot/tunertool/trunk@15 4bb5ff34-d565-4b58-9699-12000fa1827a

15 years ago* src/tuner.c (main, stop_pipelines, osso_hw_state_cb,
jait [Fri, 8 Aug 2008 11:34:40 +0000 (11:34 +0000)]
* src/tuner.c (main, stop_pipelines, osso_hw_state_cb,
set_pipeline_states, topmost_notify):
better power management: DSP will now sleep when display dims
or the app has been on background for 30 seconds
* src/tuner.c: introduced AppData struct to bundle all needed
context variables

git-svn-id: file:///svnroot/tunertool/trunk@14 4bb5ff34-d565-4b58-9699-12000fa1827a

15 years ago* src/tuner.c (main, window_is_active_notify):
jait [Wed, 6 Aug 2008 16:13:18 +0000 (16:13 +0000)]
* src/tuner.c (main, window_is_active_notify):
pause pipelines when the application window is inactive,
should reduce energy consumption

git-svn-id: file:///svnroot/tunertool/trunk@13 4bb5ff34-d565-4b58-9699-12000fa1827a

15 years ago* src/tuner.c (key_press_event, key_release_event): renamed to button_*_event
jait [Sun, 3 Aug 2008 19:57:11 +0000 (19:57 +0000)]
* src/tuner.c (key_press_event, key_release_event): renamed to button_*_event
(toggle_fullscreen, key_press_event, main): fullscreen mode,
made leds scalable, centered piano keyboard
(update_frequency): fixed led display
smaller cleanups

git-svn-id: file:///svnroot/tunertool/trunk@12 4bb5ff34-d565-4b58-9699-12000fa1827a

15 years ago* src/gstpitch.c: (gst_pitch_class_init), (gst_pitch_init),
jtorra [Wed, 30 Jul 2008 21:51:22 +0000 (21:51 +0000)]
* 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

15 years agoupdated change logs
jait [Tue, 29 Jul 2008 17:17:31 +0000 (17:17 +0000)]
updated change logs

git-svn-id: file:///svnroot/tunertool/trunk@10 4bb5ff34-d565-4b58-9699-12000fa1827a

15 years agoFixed build-dependencies, made package compile also on x86
jait [Tue, 29 Jul 2008 16:40:44 +0000 (16:40 +0000)]
Fixed build-dependencies, made package compile also on x86

git-svn-id: file:///svnroot/tunertool/trunk@9 4bb5ff34-d565-4b58-9699-12000fa1827a

15 years ago * src/gstpitch.c:
jtorra [Mon, 21 Jul 2008 04:32:59 +0000 (04:32 +0000)]
* src/gstpitch.c:
Fixes a memory leak spoted by Jari Tenhunen.

git-svn-id: file:///svnroot/tunertool/trunk@8 4bb5ff34-d565-4b58-9699-12000fa1827a

15 years agomoap ignore
jtorra [Mon, 21 Jul 2008 04:29:47 +0000 (04:29 +0000)]
moap ignore

git-svn-id: file:///svnroot/tunertool/trunk@7 4bb5ff34-d565-4b58-9699-12000fa1827a

15 years agomoap ignore
jtorra [Wed, 9 Jul 2008 10:19:21 +0000 (10:19 +0000)]
moap ignore

git-svn-id: file:///svnroot/tunertool/trunk@6 4bb5ff34-d565-4b58-9699-12000fa1827a

15 years ago * gst-autogen.sh:
jtorra [Wed, 9 Jul 2008 10:07:21 +0000 (10:07 +0000)]
* gst-autogen.sh:
* gst-autogen.sh (added):
Added missing file in previous commit.

git-svn-id: file:///svnroot/tunertool/trunk@5 4bb5ff34-d565-4b58-9699-12000fa1827a

15 years ago * AUTHORS:
jtorra [Wed, 9 Jul 2008 09:52:20 +0000 (09:52 +0000)]
* AUTHORS:
* COPYING:
* INSTALL:
* Makefile.am:
* NEWS:
* README:
* autogen.sh:
* configure.ac:
* debian/Makefile.am:
* debian/changelog:
* debian/control:
* debian/copyright:
* debian/files:
* debian/postinst:
* debian/rules:
* debian/substvars:
* debian/tuner.links:
* m4/Makefile.am:
* m4/as-compiler-flag.m4:
* m4/as-version.m4:
* src/Makefile.am:
* src/_kiss_fft_guts.h:
* src/demo-audiotest.c:
* src/demo-tuner.c:
* src/gstpitch.c:
* src/gstpitch.h:
* src/gsttonesrc.c:
* src/gsttonesrc.h:
* src/kiss_fft.c:
* src/kiss_fft.h:
* src/tuner.c:
* src/tuner26.png:
* src/tuner40.png:
* src/tuner64.png:
* tuner.desktop:
* debian/rules (svn:executable):
* src/tuner64.png (svn:mime-type):
* src/tuner26.png (svn:mime-type):
* src/tuner40.png (svn:mime-type):
* autogen.sh (svn:executable):
* m4/as-compiler-flag.m4 (added):
* m4/as-version.m4 (added):
* m4/Makefile.am (added):
* debian/control (added):
* debian/files (added):
* debian/postinst (added):
* debian/changelog (added):
* debian/copyright (added):
* debian/Makefile.am (added):
* debian/rules (added):
* debian/tuner.links (added):
* debian/substvars (added):
* configure.ac (added):
* AUTHORS (added):
* tuner.desktop (added):
* INSTALL (added):
* src/_kiss_fft_guts.h (added):
* src/demo-tuner.c (added):
* src/gsttonesrc.h (added):
* src/demo-audiotest.c (added):
* src/tuner40.png (added):
* src/gstpitch.c (added):
* src/tuner26.png (added):
* src/kiss_fft.c (added):
* src/Makefile.am (added):
* src/tuner64.png (added):
* src/gstpitch.h (added):
* src/gsttonesrc.c (added):
* src/kiss_fft.h (added):
* src/tuner.c (added):
* ChangeLog (added):
* COPYING (added):
* Makefile.am (added):
* autogen.sh (added):
* NEWS (added):
* README (added):
Initial import to garage svn.

git-svn-id: file:///svnroot/tunertool/trunk@4 4bb5ff34-d565-4b58-9699-12000fa1827a

15 years agom4 and debian folders created
jtorra [Wed, 9 Jul 2008 08:56:10 +0000 (08:56 +0000)]
m4 and debian folders created

git-svn-id: file:///svnroot/tunertool/trunk@3 4bb5ff34-d565-4b58-9699-12000fa1827a

15 years agosrc folder created
jtorra [Wed, 9 Jul 2008 08:54:02 +0000 (08:54 +0000)]
src folder created

git-svn-id: file:///svnroot/tunertool/trunk@2 4bb5ff34-d565-4b58-9699-12000fa1827a

15 years agotrunk folder added
jtorra [Wed, 9 Jul 2008 08:53:14 +0000 (08:53 +0000)]
trunk folder added

git-svn-id: file:///svnroot/tunertool/trunk@1 4bb5ff34-d565-4b58-9699-12000fa1827a