/AudioSnapshotServer

iOS mediaserverd hook to serve snapshots of current audio buffer via TCP/IP

Primary LanguageLogosMIT LicenseMIT

AudioSnapshotServer

Where do you get the audio data for your visualizer? I pull it out of my ASS.

TCP/IP server to fetch audio buffer's snapshot from mediaserverd.

Installation

iOS 11.0-11.1.2 required.

This tweak by itself does nothing noticeable. A client tweak is neccessary for visible effects - try MitsuhaXI

  1. Add this repository to Cydia: https://repo.nepeta.me/
  2. Install AudioSnapshotServer.

How to use it in your tweak?

If you send anything to localhost at the port 43333 it will reply with a dump of the current audio buffer (raw PCM audio data). That's all to it.

Bugs

Feel free to open a new issue.