The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

audio_convert (3)
  • >> audio_convert (3) ( Solaris man: Библиотечные вызовы )
  • 
    NAME
         audio_convert, audio_c2d, audio_d2c,  audio_d2s,  audio_d2l,
         audio_s2d, audio_l2d - floating-point data conversions
    
    SYNOPSIS
         #include <multimedia/libaudio.h>
    
         char audio_d2c(double dbl);
    
         short audio_d2s(double dbl);
    
         long audio_d2l(double dbl);
    
         double audio_c2d(char pcm);
    
         double audio_s2d(short pcm);
    
         double audio_l2d(long pcm);
    
    DESCRIPTION
         These macros are designed to facilitate  conversion  between
         integer and floating-point PCM audio data.
    
         audio_c2d(), audio_s2d(), and audio_l2d() convert 8, 16, and
         32  bit  PCM  signed  integers to floating-point values that
         range between -1. and +1.  In  order  to  preserve  symmetry
         around  0,  the singular value represented by the most nega-
         tive integer (that is, -128, -32768, -2147483648) is clipped
         to -1.
    
         audio_d2c(), audio_d2s(), and audio_d2l() convert  floating-
         point data to PCM signed integers of 8, 16, or 32 bit preci-
         sion, respectively.  Floating-point values outside the range
         of  _1.  are clipped at full range in the appropriate preci-
         sion.
    
    SEE ALSO
         audio_ulaw2linear(3)
    
    WARNINGS
         The manual pages, header files, and object  library  associ-
         ated  with /usr/demo/SOUND/libaudio.a are furnished on an as
         is basis as a preliminary interface to several useful  audio
         data-processing  capabilities.   A  future  release  of  the
         operating system may redefine the  syntax  or  semantics  of
         some of the functions described herein.
    
    
    
    


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру