gmn / nanotts

Improved SVOX PicoTTS speech synthesizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't compile on ubuntu 16.04 (missing ao/ao.h)

powercycle opened this issue · comments

g++ -D_PICO_LANG_DIR="/usr/share/pico/lang/" -I. -I./svoxpico -Wall -g -O2 -c src/mmfile.cpp -o objs/mmfile.o
g++ -D_PICO_LANG_DIR="/usr/share/pico/lang/" -I. -I./svoxpico -Wall -g -O2 -c src/nanotts.cpp -o objs/nanotts.o
src/nanotts.cpp:32:19: fatal error: ao/ao.h: No such file or directory

Same on Fedora 24. Installing libao libao-devel helped.

Installing libao-dev resolved it for Ubuntu 14.04.

Would it help if I made a non-libao option? Libao really was simply a bandaid to get audio. I could easily write an alsa driver and attempt to auto-detect system options.. Just some thoughts. Thanks for the infos.

Reopening in lieu of looking at other audio driver options, and auto-detection in ./configure script.

Just need to add a reference to load that library far as I'm concerned. I was only mentioning it so that maybe the directions to build this project could get updated.

On OSX brew install libao