DanielSant0s / Enceladus

A complete Lua environment for creating homebrew applications and games on PlayStation 2.
GNU General Public License v3.0
87 stars 9 forks source link

How do you onvert to ADPCM? #21

Open Jeffreytui opened 1 year ago

Jeffreytui commented 1 year ago

The format for this program requires ADPCM. When I load an audio file it blanks out. I'm not using the correct encoding, what is the correct method to converting to ADPCM?

israpps commented 1 year ago

use the tool provided with PS2SDK for that purpose

Jeffreytui commented 1 year ago

I used the ps2adpcm tool but the client still does not load the audio and trying to freezes up the PS2.

Jeffreytui commented 1 year ago

I invoked the audio as:

local menu_song = Sound.loadADPCM("mcps2/music/menu_song.adpcm")