개발자 윤군
개발자 윤군
I temporarily solved it. https://github.com/raravel/neuro-umd
> > I temporarily solved it. > > https://github.com/raravel/neuro-umd > > Can you tell me what the solution was? I was just replace code `import` to `require`
[www.spooncast.net.zip](https://github.com/sopia-bot/SOPIA/files/10391175/www.spooncast.net.zip) Create live include custom image.
recording audio file to blobevent ```js ctx = new AudioContext() ctx.decodeAudioData(test.buffer).then((r) => window.tttt = r) src = ctx.createBufferSource() src.buffer = tttt; dest = ctx.createMediaStreamDestination() recorder = new MediaRecorder(dest.stream) recorder.ondataavailable =...
The structure of SOPIA handling audio is as follows. - Connect AudioContext for Visual Analyzer for each track. - Buffers for actual broadcasting are all connected to Main AudioContext and...
If you want to record audio from the desktop, you must first loopback the playback device. (Using wasapi or virtual cable, etc.) Loopback example (but not perfact): Use fmedia command...
ffmpeg ``` -i - -c:a aac -vn -strict experimental -f flv ``` sox ``` -b ${bitDepth} -e unsigned-integer -r ${sampleRate} -c ${channels} -t waveaudio ${deviceName} --clobber -p ```
Did you manage to fix it?
```js { "event": "live_present", "live_id": 37474912, "data": { "live": { "author": { "id": 2627887, "nickname": "에다 ℯ𝒹𝒶", "profile_url": "http://cdn.spooncast.net/profiles/C/oV8WGCe0npDb/021d248d-76d3-44f9-81b3-d86f3f6a5af7.jpg", "gender": 0, "tag": "eda", "country": "kr", "date_joined": "2018-08-31T15:38:28.34147Z", "follower_count": 68541, "following_count":...
```json { "event": "live_like", "live_id": 37568281, "data": { "author": { "id": 4324890, "nickname": "소피아", "profile_url": "http://kr-cdn.spooncast.net/profiles/K/02b80KsnDeglP/ddc54e9a-4d13-497c-b6c8-0dd25ab80967.jpg", "gender": 0, "tag": "a.i_sopia", "country": "kr", "date_joined": "2019-06-19T00:47:36.124388Z", "is_dj": false, "is_fixedmng": false, "is_like": false,...