Skip to content

fixedpoint/float faust compilation comparator

Notifications You must be signed in to change notification settings

aherrou/Comparator

 
 

Repository files navigation

Comparator

fixedpoint/float faust compilation comparator

Compile with make

  • make all (to create fixed.cpp float.cpp out)

  • ./out

  • to clean everything make clean

Compile with faust2comparator script

Run the complete test

Use script compare.sh <file.dsp>.

Comparator options

  • -l: log the fixed-point and floating-point samples to a text file (named samples-<program name>.log)
  • -w: write the fixed-point and floating-point outputs to sound files (named respectively fixed-<program name>.wav and float-<program name>.wav)
  • -h: display help

About

fixedpoint/float faust compilation comparator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.3%
  • Shell 8.8%
  • Faust 7.7%
  • Makefile 2.2%