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 found the following problem, can you help me to resolve it?
Input WAV file contains stereo, full amplitude (-1.0 ~ + 1.0), 10KHz, 44.1KHz S16LE sine waves
The amplitude of waveform of target MP3 file cannot be stable. It falls and raises randomly within few milliseconds. This problem doesn't show up if the amplitude don't touch upper and lower bound (ex. -0.8 ~ + 0.8)
The same problem shows up under different frequency (ex. 500Hz).
The text was updated successfully, but these errors were encountered:
vm will be 0.996444(7f8b7793) but not -1.003556 (0xffffffff7f8b7793) because there is no room for signature.
Many other points in the source code can cause the same problem. My dirty and fast solution is to replace all int32_t of fixed point number arithmetic with int64_t. It works fine with 10KHz full-amplitude input but not with 500Hz full-amplitude input. It is necessary to dig deeper.
Hi...
I found the following problem, can you help me to resolve it?
The text was updated successfully, but these errors were encountered: