Nazar
Nazar
> Привет, это отличная идея. Автономный аудиоконтекст может использоваться с отдельным устройством записи мультимедиа для создания аудио. Затем мы могли бы использовать [ffmpeg.js](https://github.com/Kagami/ffmpeg.js) , чтобы объединить это с видео. >...
> **Create "foldable" elements** This would be similar to the "Toggle node" in Notion for example; create a separate node type that's foldable This variant best for my case, need...
Any updates on this?
> Hi! Could you clarify, are you implementing an NCS using mos-connection? If yes, is the receiver (mos client) also a mos-connection client, or something else? Yes, NCS implementing using...
Also my createMosServer function createMosServer ```typescript import { ConnectionConfig, IConnectionConfig, MosConnection, MosDevice, } from "@mos-connection/connector"; export type MosServerProps = {} & Partial; export function createMosServer(props: MosServerProps) { let mos =...