BasedHardware / omi

AI wearables
https://omi.me
MIT License
3.71k stars 480 forks source link

Apple watch integration ($2,000) #619

Open kodjima33 opened 3 months ago

kodjima33 commented 3 months ago

Is your feature request related to a problem? Please describe. Many people don't have Friend necklace and want to be able to use our app. But there are millions of apple watch users and they want to use our app with apple watch as a recording device

Describe the solution you'd like We need to do Exact same solution that Bee computer has - apple watch should work with the app.

Appstore link: https://apps.apple.com/us/app/bee-your-personal-ai/id6480349491 Describe alternatives you've considered Here

Additional context This is a paid task. Reward is $2000 in cash. Simply link your PR with this task and we will check it asap. Check how Contributions and bounties work here If no one is assigned to this task, then no one is working on it. We don't lock bounty tasks unless you've created PRs before.

beastoin commented 3 months ago

so sweet!

unaisshemim commented 3 months ago

This is the link for how to integrate apple watch into flutter app.I am working on it . Link

ariel3dprintinguy commented 3 months ago

hey, i think the best approach for this issue is not running the whole app on apple watch but instead do like i did in one of my apps that is passing voice bytes (while app active) to the main app using watch connectivity or api and then the ios app gets the data. but the main point is making new app to apple watch companion app that works with the main app. which make more sense than trying to load full flutter app on small apple watch screen and adapt it to it. if you think its good idea i can just do it.

josancamon19 commented 3 months ago

Makes sense @ariel3dprintinguy

ariel3dprintinguy commented 3 months ago

@josancamon19 it is and i can do that but i dont know if thats what @kodjima33 wants. if he wants that i can make it

j3sk0 commented 2 months ago

Is there already a solution for Google or Android watches?

kodjima33 commented 2 months ago

@ariel3dprintinguy feel free to go ahead and do it

Jainakin commented 1 month ago

Hey, this is my proposed solution -

  1. An simple apple watch app, that can be paired to the main app and has a button to start listening.
  2. The audio is streamed to the main flutter app
  3. The audio is then processed on the app as required(please provide some details for this)

Would you guys be open to distributing this Apple Watch App?

ariel3dprintinguy commented 1 month ago

Hey, this is my proposed solution -

  1. An simple apple watch app, that can be paired to the main app and has a button to start listening.
  2. The audio is streamed to the main flutter app
  3. The audio is then processed on the app as required(please provide some details for this)

Would you guys be open to distributing this Apple Watch App?

I am working on this. using watch connectivity library. Update soon .

vincentkoc commented 4 weeks ago

@kodjima33 i have started a go at this #1210

vincentkoc commented 3 weeks ago

Ignore previous PR, was a mess - im rebasing on local. Just finalising unit testing and local build processes before i re-raise a PR

beastoin commented 5 days ago

@ariel3dprintinguy i don't think you need the permission to do something great.

if your PR is great then why would not people want it ?

if i were you i would not afraid of 'wasting time'. at least i would learn something new and a new opoturnity might come along later, who's know?

so, just do it.

beastoin commented 5 days ago

@vincentkoc how's it going man? are you done with rebasing 😌