New upload form

This commit is contained in:
Fergal Moran
2013-08-19 20:39:02 +01:00
parent dfee17045d
commit 33d1aab99a
10 changed files with 307 additions and 298 deletions

View File

@@ -5,7 +5,7 @@ import timeside
class Command(NoArgsCommand):
def handle_noargs(self, **options):
try:
audio_file = 'spring.mp3'
audio_file = '/home/fergalm/Dropbox/Private/deepsouthsounds.com/working/sample.mp3'
decoder = timeside.decoder.FileDecoder(audio_file)
grapher = timeside.grapher.Spectrogram(width=1920, height=1080)
(decoder | grapher).run()