Sonic Frontiers

Sonic Frontiers

View Stats:
Where do you access the digital art-book and soundtrack
I can't seem to find the digital art-book and soundtrack. Does anyone know where to find them?
< >
Showing 1-12 of 12 comments
Chizu Nov 8, 2022 @ 6:40pm 
When you launch the game there will be an option to launch the game or a second to open the soundtrack/artbook thing... sadly the soundtrack is locked into this stupid exe and thats the only way to listen to it. No actual normal audio files you can play in your audio player of choice.
Keaton Fox Nov 8, 2022 @ 6:50pm 
There's an .exe file in the SonicFrontiers Steam folder called 'SonicFrontiersArtAndMusic where you can view and listen to the artbook and mini-soundtrack. It looks like it'll launch the game as it's a part of the game itself.
daddytweak101 Nov 8, 2022 @ 7:01pm 
It is not working for me. I didn't get an option to open up one or the other. I found the .exe file for the soundtrack and art-book, but when I open it it just launches the game.
Ericrod Nov 8, 2022 @ 7:25pm 
That happens to me as well.
Duckilous Nov 9, 2022 @ 1:35am 
Originally posted by Chizu:
When you launch the game there will be an option to launch the game or a second to open the soundtrack/artbook thing... sadly the soundtrack is locked into this stupid exe and thats the only way to listen to it. No actual normal audio files you can play in your audio player of choice.
No, there's a folder inside the game's files full of raw audio files that the Digital Deluxe application used. They're located in:
SonicFrontiers\image\x64\raw\dlc\soundtrack\sound\bgm_dlcddx_ost
You have to extract and convert the songs from the "bgm_dlcddx_ost.awb" file though.

If you have foobar2000 with the vgmstream plugin installed, it can actually be a simple process as you drag the file to the program and you can just play the individual tracks immediately without having to convert them. If you want the songs as standard .mp3 files though, foobar2000 provides an option to convert them as well.
Last edited by Duckilous; Nov 9, 2022 @ 1:36am
TeriosKrim Nov 12, 2022 @ 11:37am 
Originally posted by Duckilous:
Originally posted by Chizu:
When you launch the game there will be an option to launch the game or a second to open the soundtrack/artbook thing... sadly the soundtrack is locked into this stupid exe and thats the only way to listen to it. No actual normal audio files you can play in your audio player of choice.
No, there's a folder inside the game's files full of raw audio files that the Digital Deluxe application used. They're located in:
SonicFrontiers\image\x64\raw\dlc\soundtrack\sound\bgm_dlcddx_ost
You have to extract and convert the songs from the "bgm_dlcddx_ost.awb" file though.

If you have foobar2000 with the vgmstream plugin installed, it can actually be a simple process as you drag the file to the program and you can just play the individual tracks immediately without having to convert them. If you want the songs as standard .mp3 files though, foobar2000 provides an option to convert them as well.


Is there any way of accessing the artbook as well?


EDITED: I actually found the artbook under

Steam\steamapps\common\SonicFrontiers\image\x64\raw\dlc\artbook\ui\rpl_texture_art\artbook_img

the arts are under the file named uiRANGE_img_art_??

the ?? are numbers ex. 01,02,etc

I used visual studio 2022 to open a file and from there i can look at the art
Last edited by TeriosKrim; Nov 12, 2022 @ 12:10pm
Lily ❤ Nov 13, 2022 @ 10:05pm 
I do get the option to open the Digital Art Book when launching through Steam, but it does nothing. The executable does nothing too. Of course, I can access the files directly using the information in this thread, but it is frustrating that I have to do so. Thanks for the information though, at least I can access the content at all, I see barely anyone else having this issue.

---

EDIT: I read in another thread that having mods can cause the Digital Art Book not to launch. I have already extracted the files so I will not test this.

---

For others wanting to extract the files here is how I done it.

Download and extract the Command-line tools for vgmstream[dl.vgmstream.org].

In a terminal run `vgmstream/test bgm_dlcddx_ost.awb -S 0 -o ?n.wav`, adjust the paths to the appropriate locations. This command will extract each subsong in the awb file into seperate files.

