<?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>Kinetis MicrocontrollersのトピックRe: FRDM-K66 Audio Playback</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K66-Audio-Playback/m-p/633790#M38176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Regarding the tools to generate the PCM stream, I remeber that user can use wavelab tools to generate the PCM. the tools can generate single tone PCM, PCM frpm PC mic..&lt;/P&gt;&lt;P&gt;Hope&amp;nbsp; it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Nov 2016 06:41:56 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2016-11-30T06:41:56Z</dc:date>
    <item>
      <title>FRDM-K66 Audio Playback</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K66-Audio-Playback/m-p/633788#M38174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking at SAI driver is SDK 2.1 for FRDM-K66. The readme file discussing how to play the audio demo,&lt;/P&gt;&lt;P&gt;but there is no information on how to create my own audio file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears the WAV file has been converted and inserted into music.h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please provide information on what tool to use to make this insertion and the steps ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dennis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 18:18:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K66-Audio-Playback/m-p/633788#M38174</guid>
      <dc:creator>dkh</dc:creator>
      <dc:date>2016-11-29T18:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K66 Audio Playback</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K66-Audio-Playback/m-p/633789#M38175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dennis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you don't find a special tool to do it you can use uTaskerFileCreate from &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fforum%2Findex.php%3Ftopic%3D1445.0" rel="nofollow" target="_blank"&gt;http://www.utasker.com/forum/index.php?topic=1445.0&lt;/A&gt;&lt;BR /&gt;Assuming you have a wave file (&lt;EM&gt;music.wav&lt;/EM&gt;) that you want to convert to an array &lt;BR /&gt;&lt;STRONG&gt;uTaskerFileCreate music.wav music.h music&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will create a file called music.h, which you can link into a project, with an array - giving something like&lt;BR /&gt;&lt;STRONG&gt;unsigned char music[] = {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0xXX, 0xXX, 0xXX,...&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;....&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;};&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using&lt;BR /&gt;&lt;STRONG&gt;uTaskerFileCreate -fb my_music.txt music.h&lt;/STRONG&gt;&lt;BR /&gt;you can also have a text file "&lt;EM&gt;my_music.txt&lt;/EM&gt;" with a list of multiple input files that should be converted into arrays in the output header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There are more details about using this on page 25 of &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fdocs%2FuTasker%2FuTaskerLCD.PDF" rel="nofollow" target="_blank"&gt;http://www.utasker.com/docs/uTasker/uTaskerLCD.PDF&lt;/A&gt;&lt;SPAN&gt; since it is useful also for adding embedded images or web pages (with options to strip out white space for example) or embedding into an internal file system.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kinetis for Professionals: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 00:48:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K66-Audio-Playback/m-p/633789#M38175</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2016-11-30T00:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K66 Audio Playback</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K66-Audio-Playback/m-p/633790#M38176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Regarding the tools to generate the PCM stream, I remeber that user can use wavelab tools to generate the PCM. the tools can generate single tone PCM, PCM frpm PC mic..&lt;/P&gt;&lt;P&gt;Hope&amp;nbsp; it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 06:41:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K66-Audio-Playback/m-p/633790#M38176</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-11-30T06:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K66 Audio Playback</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K66-Audio-Playback/m-p/633791#M38177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The tool used was Segger bin2c:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.segger.com/bin2c.html" title="https://www.segger.com/bin2c.html"&gt;SEGGER - The Embedded Experts - Bin2C&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 02:21:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K66-Audio-Playback/m-p/633791#M38177</guid>
      <dc:creator>carlos_neri</dc:creator>
      <dc:date>2016-12-01T02:21:49Z</dc:date>
    </item>
  </channel>
</rss>

