Skip to content

Instantly share code, notes, and snippets.

View Exorion1er's full-sized avatar

Exorion (Klyhia) Exorion1er

  • 12:29 (UTC +02:00)
View GitHub Profile
@Exorion1er
Exorion1er / NAudioConcentusTrivialExample.cs
Created October 23, 2024 20:36
NAudio and Concentus Record -> Encode -> Decode -> Playback trivial example
using Concentus;
using Concentus.Enums;
using NAudio.Wave;
internal class Program {
private static bool stopFlag = false;
private static List<short> pcmAccumulationBuffer = new List<short>();
private static IOpusEncoder encoder;
private static IOpusDecoder decoder;
private static BufferedWaveProvider waveProvider;
# Privacy Policy for Pendulum
Last updated: 02/02/2024
At Pendulum, accessible from the Pendulum game on the Google Play Store, one of our main priorities is the privacy of our players. This Privacy Policy document contains types of information that is collected and recorded by Pendulum and how we use it.
If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us through email at [email protected].
## Information We Collect
@Exorion1er
Exorion1er / FFXIVModding.md
Last active June 20, 2025 15:51
Beginner-friendly FFXIV Modding Guide

This guide was written for people with no idea on how any of this works, complete beginner style. Feel free to skip steps if you feel comfortable doing so.
I wrote this for the Devil's Lair, check out one of the best night clubs of Choas : https://devils-lair.carrd.co/
These steps will also work for general purposes.

Quick disclaimer: This is only for PC. From what I know, it isn't possible to install mods or shaders on consoles.

Okay so first of all, this is largely inspired by https://reniguide.info/ for the Penumbra and Mare installation which is a great resource.

Summary: