doublepepperoni [none/use name]@hexbear.net to games@hexbear.netEnglish · 1 month agoAll these years playing GTAV and I only now learn that using the custom radio station cooks your CPUhexbear.netimagemessage-square15fedilinkarrow-up158arrow-down10file-text
arrow-up158arrow-down1imageAll these years playing GTAV and I only now learn that using the custom radio station cooks your CPUhexbear.netdoublepepperoni [none/use name]@hexbear.net to games@hexbear.netEnglish · 1 month agomessage-square15fedilinkfile-text
Those maximum temps were reached when I just sat in my car with the radio tuned to Self Radio Thanks a lot, Rockstar
minus-squarecitrussy_capybara [ze/hir]@hexbear.netlinkfedilinkEnglisharrow-up22·1 month agohttps://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.
minus-squaredoublepepperoni [none/use name]@hexbear.netOPlinkfedilinkEnglisharrow-up18·1 month agoI 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
minus-squarecitrussy_capybara [ze/hir]@hexbear.netlinkfedilinkEnglisharrow-up13·1 month ago shit’s fucked
minus-squaredoublepepperoni [none/use name]@hexbear.netOPlinkfedilinkEnglisharrow-up14·edit-21 month agoI’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
https://www.pcgamingwiki.com/wiki/Grand_Theft_Auto_V#Adding_custom_music
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
shit’s fucked
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