Fixed length in vorbis decoder. Whoopsie.
parent
f5e73d2e46
commit
c98aa0af87
Plugins/Vorbis
|
@ -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.");
|
||||
|
||||
|
|
Loading…
Reference in New Issue