Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 10, 2019 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/f79639672274d7b1767f09f4edb7d1b2 to your computer and use it in GitHub Desktop.
Save ryantm/f79639672274d7b1767f09f4edb7d1b2 to your computer and use it in GitHub Desktop.
/nix/store/as5g83gqqa5dlm9wxabzfgj1ax2jz5ck-libsoundio-2.0.0
├── bin
│   ├── sio_list_devices
│   ├── sio_microphone
│   ├── sio_record
│   └── sio_sine
├── include
│   └── soundio
│   ├── endian.h
│   └── soundio.h
└── lib
├── libsoundio.a
├── libsoundio.so -> libsoundio.so.2
├── libsoundio.so.2 -> libsoundio.so.2.0.0
└── libsoundio.so.2.0.0
4 directories, 10 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment