Donate Share

Nsound

File Release Notes and Changelog

Release Name: nsound-0.4.2

Notes:
2007-11-20 Nsound 0.4.2

    In this release I integrated matplotlib (pylab) into Nsound for making pretty, anti-aliased plots.  The screenshots for this project were created with matplotlib via Nsound.  The plots are interactive allowing panning and zooming in on the plot.  Take a look at test_plotter.cc in the test directory for example usage.
    I added another example of the mynamis series.  A dynamic IIR band pass filter is used to create an interesting sound.  Check out the mynameis-filtered.mp3 on the website.
    If you download Nsound, please submit bug reports!  It makes Nsound better!

Changes: 2007-11-20 Nsound 0.4.2 + Integrated Python matplotlib, awesome plot package, plotting with gnuplot will become deprecated + Added test_plotter.cc in the test directory + Added operators to allow easy writting of wave files: buffer >> "somefile.wav"; audio_stream >> "somefile.wav"; + Added mynameis-filtered example + Don't do Scons configuration when cleaning the build + Cleaned up the examples a tiny bit