<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: read .wav file in SAS for analysis in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/read-wav-file-in-SAS-for-analysis/m-p/74396#M16025</link>
    <description>Garnett,&lt;BR /&gt;
&lt;BR /&gt;
Fascinating question .. never thought about it and totally out of my area.&lt;BR /&gt;
&lt;BR /&gt;
That said, I came across an interesting thread elsewhere that might provide some direction.  You can find it at:&lt;BR /&gt;
&lt;URL&gt;http://boards.straightdope.com/sdmb/showthread.php?t=577361&lt;/URL&gt;&lt;BR /&gt;
&lt;BR /&gt;
HTH,&lt;BR /&gt;
Art</description>
    <pubDate>Thu, 23 Sep 2010 20:39:07 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2010-09-23T20:39:07Z</dc:date>
    <item>
      <title>read .wav file in SAS for analysis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/read-wav-file-in-SAS-for-analysis/m-p/74395#M16024</link>
      <description>Greetings!&lt;BR /&gt;
I have a Windows .wav file representing an acoustical signal that I would like to analyze in SAS. How would I go about opening the .wav file? &lt;BR /&gt;
Many thanks!&lt;BR /&gt;
Garnett</description>
      <pubDate>Thu, 23 Sep 2010 19:56:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/read-wav-file-in-SAS-for-analysis/m-p/74395#M16024</guid>
      <dc:creator>Garnett</dc:creator>
      <dc:date>2010-09-23T19:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: read .wav file in SAS for analysis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/read-wav-file-in-SAS-for-analysis/m-p/74396#M16025</link>
      <description>Garnett,&lt;BR /&gt;
&lt;BR /&gt;
Fascinating question .. never thought about it and totally out of my area.&lt;BR /&gt;
&lt;BR /&gt;
That said, I came across an interesting thread elsewhere that might provide some direction.  You can find it at:&lt;BR /&gt;
&lt;URL&gt;http://boards.straightdope.com/sdmb/showthread.php?t=577361&lt;/URL&gt;&lt;BR /&gt;
&lt;BR /&gt;
HTH,&lt;BR /&gt;
Art</description>
      <pubDate>Thu, 23 Sep 2010 20:39:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/read-wav-file-in-SAS-for-analysis/m-p/74396#M16025</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2010-09-23T20:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: read .wav file in SAS for analysis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/read-wav-file-in-SAS-for-analysis/m-p/74397#M16026</link>
      <description>Hi Art,&lt;BR /&gt;
Thanks for your interest. I read somewhere that .wav are binary file formats, so that I run&lt;BR /&gt;
&lt;BR /&gt;
data test;&lt;BR /&gt;
     infile "c:\...\sample_sfoae.wav" lrecl = 2000;&lt;BR /&gt;
     input _x  pib5. ;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc print output:&lt;BR /&gt;
&lt;BR /&gt;
     _x&lt;BR /&gt;
121438095698&lt;BR /&gt;
834918219026&lt;BR /&gt;
&lt;BR /&gt;
I wonder what that means?</description>
      <pubDate>Thu, 23 Sep 2010 20:47:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/read-wav-file-in-SAS-for-analysis/m-p/74397#M16026</guid>
      <dc:creator>Garnett</dc:creator>
      <dc:date>2010-09-23T20:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: read .wav file in SAS for analysis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/read-wav-file-in-SAS-for-analysis/m-p/74398#M16027</link>
      <description>You would need a detailed description of the file format to make sense of the data.&lt;BR /&gt;
Maybe this helps:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.sonicspot.com/guide/wavefiles.html" target="_blank"&gt;http://www.sonicspot.com/guide/wavefiles.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
(I just Googled 'wav file format' to find this).</description>
      <pubDate>Thu, 23 Sep 2010 22:59:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/read-wav-file-in-SAS-for-analysis/m-p/74398#M16027</guid>
      <dc:creator>Lex_SAS</dc:creator>
      <dc:date>2010-09-23T22:59:47Z</dc:date>
    </item>
  </channel>
</rss>

