OUTPUTAUDIOSWAP OAS OA

Description:

  
  If set, all audio channels will be swapped.  If the output is stereo, the
  left and right channels will be swapped.  If the output is multiple channel,
  then channels 0 and 1, 2 and 3, 4 and 5 will be swapped (SoloistHD_Pro systems).  
  
  Prior to Release 2.03.00, this was the incorrect default condition for all 
  decoders.  The audio channel swap condition has been corrected, and this 
  configuration command was added to allow decoders to be configured with swapped 
  audio channels, if desired.
  
  This values is stored as a configuration option and will be automatically 
  applied when the system starts if the configuration changes have been saved. 

Form:

  Command Handler: DCMD
  OUTPUTAUDIOSWAP|OAS|OA [ARGUMENT]
  Argument List:
  Terse    Verbose      Description
      0        OFF      This is the normal mode, audio channels are not swapped
      1         ON      Audio channels are swapped

Response:

  MODIFY OUTPUTAUDIOSWAP RESPONSE
    Verbose- "OK\r\n" to acknowledge receipt of command, or
             "ERROR- [Description]\r\n" if error, ending command
    Terse-   "0\r\n" to acknowledge receipt of command, or
             "[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
    "\r\n" concludes modify responses (empty line)

  DISPLAY OUTPUTAUDIOSWAP RESPONSE
    Verbose- "OK\r\n" to acknowledge receipt of command, followed by
             "OUTPUTAUDIOSWAP= [CFG]\r\n", or
               "ERROR- [Description]\r\n" if error, ending command
    Terse-   "0\r\n" to acknowledge receipt of command, followed by
             "[TERSE NUMERIC VALUE]\r\n", or
             "[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
    "\r\n" concludes display responses (empty line)

Examples:

  Verbose command to retrieve current setting:
  *.DCMD OUTPUTAUDIOSWAP <enter>
     Response is: OK\r\n
                  OUTPUTAUDIOSWAP= ON\r\n

  Terse command to retrieve current setting:
  *.DCMD OA <enter>
     Response is: 0\r\n
                  1\r\n

  Verbose command to change setting:
  *.DCMD OUTPUTAUDIOSWAP OFF<enter>
     Response is: OK\r\n

  Terse command to change setting:
  *.DCMD OA 0 <enter>
     Response is: 0\r\n

Notes:

  This setting acheives audio channel 'swap' by changing the polarity of the 
  I2S clock signal.

Products Supporting Command:

Created By: Adtec Digital Inc