VOGONS

Common searches


Search results

Display options

Re: AUDIO Patch for FLAC and Ogg Opus support

let me move it to the patches forum. I have to check the changes in more detail when I finally find that dynrec bug that has been haunting me. Qbix, please disregard that first DOSBox patch; it broken BIN-audio playback (not involving audio files). I've attached " dosbox-r4160-audio_updates-rev2. …

Re: AUDIO Patch for FLAC and Ogg Opus support

Windows binaries attached in top-post, including latest version of the audio encoders: - DOSBox r4160 (latest) with ability to play FLAC and Opus audio tracks (in addition to improved Vorbis decoding) from BIN/CUE files. - FLAC 1.3.2 encoder - Opus 1.3-rc and encoding tools 0.1.10-2 - Vorbis 1.3.6 + …

Re: AUDIO Patch for FLAC and Ogg Opus support (SDL2)

If you comment-in the three 'printStatus' calls in the callback, it will show the behavior of the buffer. If the 16KB circular buffer doesn't have enough data to satisfy the callback, it attempts to fill itself using chunked-reads from SDL_Sound. We see four of these reads initially here, followed …

Re: AUDIO Patch for FLAC and Ogg Opus support (SDL2)

Qbix, Here's a non-SDL2, non-SDL_Mixer-X patch that focuses just on the core cdrom_image.cpp changes, so you can test on your side: 16KB circular buffer used to feed the callbacks 4KB chunked reads from SDL_Sound (recommended by the vorbis project) SDL audio locking and unlocking has been eliminated …

Re: AUDIO Patch for FLAC and Ogg Opus support (SDL2)

Qbix wrote: would there be an easy way to remove all formatting changes that you did ? (familiar with git commits/patches) As those don't belong in this patch. I have to test the frame sized decoding, as the current ogg decoding can give a lot of stuttering I noticed.. Yes, I will tidy up the diff …

Re: DOSBox 0.74-2 has been released

Ooooh, a new DOSBox version. Congrats on the release! :) I'm curious though. When are you finally going to migrate from SVN to Git? Being a software developer myself, I cannot imagine any collaborative code base, especially one as complex and popular as DOSBox, not being managed through Git these …

Re: DOS Lemmings with Digital Sound Effects?

in Milliways
You can choose sfx or music on the home screen using a hotkey toggle. A little graphical icon of a music note will switch to say FX. I think the default is music. As a kid, I would play the music for a while until I got sick of it, then switch back to sfx ("oh no!"). Unfortunately I don't recall …

Page 25 of 27