reloading DefaultEngine.ini at runtime

I’m working on a project that works with audio, and I want to allow people to change the sample rate and audio buffer size.

i can always do something like read off a save game, write to the file, then restart, but ideally i want to avoid a force restart every time my program updates (which is very common with on the beta branch).

does anyone have any idea what i can do to solve this?