Results 6 issues of Mikhail

**Is your feature request related to a problem? Please describe.** When you play several audio files simultaneously and you need to fade the volume of one track at the right...

enhancement
1 backlog

Hi, I've tried to run Docker image on Raspberry Pi 4: ``` WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform...

## Summary Add one more example with [raspivid](https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspivid.md) support instead of `gstreamer` to provide hardware encoding for Raspberry Pi. ## Motivation Since Raspberry Pi is wildly used in many projects...

## Summary Broadcast webcam stream from server to browser. ## Motivation This feature definitely should be in examples section. It has many use cases: from home security control to live...

I want to pas phone numbers with different formats: '+{7}(000)000-00-00' and '8(000)000-00-00' How to do it with this mask?

```js import * as PIXI from 'pixi.js' import { Ease, ease } from 'pixi-ease' const app = new PIXI.Application() const test = app.stage.addChild(new PIXI.Sprite(PIXI.Texture.WHITE)) const generic = ease.add(test, { alpha:...