After this the files have been successfully extracted.

I further converted the files to MP3 and added Metadata through FFmpeg[ffmpeg.org].

Once again, download and extract the Executable files.
Then in the terminal run:

ffmpeg -i Track01.wav -b:a 320k -ar 44100 -metadata track=01 -metadata title="I'm Here (feat. Merry Kirk-Holmes)" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "01 - I'm Here (feat. Merry Kirk-Holmes).mp3" ffmpeg -i Track02.wav -b:a 320k -ar 44100 -metadata track=02 -metadata title="Kronos Island: 1st Mvt." -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "02 - Kronos Island꞉ 1st Mvt..mp3" ffmpeg -i Track03.wav -b:a 320k -ar 44100 -metadata track=03 -metadata title="Kronos Island: 2nd Mvt." -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "03 - Kronos Island꞉ 2nd Mvt..mp3" ffmpeg -i Track04.wav -b:a 320k -ar 44100 -metadata track=04 -metadata title="Kronos Island: 3rd Mvt." -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "04 - Kronos Island꞉ 3rd Mvt..mp3" ffmpeg -i Track05.wav -b:a 320k -ar 44100 -metadata track=05 -metadata title="Kronos Island: 4th Mvt." -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "05 - Kronos Island꞉ 4th Mvt..mp3" ffmpeg -i Track06.wav -b:a 320k -ar 44100 -metadata track=06 -metadata title="Kronos Island: 5th Mvt." -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "06 - Kronos Island꞉ 5th Mvt..mp3" ffmpeg -i Track07.wav -b:a 320k -ar 44100 -metadata track=07 -metadata title="Kronos Island: 6th Mvt." -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "07 - Kronos Island꞉ 6th Mvt..mp3" ffmpeg -i Track08.wav -b:a 320k -ar 44100 -metadata track=08 -metadata title="Kronos Island: 7th Mvt." -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "08 - Kronos Island꞉ 7th Mvt..mp3" ffmpeg -i Track09.wav -b:a 320k -ar 44100 -metadata track=09 -metadata title="Theme of Koco" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "09 - Theme of Koco.mp3" ffmpeg -i Track10.wav -b:a 320k -ar 44100 -metadata track=10 -metadata title="Cyber Space 1-1: Database" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "10 - Cyber Space 1-1꞉ Database.mp3" ffmpeg -i Track11.wav -b:a 320k -ar 44100 -metadata track=11 -metadata title="Cyber Space 1-2: Flowing" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "11 - Cyber Space 1-2꞉ Flowing.mp3" ffmpeg -i Track12.wav -b:a 320k -ar 44100 -metadata track=12 -metadata title="Cyber Space 1-3: Digital Cave" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "12 - Cyber Space 1-3꞉ Digital Cave.mp3" ffmpeg -i Track13.wav -b:a 320k -ar 44100 -metadata track=13 -metadata title="Cyber Space 1-4: Genshi" -metadata artist="Rintaro Soma" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "13 - Cyber Space 1-4꞉ Genshi.mp3" ffmpeg -i Track14.wav -b:a 320k -ar 44100 -metadata track=14 -metadata title="Cyber Space 1-5: Dropaholic" -metadata artist="Kanon Oguni" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "14 - Cyber Space 1-5꞉ Dropaholic.mp3" ffmpeg -i Track15.wav -b:a 320k -ar 44100 -metadata track=15 -metadata title="Cyber Space 1-6: Go Back 2 Your Roots" -metadata artist="Kenji Mizuno" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "15 - Cyber Space 1-6꞉ Go Back 2 Your Roots.mp3" ffmpeg -i Track16.wav -b:a 320k -ar 44100 -metadata track=16 -metadata title="Cyber Space 1-7: Time Flyer" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "16 - Cyber Space 1-7꞉ Time Flyer.mp3" ffmpeg -i Track17.wav -b:a 320k -ar 44100 -metadata track=17 -metadata title="Quest: SOS Backup" -metadata artist="Kenichi Tokoi" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "17 - Quest꞉ SOS Backup.mp3" ffmpeg -i Track18.wav -b:a 320k -ar 44100 -metadata track=18 -metadata title="Guardians: First Encounters" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "18 - Guardians꞉ First Encounters.mp3" ffmpeg -i Track19.wav -b:a 320k -ar 44100 -metadata track=19 -metadata title="Guardian: ASURA" -metadata artist="Kenichi Tokoi" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "19 - Guardian꞉ ASURA.mp3" ffmpeg -i Track20.wav -b:a 320k -ar 44100 -metadata track=20 -metadata title="Guardian: NINJA" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "20 - Guardian꞉ NINJA.mp3" ffmpeg -i Track21.wav -b:a 320k -ar 44100 -metadata track=21 -metadata title="Guardian: TOWER" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "21 - Guardian꞉ TOWER.mp3" ffmpeg -i Track22.wav -b:a 320k -ar 44100 -metadata track=22 -metadata title="Guardian: SQUID" -metadata artist="Kenichi Tokoi" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "22 - Guardian꞉ SQUID.mp3" ffmpeg -i Track23.wav -b:a 320k -ar 44100 -metadata track=23 -metadata title="Titan: GIGANTO" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "23 - Titan꞉ GIGANTO.mp3" ffmpeg -i Track24.wav -b:a 320k -ar 44100 -metadata track=24 -metadata title="Undefeatable (feat. Kellin Quinn)" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "24 - Undefeatable (feat. Kellin Quinn).mp3" ffmpeg -i Track25.wav -b:a 320k -ar 44100 -metadata track=25 -metadata title="Fishing Vibes" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "25 - Fishing Vibes.mp3"

