You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to read the file info of all aac files in a folder (actually all supported files). This is not a problem with mp3, but with aac phiola reads the whole file in fast forward. It then stops shortly before the end.
Fixed in v2.2-beta3.
Note that some decoding is still required to determine the AAC stream type (HE or LC) but a lot less than previously.
The best way to improve this even further is to parse the stream by my own code, but currently I have not enough knowledge on the subject.
I want to read the file info of all aac files in a folder (actually all supported files). This is not a problem with mp3, but with aac phiola reads the whole file in fast forward. It then stops shortly before the end.
When I read the stream I get one line for every second. This slows down reading immensely.
Actually, I only need the title length.
The text was updated successfully, but these errors were encountered: