•  Back 
  •  Sound routines 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File4.17.79  init_xmemrec4                                             TOS

 Name:         »init_xmemrec4« - Memory record in half-buffer system 
               of 4 channels (analog/digital)

 Opcode:       500, 143

 Syntax:       int32_t xbios ( 500, 143, int32_t startadr1, int32_t 
               startadr2, int32_t dstartadr1, int32_t dstartadr2, 
               int32_t len, int32_t endcount, int16_t fileart, int32_t 
               peakbuf, int32_t dpeakbuf );

 Description:

                startadr1    FIFO record start address buffer 1
                startadr2    FIFO record start address buffer 2
                dstartadr1   DSP record start address buffer 1
                dstartadr2   DSP record start address buffer 2
                len          Length of the buffers
                endcount     Recorded length or counter end (in bytes)
                fileart      3 = Create WAV file
                peakbuf      FIFO address of temporary memory for peak 
                             values
                dpeakbuf     DSP address of temporary memory for peak 
                             values

 Return value: Address return values
               int32_t 0 Memposition FIFO
               int32_t 4 Memflag FIFO
               int32_t 8 Break FIFO
               int32_t 12 Error FIFO
               int32_t 16 Peak value FIFO
               int32_t 24 Counter position FIFO

               int32_t 32 Memposition DSP
               int32_t 36 Memflag DSP
               int32_t 40 Break DSP
               int32_t 44 Error DSP
               int32_t 48 Peak value DSP
               int32_t 56 Counter position DSP

 Availability: This function is only available when the driver of the 
               StarTrack sound card has been launched.

 Group:        Sound routines

 See also:     Binding