Make the path relevenat to you, add further arguments as wanted, etc.

I used a replacement character for colons in the filename. That and/or the extra periods might cause problems in some music players, so replace them if problems occur.

I might have made a mistake with some of the metadata in the commands.

---

The Mini Digital Soundtrack is... mini. It is a real shame as I would love to have more of the soundtrack, hopefully an official way to listen to the entire soundtrack will come out soon.
Specifically I want to listen to the second Island's music, to me I heard a lot of Sonic 06 inspiration, and I love Sonic 06's soundtrack.

As for the Artbook, I like the concept art a lot. Levels look more dense with natural features, and less grind rails everywhere (except lava mountain). I wish the game looked as good as the concept art, but the game in its current state looks fine, except it is less lush and has intrusive blocks and dash panels everywhere :P
Last edited by Lily ❤; Nov 14, 2022 @ 8:47pm
doctor sex Apr 10, 2023 @ 7:17am 
Originally posted by Jordan:
I do get the option to open the Digital Art Book when launching through Steam, but it does nothing. The executable does nothing too. Of course, I can access the files directly using the information in this thread, but it is frustrating that I have to do so. Thanks for the information though, at least I can access the content at all, I see barely anyone else having this issue.

---

EDIT: I read in another thread that having mods can cause the Digital Art Book not to launch. I have already extracted the files so I will not test this.

---

For others wanting to extract the files here is how I done it.

Download and extract the Command-line tools for vgmstream[dl.vgmstream.org].

In a terminal run `vgmstream/test bgm_dlcddx_ost.awb -S 0 -o ?n.wav`, adjust the paths to the appropriate locations. This command will extract each subsong in the awb file into seperate files.

After this the files have been successfully extracted.

I further converted the files to MP3 and added Metadata through FFmpeg[ffmpeg.org].

Once again, download and extract the Executable files.
Then in the terminal run:

