teamclouday

Results 42 comments of teamclouday

Yea I see your point. It's more like a personal preference. Is there any performance related issues if I'm not making it static? I assume oboe will prevent recording start...

Hey thanks for the improvement suggestions. 👍 Does noise reduction on the phone only work when you are recording in stereo mode? Recording in stereo mode with same sample rate...

Yes, I was a contributor of this project called [OpenCamera](https://github.com/yukimuon/OpenCamera). The idea was to use Android phone camera as Windows pc camera. But there are limitations, mostly on the Windows...

I wrote a simple socket io client for Godot by following the protocols. It has some limitations but hope it helps. https://github.com/teamclouday/GodotSocketIO

Have you installed the apk app on the phone and the exe application on pc?

I see, so you want to use another port on Windows?\ Currently, it starts from port `55555` and test for availability. If not, then test `55556`, and so on. What...

@pkrack Thank you very much! I'm able to load panda.xml by following your steps.

I have a socketio setup that connects to a python server which uses [websockets](https://github.com/python-websockets/websockets/blob/01195322d2620a44039b716cb93c108c2ca9b6b9/src/websockets/legacy/http.py#L14). Apparently there's a hard limit of cookie size in header (8k) and my client keeps getting...

I'm getting the same error on nextjs server side. Is there an API client for server side?

> > I'm getting the same error on nextjs server side. Is there an API client for server side? > > No, there isn't. We have to make due creating...