SPC files

General area for talk about ZSNES. The best place to ask for related questions as well as troubleshooting.

Moderator: ZSNES Mods

Post Reply
Stifu
Regular
Posts: 245
Joined: Fri Dec 10, 2004 10:02 pm

SPC files

Post by Stifu »

I'd like to create SPC files... Is there a "convenient" way to do so ?
Maybe a way to convert other music files to SPC ?

Thanks.
Agozer
16-bit Corpse | Nyoron~
Posts: 3534
Joined: Sun Aug 01, 2004 7:14 pm
Location: Nokia Land

Post by Agozer »

You cannot convert other music files to SPC.

To get SPCs out of your favorite SNES game, load up a game. When you hear a tune you like, press F1 and select the SPC Dump option. Done. Although in some cases this method does not work prefectly, e.g. Star Ocean.
whicker: franpa is grammatically correct, and he still gets ripped on?
sweener2001: Grammatically correct this one time? sure. every other time? no. does that give him a right? not really.
Image
Stifu
Regular
Posts: 245
Joined: Fri Dec 10, 2004 10:02 pm

Post by Stifu »

I didn't make myself clear, I don't want to rip SNES musics, I'd like to create original musics in SPC format...
Seeing your answer, it doesn't sound possible... :?
Neo Demon
New Member
Posts: 4
Joined: Sat Jan 29, 2005 2:59 am
Location: Information Not Provided
Contact:

Post by Neo Demon »

Well, unfortunately I don't think it's possible that you can convert original music's into a SPC format.

~Neo Demon~
[color=yellow]Everything that has a beginning has an end[/color] [i][color=red]-Quote by Oracle from the Matrix-[/color][/i]
grinvader
ZSNES Shake Shake Prinny
Posts: 5632
Joined: Wed Jul 28, 2004 4:15 pm
Location: PAL50, dood !

Post by grinvader »

In all possibilities, if you make a .MOD music file, it *could* be made into an SPC. But I have no idea if such a converter exists.
皆黙って俺について来い!!

Code: Select all

<jmr> bsnes has the most accurate wiki page but it takes forever to load (or something)
Pantheon: Gideon Zhi | CaitSith2 | Nach | kode54
whicker
Trooper
Posts: 479
Joined: Sat Nov 27, 2004 4:33 am

Re: SPC files

Post by whicker »

Stifu wrote:I'd like to create SPC files... Is there a "convenient" way to do so ?
Maybe a way to convert other music files to SPC ?

Thanks.
I'm not sure anybody around here has done much with composing sound programs. I'm positive some googling around will turn up something, but keep in mind that you probably need to know assembly language.

A Midi file to SPC automatic converter seems pretty likely, if anyone has made such a thing available.
Stifu
Regular
Posts: 245
Joined: Fri Dec 10, 2004 10:02 pm

Re: SPC files

Post by Stifu »

whicker wrote:I'm not sure anybody around here has done much with composing sound programs. I'm positive some googling around will turn up something, but keep in mind that you probably need to know assembly language.
I've already looked a bit, and the concerned person (the one making musics for me) looked for info too but couldn't find anything... I'll look again more seriously later.

That person is able to make Midi and MOD files (among others) by the way... So maybe there's hope after all.
Nightcrawler
Romhacking God
Posts: 922
Joined: Wed Jul 28, 2004 11:27 pm
Contact:

Post by Nightcrawler »

You can create an SPC file the same way the original creators did. Learn some SPC700 and 65c816 and write a little sound demo ROM.

Convenient? No.. but it is a way depending on your technical ability.

Or you can hack an existing SPC file. Basically, you're utilizing an already written SPC700 driver. I know people have hacked some Zelda SPC's before and changed the instruments and some of the notes.

That's where I would start. Get some information on the SPC file format and start changing some things and learning how they work. Then you can start possibly editing your own notes into it. If memory serves me correctly, editing the actualy instrument samples is a bit more difficult.
[url=http://transcorp.romhacking.net]TransCorp[/url] - Home of the Dual Orb 2, Cho Mahou Tairyku Wozz, and Emerald Dragon SFC/SNES translations.
[url=http://www.romhacking.net]ROMhacking.net[/url] - The central hub of the ROM hacking community.
grinvader
ZSNES Shake Shake Prinny
Posts: 5632
Joined: Wed Jul 28, 2004 4:15 pm
Location: PAL50, dood !

Post by grinvader »

Nightcrawler wrote:If memory serves me correctly, editing the actualy instrument samples is a bit more difficult.
Yeah, they are BRR-compressed. You'd have to BRR-compress your own samples and replace the originals.
皆黙って俺について来い!!

Code: Select all

<jmr> bsnes has the most accurate wiki page but it takes forever to load (or something)
Pantheon: Gideon Zhi | CaitSith2 | Nach | kode54
Stifu
Regular
Posts: 245
Joined: Fri Dec 10, 2004 10:02 pm

Post by Stifu »

Thanks for the info !
LobStar
Lurker
Posts: 189
Joined: Tue Dec 14, 2004 3:43 pm
Location: Corlo Island
Contact:

Post by LobStar »

grinvader wrote:
Nightcrawler wrote:If memory serves me correctly, editing the actualy instrument samples is a bit more difficult.
Yeah, they are BRR-compressed. You'd have to BRR-compress your own samples and replace the originals.
I have a PCM <-> BRR converter if you need it, its just up to you if you want to track down the pointers to the samples.
Post Reply