ffmpeg -i Track01.wav -b:a 320k -ar 44100 -metadata track=01 -metadata title="I'm Here (feat. Merry Kirk-Holmes)" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "01 - I'm Here (feat. Merry Kirk-Holmes).mp3" ffmpeg -i Track02.wav -b:a 320k -ar 44100 -metadata track=02 -metadata title="Kronos Island: 1st Mvt." -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "02 - Kronos Island꞉ 1st Mvt..mp3" ffmpeg -i Track03.wav -b:a 320k -ar 44100 -metadata track=03 -metadata title="Kronos Island: 2nd Mvt." -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "03 - Kronos Island꞉ 2nd Mvt..mp3" ffmpeg -i Track04.wav -b:a 320k -ar 44100 -metadata track=04 -metadata title="Kronos Island: 3rd Mvt." -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "04 - Kronos Island꞉ 3rd Mvt..mp3" ffmpeg -i Track05.wav -b:a 320k -ar 44100 -metadata track=05 -metadata title="Kronos Island: 4th Mvt." -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "05 - Kronos Island꞉ 4th Mvt..mp3" ffmpeg -i Track06.wav -b:a 320k -ar 44100 -metadata track=06 -metadata title="Kronos Island: 5th Mvt." -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "06 - Kronos Island꞉ 5th Mvt..mp3" ffmpeg -i Track07.wav -b:a 320k -ar 44100 -metadata track=07 -metadata title="Kronos Island: 6th Mvt." -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "07 - Kronos Island꞉ 6th Mvt..mp3" ffmpeg -i Track08.wav -b:a 320k -ar 44100 -metadata track=08 -metadata title="Kronos Island: 7th Mvt." -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "08 - Kronos Island꞉ 7th Mvt..mp3" ffmpeg -i Track09.wav -b:a 320k -ar 44100 -metadata track=09 -metadata title="Theme of Koco" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "09 - Theme of Koco.mp3" ffmpeg -i Track10.wav -b:a 320k -ar 44100 -metadata track=10 -metadata title="Cyber Space 1-1: Database" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "10 - Cyber Space 1-1꞉ Database.mp3" ffmpeg -i Track11.wav -b:a 320k -ar 44100 -metadata track=11 -metadata title="Cyber Space 1-2: Flowing" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "11 - Cyber Space 1-2꞉ Flowing.mp3" ffmpeg -i Track12.wav -b:a 320k -ar 44100 -metadata track=12 -metadata title="Cyber Space 1-3: Digital Cave" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "12 - Cyber Space 1-3꞉ Digital Cave.mp3" ffmpeg -i Track13.wav -b:a 320k -ar 44100 -metadata track=13 -metadata title="Cyber Space 1-4: Genshi" -metadata artist="Rintaro Soma" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "13 - Cyber Space 1-4꞉ Genshi.mp3" ffmpeg -i Track14.wav -b:a 320k -ar 44100 -metadata track=14 -metadata title="Cyber Space 1-5: Dropaholic" -metadata artist="Kanon Oguni" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "14 - Cyber Space 1-5꞉ Dropaholic.mp3" ffmpeg -i Track15.wav -b:a 320k -ar 44100 -metadata track=15 -metadata title="Cyber Space 1-6: Go Back 2 Your Roots" -metadata artist="Kenji Mizuno" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "15 - Cyber Space 1-6꞉ Go Back 2 Your Roots.mp3" ffmpeg -i Track16.wav -b:a 320k -ar 44100 -metadata track=16 -metadata title="Cyber Space 1-7: Time Flyer" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "16 - Cyber Space 1-7꞉ Time Flyer.mp3" ffmpeg -i Track17.wav -b:a 320k -ar 44100 -metadata track=17 -metadata title="Quest: SOS Backup" -metadata artist="Kenichi Tokoi" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "17 - Quest꞉ SOS Backup.mp3" ffmpeg -i Track18.wav -b:a 320k -ar 44100 -metadata track=18 -metadata title="Guardians: First Encounters" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "18 - Guardians꞉ First Encounters.mp3" ffmpeg -i Track19.wav -b:a 320k -ar 44100 -metadata track=19 -metadata title="Guardian: ASURA" -metadata artist="Kenichi Tokoi" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "19 - Guardian꞉ ASURA.mp3" ffmpeg -i Track20.wav -b:a 320k -ar 44100 -metadata track=20 -metadata title="Guardian: NINJA" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "20 - Guardian꞉ NINJA.mp3" ffmpeg -i Track21.wav -b:a 320k -ar 44100 -metadata track=21 -metadata title="Guardian: TOWER" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "21 - Guardian꞉ TOWER.mp3" ffmpeg -i Track22.wav -b:a 320k -ar 44100 -metadata track=22 -metadata title="Guardian: SQUID" -metadata artist="Kenichi Tokoi" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "22 - Guardian꞉ SQUID.mp3" ffmpeg -i Track23.wav -b:a 320k -ar 44100 -metadata track=23 -metadata title="Titan: GIGANTO" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "23 - Titan꞉ GIGANTO.mp3" ffmpeg -i Track24.wav -b:a 320k -ar 44100 -metadata track=24 -metadata title="Undefeatable (feat. Kellin Quinn)" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "24 - Undefeatable (feat. Kellin Quinn).mp3" ffmpeg -i Track25.wav -b:a 320k -ar 44100 -metadata track=25 -metadata title="Fishing Vibes" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "25 - Fishing Vibes.mp3"

