Ripcord Dev Logo Ripcord Development — Changes To Duke_of_Packington Login or Create Account

Changes to "Duke_of_Packington" between 2020-07-19 23:11:31 and 2020-09-30 20:56:55

     9      9   I'm not going to change Ripcord's UI and make it worse for normal use just so you can get an extremely distorted voice signal and ascend to packing god Valhalla. Therefore, if you want more gain, your task is to figure out a way to mess with Ripcord so that the value in program memory goes beyond what the UI is capable of.
    10     10   
    11     11   You can probably do this by using some simple PC video game cheat tool, like Cheat Engine, to mess with the gain value in memory. You can probably look up a tutorial on YouTube for how to do it with a single-player PC video game. The same principle will apply to messing with the gain value in Ripcord.
    12     12   
    13     13   Who knows -- you might even learn something about computers.
    14     14   
    15     15   Keep in mind that past a certain point, clipping your audio signal more will actually make it start sounding quieter again. At +24db, you might already be beyond that point, and you're already decreasing the perceived loudness of your audio signal.
           16  +
           17  +## That sounds too hard. And I don't care if it might be useless.
           18  +
           19  +Here's an easy way to set the slider above +24db. But you won't be able to change it while Ripcord is running. You need to open your `settings.ini` file in Notepad (or some other text editor) and manually edit the `input_gain` setting.
           20  +
           21  +* To find your `settings.ini` file, open the Preferences window in Ripcord. In the menu, click on `File -> Open Settings & Data Path`.
           22  +* Quit Ripcord.
           23  +* Open `settings.ini` in Notepad (or some other text editor, if you prefer.)
           24  +* Find the line that starts with `input_gain=`...
           25  +* Change it to be like this:
           26  +    * `input_gain=@Variant(\0\0\0\x87\x47}\x95;)`
           27  +* This will set it to +60db. Start Ripcord to use it.
           28  +* If you touch the gain slider, it will reset.
           29  +* If you try to edit those numbers above to some number you came up with in your head, you'll get a nonsense db value when you run Ripcord, because you aren't editing a decimal value.
           30  +* Do not ask cancel or anyone else in the Ripcord instance for help with this. It's a waste of our time. Ask your packer friends instead.