[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: I cant use wavread with octave 4.0 under ubuntu
From: |
address@hidden |
Subject: |
Re: I cant use wavread with octave 4.0 under ubuntu |
Date: |
Mon, 22 Jun 2015 06:34:35 +0900 (JST) |
--- d.loewenstein
> error: sndfile not found on your system and thus audioinfo is not functional
> error: called from
> wavread at line 91 column 8
>
> same error even when soundfile exist or not.
>
> Line 91:
>
> info = audioinfo ("/tmp/oct-jiDD4q.wav");
> error: sndfile not found on your system and thus audioinfo is not functional
>
> Maybe a problem with portaudio, but i dont really know what port audio is
> and
> how to use it right.
>
> audiodevinfo
> error: portaudio not found on your system and thus audio functionality is
> not
> present
>
>
> would be really nice if someone can help me, i am not a linux expert, only
> an user.
You are using octave-4.0.0 on ubuntu so I suppose that you have built octave
from source. If my suppose is right, please try to build again after:
sudo apt-get install libportaudio-dev
Tatsuro