https://github.com/niw/echo
A simple iOS application redirects microphone input to the Bluetooth audio device
https://github.com/niw/echo
airpods bluetooth ios microphone swift
Last synced: 6 months ago
JSON representation
A simple iOS application redirects microphone input to the Bluetooth audio device
- Host: GitHub
- URL: https://github.com/niw/echo
- Owner: niw
- License: mit
- Created: 2020-01-13T20:36:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T12:01:20.000Z (over 3 years ago)
- Last Synced: 2023-04-13T15:06:57.692Z (over 2 years ago)
- Topics: airpods, bluetooth, ios, microphone, swift
- Language: Swift
- Homepage:
- Size: 950 KB
- Stars: 37
- Watchers: 7
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Echo
====A simple iOS application that redirects microphone input to the Bluetooth
audio device such as AirPods so that we can use AirPods always not just only for musics on iPhone, but also for the in-flight entertainment or Nintendo Switch.

In another words, basically this makes iPhone as a Bluetooth emitter.
Usage
-----It requires the latet iOS and Xcode. Build the app and install it to your iOS device.
You may need to switch audio output route to AirPods by using Control Center.
### Cable specification
To audio input, you need to buy a specific cable or implement it manually that connects the headphone audio to the microphone.
See the [cable documentation](Cable/README.md) for the details.