Difference between revisions of "ACS/pt"

From Lazarus wiki
Jump to navigationJump to search
Line 1: Line 1:
 
{{ACS}}
 
{{ACS}}
  
ACS é um pacote de componentes freeware e multiplataforma desenhados para realizar diferentes tarefas de processamento de som. Ele oferece suporte a leitura de dados de áudio de CDs, diferentes formatos de arquivo como wav, mp3, wma, ogg, mac e outros. Saídas para cartão de som e arquivos são também possíveis. Você pode trabalhar com dados e diferentes conversores, mixers e processadores.
+
{{ACS}}
 +
 
 +
=== About ===
 +
ACS is an freeware crossplatform set of components designed to perform different sound-processing tasks. It supports reading the audio data from CD,different fileformats at example wav,mp3,wma,ogg,mac and others, output to soundcard and files are sure also possible. Between input and output you can work with the data, different converters,mixers and processors are avalible.
  
 
Its main caracteristics are :
 
Its main caracteristics are :
Suas principais características são:
 
  
    * Abstract Layer para  conter diferentes "drivers"
+
* Abstract Layer to include different "drivers"  
          o Alsa,/dev/dsp,AOLive,OSS support within linux
+
** Alsa,/dev/dsp,AOLive,OSS support within linux
          o DirectX,Wavemapper support within Windows
+
** DirectX,Wavemapper support within Windows
          o Audio playback and capture
+
** Audio playback and capture  
          o Simultaneous operations on the same or different devices are allowed.  
+
** Simultaneous operations on the same or different devices are allowed.  
 +
 
 +
* Abstract Layer to make it easy to add new Fileformats already included Fileformats:
 +
** Wave files/streams support, Raw PCM, MS ADPCM, DVI IMA ADPCM support
 +
** MP3 format support : Encode mp3 files using LAME, mp3 playback with smpeg library streams conversion using MAD decoder
 +
** Ogg Vorbis format support : Reading Ogg files/streams (including multi-streamed ones). Storing data in Ogg Vorbis format with wide range of settings for compression/quality tweaks. Ogg comments support
 +
** FLAC format support : Reading FLAC files/streams, Storing data in FLAC format with wide range of settings for compressiontweaks.
 +
** Monkey Audio format support (for Windows only)
 +
** CD-ROM playback and direct CDDA data capture
 +
** Append data to existing file/stream capability
  
    * Abstract Layer para facilitar a adição de formatos de arquivo já incluídos em Fileformats:
+
* AudioMixer component for mixing/concatenating audio streams  
          o Suporte a arquivos e strems Wave, Raw PCM, MS ADPCM, DVI IMA ADPCM
+
* InputList component for building dynamically playback/input lists
          o Suporte ao formato MP3: Encode files de MP3 usando LAME, playback de MP3 com conversão de streams da biblioteca SMPEG usando MAD decoder
+
* Set of audio converter components
          o Suporte ao formato Ogg Vorbis: Leitura de arquivos e streams Ogg  (incluindo os  multi-streamed). Estocagem de dados em formato Ogg Vorbis with wide range of settings for compression/quality tweaks. Suporte a comentários Ogg
+
** Sample converter for bits per sample conversion.  
          o Suporte ao formto FLAC: Leitura de arquivos e streams FLAC, Estocagem de dados em formato FLAC with wide range of settings for compression tweaks.
+
** Sample rate converter (resampler) using sinc filtering  
          o Suporte ao formato Monkey Audio (somente para Windows)
+
** Mono/Stereo conveter
          o Playback de CD-ROM e captura de dados em direct CDDA
+
** Stereo balance control
          o Capacidade de adicionar dados a arquivos ou streams existentes
+
** Sound indicator
    * Componente AudioMixer para mixar e concatenar streams de audio
+
** Windowed sinc and Butterworth filters for changing audio spectrum  
    * Componente InputList para construir listas de entrada e de playback dinamicamente
+
** Convolver component for applying custom sound effects
    * Grupo de componentes de conversor de audio
