this post was submitted on 04 Oct 2024
58 points (100.0% liked)

games

20976 readers
158 users here now

Tabletop, DnD, board games, and minecraft. Also Animal Crossing.

Rules

founded 5 years ago
MODERATORS
 

Those maximum temps were reached when I just sat in my car with the radio tuned to Self Radio

sicko-wistful Thanks a lot, Rockstar

you are viewing a single comment's thread
view the rest of the comments
[–] citrussy_capybara@hexbear.net 22 points 9 months ago (1 children)

https://www.pcgamingwiki.com/wiki/Grand_Theft_Auto_V#Adding_custom_music

Suggested to use 48 kHz 16-bit signed WAV files (normal format and bitrate of the in-game radio) instead of MP3 files to avoid this issue.

[–] doublepepperoni@hexbear.net 18 points 9 months ago (1 children)

I actually tried to do that, both with this ffmpeg command


for /f "tokens=1 delims=." %a in ('dir /B *.mp3') do ffmpeg -i "%a.mp3" -acodec pcm_s16le -ar 48000  "%a.wav"

and exporting my audio files from audacity with these options

I still got these results

[–] citrussy_capybara@hexbear.net 13 points 9 months ago (1 children)
[–] doublepepperoni@hexbear.net 14 points 9 months ago* (last edited 9 months ago)

I'm just going to assume there could have been a way to do this in a way that doesn't melt your processor but that Rockstar couldn't be bothered to implement it