Skip to content
View larussverris's full-sized avatar
  • Reykjavík University

Block or report larussverris

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. MicroBreaks MicroBreaks Public

    MicroBreaks is a macOS menubar app that helps improve learning & memory through the use of gap effect breaks. The gap effect involves taking short 10-second breaks during learning activities, resul…

    Swift 14 2

  2. Get the Cocoa view for from an audio... Get the Cocoa view for from an audio unit
    1
    #import <AudioToolbox/AudioToolbox.h>
    2
    #import <Cocoa/Cocoa.h>
    3
    
    
    4
    /**
    5
     * Gets the Cocoa view for the given audio unit.
  3. Retrieve name of an AudioComponent Retrieve name of an AudioComponent
    1
    #import <AudioToolbox/AudioToolbox.h>
    2
    
    
    3
    /**
    4
     * Returns the name of the given `AudioComponent`, or nil if the component is invalid or the name could not be retrieved.
    5
     *
  4. Creating an aggregate device using C... Creating an aggregate device using Core Audio in Objective-C
    1
    #import <Foundation/Foundation.h>
    2
    #import <CoreAudio/CoreAudio.h>
    3
    #import "utilities.h"
    4
    
    
    5
    /*