magnickolas / iosmic

Use iOS device as microphone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iosmic

A CLI utility to use iOS device as an external mic on Linux. This codebase is forked from droidcam and additionally mostly compiled droidcam-obs-plugin and obs-studio.

Requirements

On the iOS device the application DroidCam Webcam & OBS Camera has to be installed.

Required packages: alsa, usbmuxd, ffmpeg

Build

git clone https://github.com/magnickolas/iosmic
cd iosmic
mkdir build
cmake -S. -Bbuild
cmake --build build
cp ./build/iosmic ~/.local/bin/iosmic

Usage

  • Connect through USB
    iosmic usb 4747
  • Connect through Wi-Fi
    iosmic <ip> 4747

About

Use iOS device as microphone

License:GNU General Public License v2.0


Languages

Language:C++ 90.4%Language:C 8.5%Language:CMake 1.1%