iarspider

Results 48 comments of iarspider

So, a small update: `player.play()` expects the sound file to be in one specific format: 44.1 kHz, 128 kb/s, 2 channels. If any of the parameters are off, the sound...

Thanks for looking into it. With this update however, I'm getting weird results - if I play two sounds in a row, the second one isn't played, and holds the...

And here is the reproducer: ```python import asyncio import os import time import eyed3 from pathlib import Path from twitchio.ext import commands, sounds class Bot(commands.Bot): def play_sound(self, sound: str): soundfile...

This worked fine before. The `Bot.play_sound` function in my "production" code is used also to play temporary Text-to-Speech mp3 files, and the waiting is mostly used to remove those temporary...

This one works properly: ```py import asyncio import os import time from pathlib import Path # from dotenv import load_dotenv from twitchio.ext import commands, sounds class Bot(commands.Bot): async def play_sound(self,...

We will now decommission of cmsdev31 and cmsdev32, and prepare for migrating cmsdev23 and cmsdev34.

The nodes are ready. We can run final sync over the weekend or on Monday morning,

`el8` migration for `cmsdev23` and `cmsdev24` (alias `cmsdev34`) have finished. These nodes are now replaced by new `cmsdev43` and `cmsdev44`. Your data from `/build` directory is available on new nodes....

We will perform migration of cmsdev30 and cmsdev25 nodes tomorrow, May 15th, after 11:00. These nodes will be replaced with cmsdev40 and cmsdev45. Your data from /build directory will be...