<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Menlo;
        panose-1:2 11 6 9 3 8 4 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Courier New";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">So I added a Visual C++ project for it and added pablio.h and similar.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The dll builds and loads, and for now I’m just testing it with:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><extension name="test"><o:p></o:p></p>
<p class="MsoNormal">      <condition field="destination_number" expression="^9199$"><o:p></o:p></p>
<p class="MsoNormal">                <action application="answer"/><o:p></o:p></p>
<p class="MsoNormal">                <action application="playback" data="portaudio_stream://test_stream"/><o:p></o:p></p>
<p class="MsoNormal">      </condition><o:p></o:p></p>
<p class="MsoNormal">    </extension><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<pre style="margin-bottom:11.25pt;background:#F4F5F6"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:black">It’s crashing my test 1.10.7 with EXCEPTION</span><span style="font-size:10.5pt;font-family:Menlo;color:#3D4649">_ACCESS_VIOLATION_READ: Fatal Error: EXCEPTION_ACCESS_VIOLATION_READ<o:p></o:p></span></pre>
<p class="MsoNormal">I just want to use one of my PortAudio channels as Music on Hold (moh) – using a soundcard for audio.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Anyone got any pointers?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="margin-bottom:12.0pt"><b><span style="font-size:12.0pt;color:black">From:
</span></b><span style="font-size:12.0pt;color:black">FreeSWITCH-users <freeswitch-users-bounces@lists.freeswitch.org> on behalf of Support from NetworkedAudio LLC <support@naud.io><br>
<b>Date: </b>Friday, November 5, 2021 at 9:36 AM<br>
<b>To: </b>FreeSWITCH Users Help <freeswitch-users@lists.freeswitch.org><br>
<b>Subject: </b>[Freeswitch-users] Examples of mod_portaudio_stream?<o:p></o:p></span></p>
</div>
<p class="MsoNormal">Hi,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">There seems to be a mod_portaudio_stream that could be used as MOH for a conference with no other members.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Does anyone have any examples of how to use it?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Erik<o:p></o:p></p>
</div>
</body>
</html>