From 7cd6f032cc0e10edcd6bebedfd2e0de38ef2d40a Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 24 Apr 2013 16:42:42 +0100 Subject: uuencode functionality in place --- rotord/rotor.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'rotord/rotor.h') diff --git a/rotord/rotor.h b/rotord/rotor.h index 997cd30..6ade885 100755 --- a/rotord/rotor.h +++ b/rotord/rotor.h @@ -65,6 +65,7 @@ main definitions of libavcodec.h are in utils.c #include "Poco/Random.h" #include "Poco/AutoPtr.h" #include "Poco/File.h" +#include "Poco/Base64Encoder.h" #include using Poco::UUID; @@ -483,8 +484,8 @@ namespace Rotor { class Audio_thumbnailer: public Base_audio_processor { public: Audio_thumbnailer(){ - height=32; - width=64; //fit + height=128; + width=512; //fit data=new uint8_t[height*width]; memset(data,0,height*width); }; @@ -530,6 +531,7 @@ namespace Rotor { Poco::Mutex mutex; //lock for access from parent thread std::string audio_filename; std::string output_filename; + Audio_thumbnailer *audio_thumb; vampHost::QMAnalyser audio_analyser; Graph graph; -- cgit v1.2.3