Fixed length in vorbis decoder. Whoopsie.

CQTexperiment
vspader 2007-03-01 03:02:30 +00:00
parent f5e73d2e46
commit c98aa0af87
1 changed files with 1 additions and 2 deletions
Plugins/Vorbis

View File

@ -30,8 +30,7 @@
frequency = vi->rate;
NSLog(@"INFO: %i", bitsPerSample);
length = 0;
//((double)ov_pcm_total(&vorbisRef, -1) * 1000.0)/frequency;
length = ((double)ov_pcm_total(&vorbisRef, -1) * 1000.0)/frequency;
NSLog(@"Ok to go WITH OGG.");