A set of apps that allows you to use a phone microphone as another devices microphone wirelessly
A set of apps that allows you to use a phone microphone as another devices microphone wirelessly
App progress update: Settings layout mostly complete!
getting a nice smooth animations is quite tough
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
Log in to leave a comment
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 
ive been messing with styles for a long time and i think its finally good
Log in to leave a comment
made a working, responsive cli client, currently only works on linux
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
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
Log in to leave a comment
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)
Log in to leave a comment