Skip to content
View Hiradur's full-sized avatar

Block or report Hiradur

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. RigsOfRods/rigs-of-rods Public

    Main development repository for Rigs of Rods soft-body physics simulator

    C++ 1.1k 182

  2. Guide for achieving speaker-based im...
    1
    # Speaker-based immersive (3D) audio in hundreds of PC games via Ambisonics using OpenAL Soft
    2
    
                  
    3
    ## Introduction
    4
    It's possible to achieve speaker-based immersive (3D) audio in many PC games that don't seem to be supported by current proprietary object-based audio technologies using some tinkering and a technology called Ambisonics.
    5
    Since Ambisonics seems to have gone largely unnoticed in the consumer-space so far, I will first explain what it is, what its benefits are, what content is available right now, and how to set it up on a PC for gaming.
  3. Shell script to toggle video and aud...
    1
    #!/bin/sh
    2
    
                  
    3
    # toggle_av_setups.sh
    4
    # Original author: Hiradur
    5
    # License: CC0
  4. Shell script to toggle Pulseaudio ou...
    1
    #!/bin/sh
    2
    
                  
    3
    # toggle_stereo_surround.sh
    4
    # Original author: Hiradur
    5
    # License: CC0
  5. Shell script to toggle between light...
    1
    #!/bin/sh
    2
    
                  
    3
    # toggle_theme_gtk_qt.sh
    4
    # Original author: Hiradur
    5
    # License: CC0
  6. Color theme for the Stylus browser a...
    1
    @-moz-document url-prefix("file://"), regexp("https?:\\/\\/(?!(www\\.)?(computerbase?!(\\/forum)|docs\\.google|forum\\.xda-developers|github|startpage|steamcommunity|userstyles|youtube)\\..*).*") {
    2
    /* 
    3
     * Global Adwaita-dark Stylus theme
    4
     * This theme applies a color scheme similar to Adwaita-dark to every webpage
    5
     * This theme is based on Solarized Dark Everywhere by thedude (CC0 licensed):