cfogelklou / micLib

A simple, low latency library for accessing the microphone in IOS (and possibly, eventually, Android).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

micLib

A simple, low latency library for accessing the microphone in IOS (and possibly, eventually, Android).

Note: build_ios_fat_lib.sh probably no longer works. Instead, use the xcode library project, which does work, to build libremote_io.a. Then try the library on real hardware by running the xcode project. As of right now, does not run on a simulator, unfortunately.

How to Integrate with Unity

Copy the following files to your Assets/Plugins/iOS directory:

  • libremote_io.a
  • apple_source/remoteio_mic_c.h
  • common/audiolib_types.h
  • common/PcmQ.h
  • micWrapper.cpp

Unity Capture

You can then use the example in unity/MicCapture.cs as a template for your microphone handling code.

About

A simple, low latency library for accessing the microphone in IOS (and possibly, eventually, Android).

License:Other


Languages

Language:C 42.7%Language:C++ 29.9%Language:C# 9.1%Language:Objective-C++ 7.5%Language:Makefile 7.0%Language:Objective-C 2.7%Language:Shell 0.6%Language:Java 0.5%