iOS mediaserverd hook to serve snapshots of current audio buffer via TCP/IP
Logos Makefile Shell
Switch branches/tags
Nothing to show
Clone or download
Latest commit f7c9e86 May 20, 2018
Permalink
Failed to load latest commit information.
layout/DEBIAN code May 7, 2018
.gitignore code May 7, 2018
AudioSnapshotServer.plist code May 7, 2018
LICENSE code May 7, 2018
Makefile fixed makefile May 8, 2018
README.md Update README.md May 20, 2018
Tweak.xm no need for that header May 9, 2018
control no need to require a respring May 7, 2018

README.md

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. Make sure Electra is installed.
  2. Add this repository to Cydia: http://ominous.cf/repo/
  3. Install AudioSnapshotServer.

How to use it in your tweak?

If you send anything to localhost at the port 43333 it will reply with current buffer state. That's all to it.

Bugs

Feel free to open a new issue.