On Thu, 10 Mar 2016 21:37:56 +0000
Gilles Degottex <gilles.degottex(a)gmail.com> wrote:
Greetings,
I felt we lack a light, quick and efficient tool to compare waveforms.
DFasma is quite convenient for inspection of results of synthesis and
modification tasks on voice signals.
Sounds interesting. I'd like to try it. The build fails for me for some
reason:
$ bash distrib/compile_dfasma_from_github.sh
[...]
g++ -c -m64 -pipe -Dfile_audio_LIBSNDFILE -DFFT_FFTW3 -D__STDC_CONSTANT_MACROS -O2 -Wall
-W -D_REENTRANT -DDFASMAVERSIONGIT=v1.4.4 -DDFASMABRANCHGIT=master -DPREFIX=/usr/local
-DQT_NO_WARNING_OUTPUT -DQT_NO_DEBUG_OUTPUT -DSUPPORT_SDIF -DQT_NO_DEBUG
-DQT_MULTIMEDIA_LIB -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtSvg
-I/usr/include/qt4/QtMultimedia -I/usr/include/qt4 -Iexternal/sdif/easdif/include
-Iexternal/REAPER -Iexternal/libqaudioextra/include -I/usr/X11R6/include -I. -I. -o
iodsound_load_libsndfile.o external/iodsound_load_libsndfile.cpp
In file included from external/iodsound_load_libsndfile.cpp:25:0:
external/../src/ftsound.h:30:24: fatal error: QAudioFormat: No such file or directory
compilation terminated.
Seems I have the file, but the compiler doesn't find it:
$ dpkg -S QAudioFormat
qtmultimedia5-dev:amd64: /usr/include/x86_64-linux-gnu/qt5/QtMultimedia/QAudioFormat
Using Ubuntu 15.10 64 bit.