Make the path relevenat to you, add further arguments as wanted, etc.

I used a replacement character for colons in the filename. That and/or the extra periods might cause problems in some music players, so replace them if problems occur.

I might have made a mistake with some of the metadata in the commands.

---

The Mini Digital Soundtrack is... mini. It is a real shame as I would love to have more of the soundtrack, hopefully an official way to listen to the entire soundtrack will come out soon.
Specifically I want to listen to the second Island's music, to me I heard a lot of Sonic 06 inspiration, and I love Sonic 06's soundtrack.

As for the Artbook, I like the concept art a lot. Levels look more dense with natural features, and less grind rails everywhere (except lava mountain). I wish the game looked as good as the concept art, but the game in its current state looks fine, except it is less lush and has intrusive blocks and dash panels everywhere :P
thanks now im able to access it because i had mods, so i uninstalled the mod loader
colonel Joel Dec 27, 2023 @ 5:35pm 
Originally posted by Duckilous:
Originally posted by Chizu:
When you launch the game there will be an option to launch the game or a second to open the soundtrack/artbook thing... sadly the soundtrack is locked into this stupid exe and thats the only way to listen to it. No actual normal audio files you can play in your audio player of choice.
No, there's a folder inside the game's files full of raw audio files that the Digital Deluxe application used. They're located in:
SonicFrontiers\image\x64\raw\dlc\soundtrack\sound\bgm_dlcddx_ost
You have to extract and convert the songs from the "bgm_dlcddx_ost.awb" file though.

If you have foobar2000 with the vgmstream plugin installed, it can actually be a simple process as you drag the file to the program and you can just play the individual tracks immediately without having to convert them. If you want the songs as standard .mp3 files though, foobar2000 provides an option to convert them as well.

thanks mate foobar2000 did the trick
Guckyche Lorraine Oct 31, 2024 @ 9:35am 
Originally posted by Duckilous:
Originally posted by Chizu:
When you launch the game there will be an option to launch the game or a second to open the soundtrack/artbook thing... sadly the soundtrack is locked into this stupid exe and thats the only way to listen to it. No actual normal audio files you can play in your audio player of choice.
No, there's a folder inside the game's files full of raw audio files that the Digital Deluxe application used. They're located in:
SonicFrontiers\image\x64\raw\dlc\soundtrack\sound\bgm_dlcddx_ost
You have to extract and convert the songs from the "bgm_dlcddx_ost.awb" file though.

If you have foobar2000 with the vgmstream plugin installed, it can actually be a simple process as you drag the file to the program and you can just play the individual tracks immediately without having to convert them. If you want the songs as standard .mp3 files though, foobar2000 provides an option to convert them as well.

Where am I supposed to put the foo_input_vgmstream.fb2k-component file in foobar folder ? Because the program can't still open awb files even with the component copied in program's root, or in components folder or in runtime folder.
Guckyche Lorraine Oct 31, 2024 @ 9:42am 
Originally posted by The Ink Demon 🍉🍁:
Originally posted by Jordan:
I do get the option to open the Digital Art Book when launching through Steam, but it does nothing. The executable does nothing too. Of course, I can access the files directly using the information in this thread, but it is frustrating that I have to do so. Thanks for the information though, at least I can access the content at all, I see barely anyone else having this issue.

