Jump to content
  • 0

RealAudio 8 (ATRAC3) Encoder Test

Rate this question


DaNnY_

Question

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 @ 352kbps.

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...

real.png

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

FYI RealAudio 10 is already based on HE-AAC.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

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

Guest
Answer this question...

×   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...