In input_mp3.cpp, I believe that the member variables,
m_length and m_frame_offsets, are being initialized to
incorrect values.
The reason for this is that the variables are still
being modified in the while loop (line 73) even when
the stream has reached the end of the file.
I have attached a patch file.
This is for audiere-1.9.4.
Patch File