New community plugin released: capacitor-volume-control 🎧

New community plugin released: capacitor-volume-control :headphone:

I’ve built and published capacitor-volume-control :tada:, a handy Capacitor plugin that lets you:

  • getVolumeLevel() / setVolumeLevel() with normalized 0.0–1.0 scale
  • Control all volume streams: voice_call, system, ring, music, alarm, notification, dtmf
  • Listen to hardware volume buttons: watchVolume() emits direction + current level
  • Configurable behavior:
    • disableSystemVolumeHandler (iOS): keeps volume at initial/threshold
    • suppressVolumeIndicator (Android): hides default UI indicator

:white_check_mark: Includes full TS support, README, example code; background‑safe.
:inbox_tray: Clone/install via GitHub: GitHub - odion-cloud/capacitor-volume-control: Capacitor plugin for advanced volume control with native Android and iOS implementations

I’d appreciate any feedback, use‑cases, or collaborator interest. Thanks! Capacitor Ionic Framework #Plugin