RemoteMic banner

RemoteMic

3 devlogs
12h 26m 38s

A set of apps that allows you to use a phone microphone as another devices microphone wirelessly

Tally

Did lots of work on the tauri app!
made a custom titlebar and made the window do some pretty neat behavior stuffs :3 (look at the corners when near edges)
also added a tray icon for backgrounding if youre like me and dislike annoying extra idle windows
however now theres this random crash sometimes and idk whats causing that tw_tada
ive been messing with styles for a long time and i think its finally good

Attachment
Attachment
0
Tally

cli

made a working, responsive cli client, currently only works on linux

app

ive decided to make a cross platform tauri app for better usability, as i imagine most people (including me) wont want to keep a terminal open for the entire mic session
Ill be using a nodejs binary sidecar because i am not very good at rust development

below is a video of the nodejs sidecar (hacked to have human input be possible) and the cli

next steps:

actually create the tauri app part of the tauri app, so far ive only made the nodejs half
finish the website, which is still in an unfinished prototype state
add compression, streaming raw PCM is suuuper wasteful

0
Tally

Pretty much finished the entire server, got a very basic (and bad looking) ui for the mic source, and i am working on creating a virtual microphone i can stream data into that works cross platform (except macos bc i cant test it)

Attachment
Attachment
Attachment
Attachment
Attachment
0