<?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>i.MX Processors中的主题 Re: How to add pyaudio python package to yocto</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-pyaudio-python-package-to-yocto/m-p/1420433#M187574</link>
    <description>&lt;P&gt;I' m having similar issues.&lt;/P&gt;&lt;P&gt;What I am trying to do is install PortAudio Library on my nxp board&lt;/P&gt;&lt;P&gt;----------------------------------------------&lt;/P&gt;&lt;P&gt;import sounddevice as sd&lt;/P&gt;&lt;P&gt;File "/usr/lib/python3.9/site-packages/sounddevice.py", line 71, in &amp;lt;module&amp;gt;&lt;BR /&gt;raise OSError('PortAudio library not found')&lt;BR /&gt;OSError: PortAudio library not found&lt;/P&gt;&lt;P&gt;----------------------------------------------&lt;/P&gt;&lt;P&gt;Can i get installation guide? I cannot access joanxie's shared link. I dont have rights to access&lt;/P&gt;&lt;P&gt;I am working on IMX8 PLUS&lt;/P&gt;</description>
    <pubDate>Mon, 28 Feb 2022 09:10:38 GMT</pubDate>
    <dc:creator>unscripted1</dc:creator>
    <dc:date>2022-02-28T09:10:38Z</dc:date>
    <item>
      <title>How to add pyaudio python package to yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-pyaudio-python-package-to-yocto/m-p/723287#M112411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have added a recipe for pyaudio python package to yocto.&lt;/P&gt;&lt;P&gt;It's compiling and seems installing but it's not working. May be something is missing at installtion time.&lt;/P&gt;&lt;P&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;SUMMARY = "Support for the Linux 2.6.x ALSA Sound System"&lt;BR /&gt;SECTION = "devel/python"&lt;BR /&gt;DEPENDS = "portaudio-v19 alsa-lib"&lt;BR /&gt;LICENSE = "PSF"&lt;BR /&gt;#LIC_FILES_CHKSUM = "file://LICENSE;md5=1A3B161AA0FCEC32A0C8907A2219AD9D"&lt;BR /&gt;LIC_FILES_CHKSUM = "file://LICENSE;md5=1a3b161aa0fcec32a0c8907a2219ad9d"&lt;BR /&gt;SRCNAME = "PyAudio"&lt;/P&gt;&lt;P&gt;SRC_URI = "file:///home/hardik/Downloads/${SRCNAME}-${PV}.tar.gz"&lt;/P&gt;&lt;P&gt;S = "${WORKDIR}/${SRCNAME}-${PV}"&lt;/P&gt;&lt;P&gt;SRC_URI[md5sum] = "86e752bfe47036f893e9bca9abf5192b"&lt;BR /&gt;SRC_URI[sha256sum] = "7cbc42aa71b594918b3d385ed8a9a15a06dee4057d916b625c1ee587edf425c6"&lt;/P&gt;&lt;P&gt;RDEPENDS_${PN} += "libasound"&lt;/P&gt;&lt;P&gt;inherit distutils &lt;BR /&gt;#inherit pypi setuptools&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;To write above recipe, I refered pyalsaaudio as given below&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;DESCRIPTION = "Support for the Linux 2.6.x ALSA Sound System"&lt;BR /&gt;SECTION = "devel/python"&lt;BR /&gt;DEPENDS = "alsa-lib"&lt;BR /&gt;LICENSE = "PSF"&lt;BR /&gt;LIC_FILES_CHKSUM = "file://LICENSE;md5=1a3b161aa0fcec32a0c8907a2219ad9d"&lt;BR /&gt;SRCNAME = "pyalsaaudio"&lt;BR /&gt;PR = "ml1"&lt;/P&gt;&lt;P&gt;SRC_URI = "${SOURCEFORGE_MIRROR}/pyalsaaudio/${SRCNAME}-${PV}.tar.gz"&lt;BR /&gt;S = "${WORKDIR}/${SRCNAME}-${PV}"&lt;/P&gt;&lt;P&gt;inherit distutils&lt;/P&gt;&lt;P&gt;SRC_URI[md5sum] = "b312c28efba7db0494836a79f0a49898"&lt;BR /&gt;SRC_URI[sha256sum] = "07148ce16024724b17cc24c51d0f4fb78af214b09b7dc8dcb7b06e5647f4c582"&lt;/P&gt;&lt;P&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;Please guide me if i am missing something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 07:49:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-pyaudio-python-package-to-yocto/m-p/723287#M112411</guid>
      <dc:creator>vikneshwarthand</dc:creator>
      <dc:date>2018-03-02T07:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to add pyaudio python package to yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-pyaudio-python-package-to-yocto/m-p/723288#M112412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how did you use toolchian build the new package? for more detailed information, pls refer to the yocto training, hope helpful for you&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-94389"&gt;https://community.nxp.com/docs/DOC-94389&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 06:31:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-pyaudio-python-package-to-yocto/m-p/723288#M112412</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2018-03-07T06:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to add pyaudio python package to yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-pyaudio-python-package-to-yocto/m-p/1420433#M187574</link>
      <description>&lt;P&gt;I' m having similar issues.&lt;/P&gt;&lt;P&gt;What I am trying to do is install PortAudio Library on my nxp board&lt;/P&gt;&lt;P&gt;----------------------------------------------&lt;/P&gt;&lt;P&gt;import sounddevice as sd&lt;/P&gt;&lt;P&gt;File "/usr/lib/python3.9/site-packages/sounddevice.py", line 71, in &amp;lt;module&amp;gt;&lt;BR /&gt;raise OSError('PortAudio library not found')&lt;BR /&gt;OSError: PortAudio library not found&lt;/P&gt;&lt;P&gt;----------------------------------------------&lt;/P&gt;&lt;P&gt;Can i get installation guide? I cannot access joanxie's shared link. I dont have rights to access&lt;/P&gt;&lt;P&gt;I am working on IMX8 PLUS&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 09:10:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-pyaudio-python-package-to-yocto/m-p/1420433#M187574</guid>
      <dc:creator>unscripted1</dc:creator>
      <dc:date>2022-02-28T09:10:38Z</dc:date>
    </item>
  </channel>
</rss>

