<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Tagged with setproperty() - Processing 2.x and 3.x Forum</title>
      <link>https://forum.processing.org/two/discussions/tagged/feed.rss?Tag=setproperty%28%29</link>
      <pubDate>Sun, 08 Aug 2021 19:44:44 +0000</pubDate>
         <description>Tagged with setproperty() - Processing 2.x and 3.x Forum</description>
   <language>en-CA</language>
   <atom:link href="/two/discussions/taggedsetproperty%28%29/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Using camera within eclipse</title>
      <link>https://forum.processing.org/two/discussion/20732/using-camera-within-eclipse</link>
      <pubDate>Fri, 10 Feb 2017 06:51:53 +0000</pubDate>
      <dc:creator>JDev</dc:creator>
      <guid isPermaLink="false">20732@/two/discussions</guid>
      <description><![CDATA[<p>Im using Camera class from video library in an eclipse project, while it works fine within that particoular project when i try to invoke camera functions from within my framework i get the warning</p>

<p>(javaw.exe:3840): GStreamer-WARNING **: Failed to load plugin 'C:/Users/aaa/Desktop/bbb/ccc/video/library/\windows64\plugins\libgstvorbis.dll' ecc... on 30+ plugins.</p>

<p>Basically i got a "view" project with all view logics and some working tests and a "root" project that instantiates the view,the controller and link them togheter.</p>

<p>Problem is that apparently the directory from which im running the main affects some jna related property, so if i run my application from "root" project i get the above warnings and consequent fails.
To test the above sentence i made a one line main in "root" project that invokes a working test in "view" project, and run the same test directly in "view" project.
the first fails the second not.</p>

<p>What i would like to do is to keep things as are now(all the dlls in "view" project) to keep my MVC like pattern and make it work, is that possible?</p>
]]></description>
   </item>
   <item>
      <title>Speech TTS mbrola path; Could not validate any MBROLA voices - wth</title>
      <link>https://forum.processing.org/two/discussion/14328/speech-tts-mbrola-path-could-not-validate-any-mbrola-voices-wth</link>
      <pubDate>Fri, 08 Jan 2016 00:35:25 +0000</pubDate>
      <dc:creator>Chrisir</dc:creator>
      <guid isPermaLink="false">14328@/two/discussions</guid>
      <description><![CDATA[<p>Dear all,</p>

<p>I am just using TTS - runs fine with p3 and Win 10.</p>

<p>Anyway, I try to run it with mbrola , us1 now</p>

<p>using</p>

<pre><code>    System.setProperty("mbrola.base", "C:/PGR/mbrola/");
    tts = new TTS("mbrola_us1");
</code></pre>

<p>but it says</p>

<pre><code>Could not validate any MBROLA voices at

  C:/PGR/mbrola/

Make sure you FULLY specify the path to
the MBROLA directory using the mbrola.base
system property.
</code></pre>

<p>The discussion is a little unclear on Nikolaus Gradwohl page</p>

<p><a href="http://www.local-guru.net/blog/2010/06/20/using-mbrola-voices-with-the-processing-ttslib" target="_blank" rel="nofollow">http://www.local-guru.net/blog/2010/06/20/using-mbrola-voices-with-the-processing-ttslib</a></p>

<p>He says Win doesn't like spaces in paths so I tried to avoid.</p>

<p><del>But I don't know how to set the java path now. </del></p>

<p>I think I set the JAVA path now with</p>

<pre><code> System.setProperty("mbrola.base", "C:/PGR/mbrola/");
</code></pre>

<p>Of course I installed all voices (tried us1 and us3 since only us is supported)</p>

<p>and just pasted the unzipped us1-980512 as a folder named us1 into C:/PGR/mbrola/</p>

<p>and I tried a 1000 other things as well....</p>

<p>(and tried C:/PGR/mbrola/  C:/PGR/mbrola  C://PGR//mbrola  C://PGR//mbrola// also)</p>

<p>Best, Chrisir   ;-)</p>
]]></description>
   </item>
   </channel>
</rss>