> hai there, does anyone know what is the time complexity of MP3 encoder
> algorithm such as Lame or the Fhg? i mean what is the big O number? is it
> O(n), O(n2) or else? could someone tell me how to measure this up? thanx
> alot

Encoder complexity is roughly linear related to the number of input samples.
Some parts of your track might require more time than others to encode, but
it will decrease after.

_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to