X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=IVc ap8OyGuZ/k31l5MYUOnoinEVH8RJx5WRedthN5m0ozHbDBRZI2lsW5heOwHu29nE P5NmThKOiBdaJwSvb7biCnP2vTXvOdhrusShYpJ+8ay6gVDGc5aHUhFkXI3EhkKY llp+KckHg/wSjYKdBmIjUwZVgmSIy7g7qlBY9urU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=wWJ4eST/h v2GFS33Z/hGAa4xKvI=; b=MO6SmT7bEifnFysSGwNF9zvf+IFH1vXBnHG6mp26H 9uaa0ZPv5r0dtfV8gCK1FSNU4l2VwfWeexXwk+i4nP4ql8ybJ4XM5PQTQJUbQiw1 NccDXZHsC/gXudREaRL1BA70GJI4yV70u2zA8qJEhamuqO8I4QdDVj5TbNQH9gGx 94= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: resqmta-po-09v.sys.comcast.net From: "Stan Moore" To: Subject: Octave audio issues reading wav files Date: Wed, 11 Nov 2015 02:37:02 -0500 Message-ID: <002501d11c53$c2561620$47024260$@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I have a 32 bit install with a possible audio issue in Octave 4.0.0-2. My primary machine is unavailable right now but I think I can come up with a STC from memory. wavread("somefile.wav") leads to a message about missing sndfile and that audioinfo can't work. The issue seems to be octave was built on a machine without libsndfile so config.h sets HAS_SNDFILE to 0 which causes audioinfo to fail. A quick look at audioinfo source shows that most of the function is skipped unless HAS_SNDFILE is true. I tried building local to check my theory out but ran into another possible issue. It seems libqrupdate 1.1.2-1 may have a problem. /usr/lib/libqrupdate.la seems to (internally) include dependencies on files: /usr/lib/liblapack.la and /usr/lib/libblas.la which don't exist so local builds fail with something like: /usr/bin/grep: /usr/lib/liblapack.la file does not exist If any of the above is wrong or confused I will be happy to back up and provide cygcheck and generally better information. Stan -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple