Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ dmAudioRateConverterCreate(3dm) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

dmAudioRateConverterSetParams(3dm)

dmAudioRateConverterDestroy(3dm)



dmAudioRateConverterCreate(3dm)                dmAudioRateConverterCreate(3dm)



NAME
     dmAudioRateConverterCreate - allocate new DMaudiorateconverter structure


SYNOPSIS
     #include <dmedia/dmaudioutil.h>
     #include <dmedia/dmparams.h>

     DMstatus dmAudioRateConverterCreate(DMaudiorateconverter *converter)


PARAMETER
The converter is initialized with
             default configuration:

                 Algorithm:              Jitter Free
                 Input  sampling rate:   44100 Hertz
                 Output samping rate:    22050 Hertz
                 Stop band attenuation:     78 Decibels
                 Transition band width:     20 %

             The input and output data format is currently limited to single
             channel, 32-bit floating point.



     See dmAudioRateConverterSetParams(3dm) for parameter specification.

RETURNED VALUE
     If successful, function returns the value DMSUCCESS structure. A
     DMFAILURE return value indicates an error.


DESCRIPTION
     dmAudioRateConverterCreate(3dm) allocates and initializes an
     DMaudiorateconverter structure. This structure is then used as the basic
     argument for all Digital Media Library rate converter routines.  The
     converter is returned with clean internal buffers filled with value 0.0.


NOTE
SEE ALSO
     dmAudioRateConverterSetParams(3dm), dmAudioRateConverterDestroy(3dm).












                                                                        Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026