[Xbox 360] EA NHL 09 music extracting SBR / SBS

Codecs, formats, encoding/decoding of game audio, video and music
igoryek
Posts: 9
Joined: Wed Feb 17, 2021 9:05 pm

[Xbox 360] EA NHL 09 music extracting SBR / SBS

Post by igoryek »

Hello.
There are music_samples.sbr and music_samples.sbs files with music https://mega.nz/folder/xZVCTLpD#pSnyv2yaS52KmMOMUG633A
.sbr can be opened in foobar with vgmstream plugin but it contains only track numbers (music_samples#1, music_samples#2, ... , music_samples#166).
music_musicboxdata.xml has info about tracks in those sbr\sbs

Code: Select all

- <MusicBoxSongInfo numSongs="166">
- <Song refID="3" fileName="nhl09source\faceoff\faceoff09_06.aif" repetitionPool="OffPlayTunesPool" repetitionId="7" numAttributes="1">
  <attribute name="VolumeType" value="Faceoff" />
  </Song>
- <Song refID="4" fileName="nhl09source\faceoff\faceoff09_07.aif" repetitionPool="OffPlayTunesPool" repetitionId="7" numAttributes="1">
  <attribute name="VolumeType" value="Faceoff" />
  </Song>
- <Song refID="5" fileName="nhl09source\faceoff\faceoff09_08.aif" repetitionPool="OffPlayTunesPool" repetitionId="7" numAttributes="1">
  <attribute name="VolumeType" value="Faceoff" />
  </Song>
- <Song refID="6" fileName="nhl09source\faceoff\faceoff09_09.aif" repetitionPool="OffPlayTunesPool" repetitionId="7" numAttributes="1">
  <attribute name="VolumeType" value="Faceoff" />
  </Song>


is there any way to juxtapose info from .xml with tracks in sbr\sbs and extract .aif files with filenames?
igoryek
Posts: 9
Joined: Wed Feb 17, 2021 9:05 pm

Re: [Xbox 360] EA NHL 09 music extracting SBR / SBS

Post by igoryek »

good people helped me.
thank you.