RemoteMic banner

RemoteMic

4 devlogs
19h 0m 24s

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

Tally

App progress update: Settings layout mostly complete!
getting a nice smooth animations is quite tough

  • open and close animation
  • setting button spins
  • sidebar moves off screen if window is not large enough (with trickery)

I quite like the system i came up with for the sidebar
I did not want to hardcode an array/object of entries as the markup will already have all of the entries, so I made svelte attachments to generate an object that the sidebar uses to render the sections

Also reworked many internals, including changing the node binary sidecar to use JSON messages instead of “::” seperated codes, should be more stable and reliable

First video is what it looks like currently, videos/media after are in order from oldest to newest that shows the development of the settings panel

0
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