<feed xmlns='http://www.w3.org/2005/Atom'>
<title>TaSTT.git/Python, branch v0.1</title>
<subtitle>Free self-hosted STT for VRChat.</subtitle>
<id>https://git.yummers.dev/TaSTT.git/atom?h=v0.1</id>
<link rel='self' href='https://git.yummers.dev/TaSTT.git/atom?h=v0.1'/>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/TaSTT.git/'/>
<updated>2022-12-18T01:51:12+00:00</updated>
<entry>
<title>Finish python virtual env</title>
<updated>2022-12-18T01:51:12+00:00</updated>
<author>
<name>yum</name>
<email>yum.food.vr@gmail.com</email>
</author>
<published>2022-12-18T01:51:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/TaSTT.git/commit/?id=ee8213d1d2c2008d2d996929500c9e87dac325a3'/>
<id>urn:sha1:ee8213d1d2c2008d2d996929500c9e87dac325a3</id>
<content type='text'>
GUI can now download all TaSTT dependencies and install them into a
virtual environment.

* Add buttons to check embedded python version &amp; install dependencies
* Add class to wrap interacting with embedded Python
* Put all TaSTT python scripts into a folder
</content>
</entry>
<entry>
<title>Check in `future` package</title>
<updated>2022-12-18T01:26:16+00:00</updated>
<author>
<name>yum</name>
<email>yum.food.vr@gmail.com</email>
</author>
<published>2022-12-18T01:26:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/TaSTT.git/commit/?id=4d836989720523cd0363927e3e066f56b9dc445c'/>
<id>urn:sha1:4d836989720523cd0363927e3e066f56b9dc445c</id>
<content type='text'>
I hit some issues installing Whisper and had to embed this package.
I haven't taken the time to deeply understand what's going on. I think
that embedded Python follows different rules about resolving module
paths than regular system Python.

Basically, `future`'s setup.py has a line like `import src`, where
`src` is a module inside future (like `future/src/__init__.py`). This
doesn't work unless we put that directory on the search path.
</content>
</entry>
<entry>
<title>Downgrade to Python 3.10.9</title>
<updated>2022-12-18T00:26:06+00:00</updated>
<author>
<name>yum</name>
<email>yum.food.vr@gmail.com</email>
</author>
<published>2022-12-18T00:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/TaSTT.git/commit/?id=da754e9cf5b192239826aa1619e1ada3c98daa45'/>
<id>urn:sha1:da754e9cf5b192239826aa1619e1ada3c98daa45</id>
<content type='text'>
Whisper needs Python &lt; 3.11.
</content>
</entry>
<entry>
<title>Document embedded venv hack</title>
<updated>2022-12-17T01:42:03+00:00</updated>
<author>
<name>yum</name>
<email>yum.food.vr@gmail.com</email>
</author>
<published>2022-12-17T01:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/TaSTT.git/commit/?id=b6a68f2569243cae224d7be8b02e2408aeaae699'/>
<id>urn:sha1:b6a68f2569243cae224d7be8b02e2408aeaae699</id>
<content type='text'>
Check in pip &amp; modify embedded python to install to Lib and
Lib/site-packages. Experimentally, packages may be installed with pip
and do reside in Lib/site-packages. Hard to tell if this is also
touching files outside the venv.
</content>
</entry>
<entry>
<title>Check in python 3.11</title>
<updated>2022-12-17T01:41:47+00:00</updated>
<author>
<name>yum</name>
<email>yum.food.vr@gmail.com</email>
</author>
<published>2022-12-17T01:05:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/TaSTT.git/commit/?id=00e1f1ac9f25d2ec346a09a6c6372fd93d404633'/>
<id>urn:sha1:00e1f1ac9f25d2ec346a09a6c6372fd93d404633</id>
<content type='text'>
License is included in source &amp; distributable package.
</content>
</entry>
</feed>
