A Python script that adds additional functionality to the Replay Buffer, so that it can be more conveniently used as a replacement for NVIDIA's Instant Replay feature.
New functionality (can be enabled / disabled individually at will):
- Clear buffer after saving
- Play a sound when the buffer is saved
- Play a sound when the buffer is ready
You will need to install the `playsound` library for the script to work: `pip install playsound`.
New functionality (can be enabled / disabled individually at will):
- Clear buffer after saving
- Play a sound when the buffer is saved
- Play a sound when the buffer is ready
You will need to install the `playsound` library for the script to work: `pip install playsound`.