---

EDIT: I read in another thread that having mods can cause the Digital Art Book not to launch. I have already extracted the files so I will not test this.

---

For others wanting to extract the files here is how I done it.

Download and extract the Command-line tools for vgmstream[dl.vgmstream.org].

In a terminal run `vgmstream/test bgm_dlcddx_ost.awb -S 0 -o ?n.wav`, adjust the paths to the appropriate locations. This command will extract each subsong in the awb file into seperate files.

After this the files have been successfully extracted.

I further converted the files to MP3 and added Metadata through FFmpeg[ffmpeg.org].

Once again, download and extract the Executable files.
Then in the terminal run:

ffmpeg -i Track01.wav -b:a 320k -ar 44100 -metadata track=01 -metadata title="I'm Here (feat. Merry Kirk-Holmes)" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "01 - I'm Here (feat. Merry Kirk-Holmes).mp3" ffmpeg -i Track02.wav -b:a 320k -ar 44100 -metadata track=02 -metadata title="Kronos Island: 1st Mvt." -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "02 - Kronos Island꞉ 1st Mvt..mp3" ffmpeg -i Track03.wav -b:a 320k -ar 44100 -metadata track=03 -metadata title="Kronos Island: 2nd Mvt." -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "03 - Kronos Island꞉ 2nd Mvt..mp3" ffmpeg -i Track04.wav -b:a 320k -ar 44100 -metadata track=04 -metadata title="Kronos Island: 3rd Mvt." -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "04 - Kronos Island꞉ 3rd Mvt..mp3" ffmpeg -i Track05.wav -b:a 320k -ar 44100 -metadata track=05 -metadata title="Kronos Island: 4th Mvt." -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "05 - Kronos Island꞉ 4th Mvt..mp3" ffmpeg -i Track06.wav -b:a 320k -ar 44100 -metadata track=06 -metadata title="Kronos Island: 5th Mvt." -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "06 - Kronos Island꞉ 5th Mvt..mp3" ffmpeg -i Track07.wav -b:a 320k -ar 44100 -metadata track=07 -metadata title="Kronos Island: 6th Mvt." -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "07 - Kronos Island꞉ 6th Mvt..mp3" ffmpeg -i Track08.wav -b:a 320k -ar 44100 -metadata track=08 -metadata title="Kronos Island: 7th Mvt." -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "08 - Kronos Island꞉ 7th Mvt..mp3" ffmpeg -i Track09.wav -b:a 320k -ar 44100 -metadata track=09 -metadata title="Theme of Koco" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "09 - Theme of Koco.mp3" ffmpeg -i Track10.wav -b:a 320k -ar 44100 -metadata track=10 -metadata title="Cyber Space 1-1: Database" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "10 - Cyber Space 1-1꞉ Database.mp3" ffmpeg -i Track11.wav -b:a 320k -ar 44100 -metadata track=11 -metadata title="Cyber Space 1-2: Flowing" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "11 - Cyber Space 1-2꞉ Flowing.mp3" ffmpeg -i Track12.wav -b:a 320k -ar 44100 -metadata track=12 -metadata title="Cyber Space 1-3: Digital Cave" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "12 - Cyber Space 1-3꞉ Digital Cave.mp3" ffmpeg -i Track13.wav -b:a 320k -ar 44100 -metadata track=13 -metadata title="Cyber Space 1-4: Genshi" -metadata artist="Rintaro Soma" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "13 - Cyber Space 1-4꞉ Genshi.mp3" ffmpeg -i Track14.wav -b:a 320k -ar 44100 -metadata track=14 -metadata title="Cyber Space 1-5: Dropaholic" -metadata artist="Kanon Oguni" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "14 - Cyber Space 1-5꞉ Dropaholic.mp3" ffmpeg -i Track15.wav -b:a 320k -ar 44100 -metadata track=15 -metadata title="Cyber Space 1-6: Go Back 2 Your Roots" -metadata artist="Kenji Mizuno" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "15 - Cyber Space 1-6꞉ Go Back 2 Your Roots.mp3" ffmpeg -i Track16.wav -b:a 320k -ar 44100 -metadata track=16 -metadata title="Cyber Space 1-7: Time Flyer" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "16 - Cyber Space 1-7꞉ Time Flyer.mp3" ffmpeg -i Track17.wav -b:a 320k -ar 44100 -metadata track=17 -metadata title="Quest: SOS Backup" -metadata artist="Kenichi Tokoi" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "17 - Quest꞉ SOS Backup.mp3" ffmpeg -i Track18.wav -b:a 320k -ar 44100 -metadata track=18 -metadata title="Guardians: First Encounters" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "18 - Guardians꞉ First Encounters.mp3" ffmpeg -i Track19.wav -b:a 320k -ar 44100 -metadata track=19 -metadata title="Guardian: ASURA" -metadata artist="Kenichi Tokoi" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "19 - Guardian꞉ ASURA.mp3" ffmpeg -i Track20.wav -b:a 320k -ar 44100 -metadata track=20 -metadata title="Guardian: NINJA" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "20 - Guardian꞉ NINJA.mp3" ffmpeg -i Track21.wav -b:a 320k -ar 44100 -metadata track=21 -metadata title="Guardian: TOWER" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "21 - Guardian꞉ TOWER.mp3" ffmpeg -i Track22.wav -b:a 320k -ar 44100 -metadata track=22 -metadata title="Guardian: SQUID" -metadata artist="Kenichi Tokoi" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "22 - Guardian꞉ SQUID.mp3" ffmpeg -i Track23.wav -b:a 320k -ar 44100 -metadata track=23 -metadata title="Titan: GIGANTO" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "23 - Titan꞉ GIGANTO.mp3" ffmpeg -i Track24.wav -b:a 320k -ar 44100 -metadata track=24 -metadata title="Undefeatable (feat. Kellin Quinn)" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "24 - Undefeatable (feat. Kellin Quinn).mp3" ffmpeg -i Track25.wav -b:a 320k -ar 44100 -metadata track=25 -metadata title="Fishing Vibes" -metadata artist="Tomoya Ohtani" -metadata album="Sonic Frontiers - Mini Digital Soundtrack" "25 - Fishing Vibes.mp3"

