X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=/Og1ohxMGZ7svLswDvCmtVoh5/TTCbELMJx1CvGAA3U=; b=KhrutiAFr3vg3M588VhEdJXtZRmfBSL3DXJ48QlNgqYeR0yZI/QscR2Ys+ek/oJ/hc 0kmJbVVnhXtOw35BtZBl4A17kHJ+2PiFu0tGDo6cD9icPybBep2UqMDKPxr6r7qD9rOd SSXpwDciDPGtnYe4vtqUyPYQ9egaYJXT/JRll/fZT5EGtd3nGwoMe5b7a/ZIZz4ireil uKx8Vo8ZbVm8OHQFTQtEDJHfLE1nlqDdosFKdUpfLeN6zhyMC8ipSAAGZR687Xr4cbER jQSPnTBeYpyoUkAVNNc/xf8H64sIW+5RuW5bsplQxLxTFV38ZMnjP7e+pJEq3CYhMEUz v86Q== MIME-Version: 1.0 X-Received: by 10.194.77.99 with SMTP id r3mr18877389wjw.5.1373480874645; Wed, 10 Jul 2013 11:27:54 -0700 (PDT) In-Reply-To: References: Date: Wed, 10 Jul 2013 23:57:54 +0530 Message-ID: Subject: Re: [geda-user] Help storing a 7KB wave file into memory From: Abhijit Kshirsagar To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Yes you can. Tools like octave have the ability to read and write wave files. Alternatively, you can read the file in binary mode using c or perhaps python. The wave format is pretty simple- the first few bytes have info about sampling rate, channels, etc, and then is the stream of data itself. The exact details are on numerous websites... What do you want to do with the data once you get it? -Abhijit -- ~Abhijit