audio_input_type_plugin 0.0.5 copy "audio_input_type_plugin: ^0.0.5" to clipboard
audio_input_type_plugin: ^0.0.5 copied to clipboard

Microphone Type Checker is a cross-platform Flutter plugin that enables developers to determine the type of microphone available on both iOS and Android devices. By leveraging native APIs, the plugin [...]

Microphone Type #

Microphone Type Checker is a cross-platform Flutter plugin that enables developers to determine the type of microphone available on both iOS and Android devices. By leveraging native APIs, the plugin retrieves and identifies the microphone type, such as built-in, external, or headset microphones. This functionality is essential for apps that need to customize audio input behavior based on the specific microphone in use, providing a seamless experience across both mobile platforms.

Usage/Examples #

  var AudioType = await AudioInputTypePlugin.getConnectedMicrophone();
  print(AudioType)

Hi, I'm Vishal Singh! 👋 #

🚀 About Me #

I'm a flutter developer at critrion tech pvt ltd...

Feedback #

If you have any feedback, please reach out to us at iamervishalsingh@gmail.com

2
likes
130
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

Microphone Type Checker is a cross-platform Flutter plugin that enables developers to determine the type of microphone available on both iOS and Android devices. By leveraging native APIs, the plugin retrieves and identifies the microphone type, such as built-in, external, or headset microphones. This functionality is essential for apps that need to customize audio input behavior based on the specific microphone in use, providing a seamless experience across both mobile platforms.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on audio_input_type_plugin

Packages that implement audio_input_type_plugin