Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 20, 2018 14:48
Show Gist options
  • Save ryantm/6d95c10b309c4385ae57070e68f3200c to your computer and use it in GitHub Desktop.
Save ryantm/6d95c10b309c4385ae57070e68f3200c to your computer and use it in GitHub Desktop.
/nix/store/wcg6cmcrmn9sabjpx8yvwwmapgjlsvck-openal-soft-1.19.0
├── bin
│   ├── alrecord
│   ├── altonegen
│   ├── makehrtf
│   └── openal-info
├── include
│   └── AL
│   ├── alc.h
│   ├── alext.h
│   ├── al.h
│   ├── efx-creative.h
│   ├── efx.h
│   └── efx-presets.h
├── lib
│   ├── cmake
│   │   └── OpenAL
│   │   ├── OpenALConfig.cmake
│   │   └── OpenALConfig-release.cmake
│   ├── libopenal.so -> libopenal.so.1
│   ├── libopenal.so.1 -> libopenal.so.1.19.0
│   ├── libopenal.so.1.19.0
│   └── pkgconfig
│   └── openal.pc
└── share
└── openal
├── alsoftrc.sample
├── hrtf
│   ├── default-44100.mhr
│   └── default-48000.mhr
└── presets
├── 3D7.1.ambdec
├── hexagon.ambdec
├── itu5.1.ambdec
├── itu5.1-nocenter.ambdec
├── presets.txt
├── rectangle.ambdec
└── square.ambdec
11 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment