GithubHelp home page GithubHelp logo

PSX-style reverb about doomretro HOT 10 CLOSED

bradharding avatar bradharding commented on May 18, 2024
PSX-style reverb

from doomretro.

Comments (10)

MrSapps avatar MrSapps commented on May 18, 2024 1

That comment has been there for years :( Also I don't think that reverb will be on par with the one that the PSX SPU generates. Turns out there are not many decent free reverb algorithms - but the foobar plugin that emulates the PSX SPU should probably have the "best" sounding reverb.

For something I'm working on I'll be trying to get the foobar one integrated in to SDL so I'll ping back if you wanna try that when its working (?).

from doomretro.

bradharding avatar bradharding commented on May 18, 2024

This is an interesting idea. Never having played PS1 DOOM, I'll have to check out some YouTube vids to see how it sounds.

from doomretro.

L3gend avatar L3gend commented on May 18, 2024

This would definitely be a nice little extra.

from doomretro.

MrSapps avatar MrSapps commented on May 18, 2024

Did anyone ever figure this out?

from doomretro.

sneakernets avatar sneakernets commented on May 18, 2024

Eternity Engine has some PSX reverb routines, perhaps those would be ideal to take a gander at.

from doomretro.

bradharding avatar bradharding commented on May 18, 2024

Eternity Engine has some PSX reverb routines, perhaps those would be ideal to take a gander at.

It looks like it will require quite a bit to get such a feature working on SDL_mixer. I'll check out how the feature actually sounds in Eternity, but this is not a priority at the moment.

from doomretro.

MrSapps avatar MrSapps commented on May 18, 2024

https://github.com/kode54/foo_dsp_prvb not sure if this is any use/better?

from doomretro.

bradharding avatar bradharding commented on May 18, 2024

https://github.com/kode54/foo_dsp_prvb not sure if this is any use/better?

No, not really. But thanks. If there's an implementation in SDL_mixer floating around, I'll give it a go, but I haven't found one. What I'm waiting on is SDL_mixer's implementation of Mix_SetReverb(). At the moment it's commented out in SDL_mixer.h because:

/*
* !!! FIXME : Haven't implemented, since the effect goes past the
*              end of the sound buffer. Will have to think about this.
*               --ryan.
*/

Once this is in, it should be pretty straightforward. But don't hold your breath, as SDL releases (and especially SDL_mixer releases) are few and far between.

from doomretro.

bradharding avatar bradharding commented on May 18, 2024

Yes please, that would be great.

from doomretro.

dftf-stu avatar dftf-stu commented on May 18, 2024

I'm not sure the reverb would be easy to add, as in the PSX version the WADs will surely contain extra tags in areas to define what reverb for the sound-chip to apply? As PC WADs will never be built with such tags, as it's never been a thing in ports outside of the PSX, Saturn (I think?) and N64, all you could do is make guesses based on whether the player was indoors, and if so how big the room was.

Other PSX effects, such as lighting in a room, or making the entire facia of one of the coloured key doors match the colour of the key needed to open it, would likely be possible though, as then you could simply say "if a room mostly contains a nukage pool, apply a green tint", "if it's a small room with a Supercharge, apply a blue tint", "for this red-key door, tint the entire door texture red"

from doomretro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.