Re: WINEMP3: increase factor from 4 to 12 in MPEG3_StreamSize

2006-02-14 Thread Eric Pouech
Alex Villací­s Lasso wrote: - Caller (winmm) computes required output buffer for encoded input buffer. This uses acmStreamSize, which in turn invokes MPEG3_StreamSize. - MPEG3_StreamSize return a factor 4X for the size of the output buffer (in my tests, a 2333-byte encoded buffer expands into (a

WINEMP3: increase factor from 4 to 12 in MPEG3_StreamSize

2006-02-13 Thread Alex Villací­s Lasso
This is a summary of what I have been doing with winemp3 over the weekend. First, the idea of a GStreamer wrapper for wine is a no-go because 1) would not solve the jittering problem (more on this later), 2) I have not found yet a streaming source for raw memory buffers (as opposed to file/net