Jump to content

RealAudio 8 (ATRAC3) Encoder Test

Rate this topic


DaNnY

Recommended Posts

Hi friends,

as you probably know, RealAudio 8 is based on ATRAC3. With Helix Producer 9.2 it is possible to create ATRAC3 audio files with bitrates ranging from 66 to 352kbps.

If you want to test it (for whatever reason), you can grab Helix Producer 9.2 here (registration required):

https://helixcommunity.org/account/login.ph...a%2Fdownload%2F

I have already done some testing on the CLI, written a RPAD config-file and trancoded a WAV PCM to ATRAC3 @ 132kbps.

Command-Line:

producer -i input.wav -ad test.rpad -dt -o output.rm
test.rpad:
<?xml version="1.0" encoding="UTF-8"?>
<audience xmlns="http://ns.real.com/tools/audience.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xsi:schemaLocation="http://ns.real.com/tools/audience.2.0 http://ns.real.com/tools/audience.2.0.xsd">
	<streams>
		<stream xsi:type="audioStream">
			<pluginName type="string">rn-audiocodec-realaudio</pluginName>
			<codecName type="string">atrc</codecName>
			<codecFlavor type="uint">3</codecFlavor>
			<streamContext type="bag">
				<presentationType type="string">audio-only</presentationType>
				<audioMode type="string">music</audioMode>
			</streamContext>
		</stream>
	</streams>
</audience>

codecFlavor 0 = 66kbps (LP4)

codecFlavor 1 = 94kbps

codecFlavor 2 = 105kbps (LP2)

codecFlavor 3 = 132kbps (LP2)

codecFlavor 4 = 146kbps

codecFlavor 5 = 176kbps

codecFlavor 6 = 264kbps

codecFlavor 7 = 352kbps

With this information you do not have to read through the docs anymore. So feel free to use it...

Unfortunately, container format is RM, of course...

FYI RealAudio 10 is already based on HE-AAC.

Edited by DaNnY
Link to comment
Share on other sites

How is the playback of atrac files in realplayer compared to playback in SonicStage 3.2?

You can't play ATRAC3 files created in SonicStage with RealPlayer and you can't play (import) ATRAC3 files created with Helix Producer in SonicStage because of a different container format being used. Sony uses OMG/OMA and Real RM.

No problem extracting raw ATRAC3 data from RM but what about muxing it into OMG/OMA? Is there anything known about this container?

And is there any way for downloading realplayer without a credit card??

http://www.real.com/freeplayer/?rppr=d9

Works also with the OpenMG plugin for NetMD devices.

Edited by DaNnY
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...