[MPlayer-dev-eng] [PATCH] New audio filter: export

Gustavo Sverzut Barbieri gsbarbieri at yahoo.com.br
Fri Aug 29 09:27:22 CEST 2003


Hello,

This is my first attempt to write an audio filter. Thanks to Anders I
did :)

This audio filter just exports data via mmap, so one can use it to do
something useful, in my case, I wrote an "Audio Visualization" based on
goom by now.. I want to make it plugin-able so other libs can be used. 
I called my app "MPlayer Audio Visualization", but if you care I can
change its name... BTW, it's too alpha, but if u wish to take a look at
it, I would be glad :) You can download it from:
http://gsbarbieri.sytes.net/mpav-0.0.1.tar.bz2

The af_export receives 2 options as arguments: <file>:<bsize> where:
<file> == file to be mmap()ed
<bsize> == buffer size in samples.

Limitations:
   By now, it only uses 2 channels, int16 format, which is the one I
need.

Gustavo

_______________________________________________________________________
Desafio AntiZona: participe do jogo de perguntas e respostas que vai
dar um Renault Clio, computadores, câmeras digitais, videogames e muito
mais! www.cade.com.br/antizona
-------------- next part --------------
A non-text attachment was scrubbed...
Name: af_export.c
Type: application/octet-stream
Size: 7120 bytes
Desc: af_export.c
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20030829/edce8630/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: af_export.patch
Type: application/octet-stream
Size: 1892 bytes
Desc: af_export.patch
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20030829/edce8630/attachment-0001.obj>


More information about the MPlayer-dev-eng mailing list