Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 723 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 723 Bytes

AudioSnapshotServer

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

A modified verison of Nepeta's ASS, which is a TCP/IP server to fetch audio buffer's snapshot from mediaserverd.

Installation

iOS 11.0-13.5.1 required.

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

  1. Add this repository to Cydia: https://repo.packix.com.
  2. Install AudioSnapshotServer.

How to use it in your tweak?

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