diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-11-14 12:00:24 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-11-14 12:00:24 +0000 |
| commit | ac18876e19d923a52d1c738fc2f14dda20433832 (patch) | |
| tree | 69b5fee4e7a2f0555d4240c95544da43e2007a31 /rotord/src/graph.h | |
| parent | 17993784daaa38098b9430824333a2ff72757930 (diff) | |
lower default data rate
Diffstat (limited to 'rotord/src/graph.h')
| -rw-r--r-- | rotord/src/graph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/graph.h b/rotord/src/graph.h index 129d754..93cff05 100644 --- a/rotord/src/graph.h +++ b/rotord/src/graph.h @@ -25,7 +25,7 @@ copy nodes ` namespace Rotor { class Graph{ public: - Graph(){duration=20.0f;loaded = false;audio_loaded=false;bitRate=28000;outW=640;outH=360;audio_thumb=new Audio_thumbnailer();use_fragmentation=false;analysis_seed=0;}; + Graph(){duration=20.0f;loaded = false;audio_loaded=false;bitRate=25000;outW=640;outH=360;audio_thumb=new Audio_thumbnailer();use_fragmentation=false;analysis_seed=0;}; Graph(const string& _uid,const string& _desc){ Graph(); init(_uid,_desc); |
