[Bug 490580] New: Review Request: faust - Compiled language for real-time audio signal processing

bugzilla at redhat.com bugzilla at redhat.com
Tue Mar 17 04:05:43 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: faust - Compiled language for real-time audio signal processing

https://bugzilla.redhat.com/show_bug.cgi?id=490580

           Summary: Review Request: faust - Compiled language for
                    real-time audio signal processing
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: oget.fedora at gmail.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora


Spec URL: http://oget.fedorapeople.org/review/faust.spec
SRPM URL: http://oget.fedorapeople.org/review/faust-0.9.9.4-1.b.fc10.src.rpm
Description: 
Faust AUdio STreams is a functional programming language for real-time audio
signal processing. Its programming model combines two approaches : functional
programming and block diagram composition. You can think of FAUST as a
structured block diagram language with a textual syntax.

FAUST is intended for developers who need to develop efficient C/C++ audio
plugins for existing systems or full standalone audio applications. Thanks to
some specific compilation techniques and powerful optimizations, the C++ code
generated by the Faust compiler is usually very fast. It can generally compete
with (and sometimes outperform) hand-written C code.

Programming with FAUST is somehow like working with electronic circuits and
signals. A FAUST program is a list of definitions that defines a signal
processor block-diagram : a piece of code that produces output signals
according to its input signals (and maybe some user interface parameters)


rpmlint gives two kinds of errors/warnings:
   devel-file-in-non-devel-package
   only-non-binary-in-usr-lib
Both can be ignored since these files are really needed there during the
runtime of faust compiler.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list