News archive
Iteration over wave file data: revisited
3 lutego 2013 11:42
The iteration example has been updated using some features from C++11:
auto
instead of explicitly stating type of the iterator- range-based
for
loop (requires gcc >= 4.6, MSVC ...
Goodbye Boost, hello C++11
3 lutego 2013 00:46
As of February 2013 the Boost dependency is ditched in favour of the new standard - C++11. Aquila no longer requires Boost, which simplifies initial setup (especially on Windows), but ...