Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Calendar
games
Log in
Register
What's new
Search
Search
Search titles only
By:
Current visitors
New profile posts
Search profile posts
Menu
Log in
Register
Install the app
Install
Home
Members
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
fukurou's latest activity
fukurou
replied to the thread
cts ports
.
1/5 def add_continuous_skill(self, skill): if self.is_thinking: return skill.set_kokoro(self.kokoro)...
May 10, 2025
fukurou
posted the thread
cts ports
in
chit chat
.
public void addContinuousSkill(Skill skill) { if (this.isThinking) { return; } skill.setKokoro(this.kokoro)...
May 8, 2025
fukurou
replied to the thread
new STT code
.
premode: import whisper import pyaudio import numpy as np import re import atexit from threading import Event from LivinGrimoire23...
May 4, 2025
fukurou
replied to the thread
new STT code
.
May 4, 2025
fukurou
replied to the thread
new STT code
.
class DiSTTSync(Skill): CHUNK = 1024 FORMAT = pyaudio.paInt16 CHANNELS = 1 RATE = 16000 MIN_ACTIVE_SECONDS = 0.5...
May 3, 2025
fukurou
replied to the thread
new STT code
.
the sync version seems more reliable: class DiSTTSync(Skill): CHUNK = 1024 FORMAT = pyaudio.paInt16 CHANNELS = 1 RATE =...
May 3, 2025
fukurou
replied to the thread
new STT code
.
1 piece version import whisper import pyaudio import numpy as np import re import atexit from threading import Event from...
May 3, 2025
fukurou
replied to the thread
new STT code
.
import whisper import pyaudio import numpy as np import re import atexit from threading import Event from LivinGrimoire23 import Brain...
May 3, 2025
fukurou
replied to the thread
new STT code
.
import whisper import pyaudio import numpy as np import re import atexit from threading import Event from LivinGrimoire23 import Brain...
May 3, 2025
fukurou
replied to the thread
new STT code
.
import whisper import pyaudio import numpy as np import re import atexit from threading import Event from LivinGrimoire23 import Brain...
May 3, 2025
fukurou
replied to the thread
new STT code
.
import whisper import pyaudio import numpy as np import re import atexit from threading import Event from LivinGrimoire23 import Brain...
May 3, 2025
fukurou
replied to the thread
new STT code
.
import whisper import pyaudio import numpy as np import re import atexit from threading import Event # Audio Settings CHUNK = 1024...
May 3, 2025
fukurou
replied to the thread
new STT code
.
import whisper import pyaudio import numpy as np import re import atexit from threading import Event # Audio Settings CHUNK = 1024...
May 3, 2025
fukurou
posted the thread
new STT code
in
Atelier
.
cmd winget install ffmpeg check if it installed ok: ffmpeg -version in python terminal: pip install openai-whisper pyaudio numpy wave...
May 3, 2025
fukurou
updated their
status
.
May 3, 2025
Home
Members
Top
Text copied to clipboard.