EmuNewz Network
Decoding of mono AT3+ using SonicStage - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: svn trunk discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=56)
+---- Thread: Decoding of mono AT3+ using SonicStage (/showthread.php?tid=4245)

Pages: 1 2


RE: Decoding of mono AT3+ using SonicStage - gid15 - 04-18-2011

(04-17-2011, 10:44 PM)Agent69 Wrote: Just full valid custom made atrac3+ mono file with oma header. 48kbps mono. Can be decoded by Sony Sound Forge with atrac import plugin.
Thank you!
As this file can't be played by SonicStage, it confirms this is a SonicStage restriction.

I've found only small pieces of information about the Atrac3plus format, mainly
http://wiki.multimedia.cx/index.php?title=ATRAC3plus
and I'm not sure this will be enough to be able to convert the mono audio to stereo... Sad
Currently, the only working option is to decode the files using JpcspConnector...


RE: Decoding of mono AT3+ using SonicStage - Agent69 - 04-18-2011

I digg some time ago about this format.
Atrac3+ use joint stereo on all bitrates, so i dont see any easy way to mono->stereo convert.


RE: Decoding of mono AT3+ using SonicStage - Hykem - 04-18-2011

Well, I've collected enough information on the ATRAC3+ codec from reversing the codec and atrac3plus libs in order to verify most of the conclusions on the ATRAC3+ Multimedia Wiki page, so, with some more research, it may be possible to create our own transcoder.
But, of course, this will be a much harder solution... Undecided


RE: Decoding of mono AT3+ using SonicStage - utena000 - 04-18-2011

hi, thanks for all the information i get here

now i can success in converting the mono oma into wav sound files

however , when i put it in the tmp folder of jpcsp

there is a sound output, but the tone is abnormal

just like passing a filter that make it like that

no matter i convert the oma files into mono or stereo wav files

the output is the same, i doubt jpcsp is programmed to have all sound output in stereo form, but this time a mono sound output is needed for these sound files

thanks


RE: Decoding of mono AT3+ using SonicStage - gid15 - 04-20-2011

(04-18-2011, 02:39 PM)Hykem Wrote: Well, I've collected enough information on the ATRAC3+ codec from reversing the codec and atrac3plus libs in order to verify most of the conclusions on the ATRAC3+ Multimedia Wiki page, so, with some more research, it may be possible to create our own transcoder.
But, of course, this will be a much harder solution... Undecided
Isn't the Atrac3+ decoding done in hardware on a PSP???


RE: Decoding of mono AT3+ using SonicStage - Hykem - 04-20-2011

(04-20-2011, 03:54 PM)gid15 Wrote:
(04-18-2011, 02:39 PM)Hykem Wrote: Well, I've collected enough information on the ATRAC3+ codec from reversing the codec and atrac3plus libs in order to verify most of the conclusions on the ATRAC3+ Multimedia Wiki page, so, with some more research, it may be possible to create our own transcoder.
But, of course, this will be a much harder solution... Undecided
Isn't the Atrac3+ decoding done in hardware on a PSP???

Yes. What I meant is that you can analyze the way the PSP interacts with it's ME chip by studying it's libs and then verify the results against the hardware research being done by FFMPEG. Wink