+
* Mixer component to use mixer devices
          o Sample converter for bits per sample conversion.
 
          o Sample rate converter (resampler) using sinc filtering
 
          o Conversor Mono/Stereo  
 
          o Controle de Balance Stéreo
 
          o Indicador de som
 
          o Windowed sinc and Butterworth filters for changing audio spectrum
 
          o Componente Convolver para aplicação de efeitos sonoros personalizados
 
    * Componente Mixer para usar equipamentos de mixer
 
  
 
=== Screenshot ===
 
=== Screenshot ===
Line 36: Line 39:
 
[[Image:Acs demos.jpg]]
 
[[Image:Acs demos.jpg]]
  
=== Autor ===
+
=== Author ===
Autor: Andrei Borovsky<br>
+
Author: Andrei Borovsky<br>
LCL Port: [[User:Christian|Christian Ulrich]]
+
LCL Port: [[User:Christian|Christian Ulrich]]  
  
 
=== License ===
 
=== License ===

Revision as of 19:24, 19 February 2007

Deutsch (de) English (en) français (fr) 日本語 (ja) português (pt)

Deutsch (de) English (en) français (fr) 日本語 (ja) português (pt)

About

ACS is an freeware crossplatform set of components designed to perform different sound-processing tasks. It supports reading the audio data from CD,different fileformats at example wav,mp3,wma,ogg,mac and others, output to soundcard and files are sure also possible. Between input and output you can work with the data, different converters,mixers and processors are avalible.

Its main caracteristics are :

  • Abstract Layer to include different "drivers"
    • Alsa,/dev/dsp,AOLive,OSS support within linux
    • DirectX,Wavemapper support within Windows
    • Audio playback and capture
    • Simultaneous operations on the same or different devices are allowed.
  • Abstract Layer to make it easy to add new Fileformats already included Fileformats:
    • Wave files/streams support, Raw PCM, MS ADPCM, DVI IMA ADPCM support
    • MP3 format support : Encode mp3 files using LAME, mp3 playback with smpeg library streams conversion using MAD decoder
    • Ogg Vorbis format support : Reading Ogg files/streams (including multi-streamed ones). Storing data in Ogg Vorbis format with wide range of settings for compression/quality tweaks. Ogg comments support
    • FLAC format support : Reading FLAC files/streams, Storing data in FLAC format with wide range of settings for compressiontweaks.
    • Monkey Audio format support (for Windows only)
    • CD-ROM playback and direct CDDA data capture
    • Append data to existing file/stream capability
  • AudioMixer component for mixing/concatenating audio streams
  • InputList component for building dynamically playback/input lists
  • Set of audio converter components
    • Sample converter for bits per sample conversion.
    • Sample rate converter (resampler) using sinc filtering
    • Mono/Stereo conveter
    • Stereo balance control
    • Sound indicator
    • Windowed sinc and Butterworth filters for changing audio spectrum
    • Convolver component for applying custom sound effects
  • Mixer component to use mixer devices

Screenshot

Acs demos.jpg

Author

Author: Andrei Borovsky
LCL Port: Christian Ulrich

License

LGPL

Download

The latest stable release can be found on The ACS Homepage.

CVS

you can checkout the actual source from
CVSROOT=:pserver:cvs@avl.ath.cx:/CVS/acs
Modules:
Src
Demos

Bug reporting / Feature Request

Bug Reporting / Feature Request
Please add your Bugreports/Featurerequests in Lazarus Packages

Change Log

  • 25.08.05 ACS 2.4 first prerelease (cvs)
  • 26.05.05 ACS 2.3 Port

complete Changelog is avalible on Main ACS Page

Status: Beta

Installation

  • Create the directory lazarus\components\ACS
  • On this directory, unzip the files from the zip file
  • Open lazarus
  • Open the package .lpk with Component/Open package file (.lpk)
  • (Click on Compile is only necessary, if you don't want to install the component into the IDE)
  • Click on Install

Help

can be found on Main ACS Page