Skip to content
View kurtismash's full-sized avatar

Organizations

@digital-preservation @nationalarchives @InsanityRadio
Block or Report

Block or report kurtismash

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
kurtismash/README.md

Hello ๐Ÿ‘‹

๐Ÿ‘ทโ€โ™‚๏ธ I'm a Technical Architect at The National Archives.

๐Ÿ•— Previously I was at the BBC doing archive related things and software development in Javascript/NodeJS and Python.

Pinned

  1. Windows10Pro_DesktopKiosk Windows10Pro_DesktopKiosk Public

    How to make a kiosk account in Windows 10 Pro for a desktop application

    Visual Basic 8 1

  2. Collection of useful sox commands Collection of useful sox commands
    1
    # Generate MD5 of audio data chunk within WAV file (OSX)
    2
    sox <input_file> -t raw - | md5
    3
    
                  
    4
    # Merge audio files by channel, i.e. 2 mono to stereo
    5
    sox -M <input_file.L> <input_file.R> <output_file>