Make the path relevenat to you, add further arguments as wanted, etc.

I used a replacement character for colons in the filename. That and/or the extra periods might cause problems in some music players, so replace them if problems occur.

I might have made a mistake with some of the metadata in the commands.

---

The Mini Digital Soundtrack is... mini. It is a real shame as I would love to have more of the soundtrack, hopefully an official way to listen to the entire soundtrack will come out soon.
Specifically I want to listen to the second Island's music, to me I heard a lot of Sonic 06 inspiration, and I love Sonic 06's soundtrack.

As for the Artbook, I like the concept art a lot. Levels look more dense with natural features, and less grind rails everywhere (except lava mountain). I wish the game looked as good as the concept art, but the game in its current state looks fine, except it is less lush and has intrusive blocks and dash panels everywhere :P
thanks now im able to access it because i had mods, so i uninstalled the mod loader


I only got one wav file out of this with only one song playable, even tho the program seems to be able to see that there is multiple songs.
Guckyche Lorraine Oct 31, 2024 @ 9:57am 
Originally posted by Guckyche Lorraine:
Originally posted by The Ink Demon 🍉🍁:
thanks now im able to access it because i had mods, so i uninstalled the mod loader


I only got one wav file out of this with only one song playable, even tho the program seems to be able to see that there is multiple songs.

EDIT : After searching a bit on vgmstream guide, the following line worked for me : vgmstream-cli bgm_dlcddx_ost.awb -S 0 -o sonic_frontiers_bgm_?02s.wav
< >
Showing 1-12 of 12 comments
Per page: 1530 50