Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 8, 2018 07:45
Show Gist options
  • Save ryantm/247328f2bef68e202cbed7553c1ed5fb to your computer and use it in GitHub Desktop.
Save ryantm/247328f2bef68e202cbed7553c1ed5fb to your computer and use it in GitHub Desktop.
/nix/store/zwpizssdngqwan54s1ramkdp8aid49r0-webrtc-audio-processing-0.3.1
├── include
│   └── webrtc_audio_processing
│   └── webrtc
│   ├── base
│   │   ├── arraysize.h
│   │   ├── basictypes.h
│   │   ├── checks.h
│   │   ├── constructormagic.h
│   │   ├── maybe.h
│   │   └── platform_file.h
│   ├── common.h
│   ├── common_types.h
│   ├── modules
│   │   ├── audio_processing
│   │   │   ├── beamformer
│   │   │   │   └── array_util.h
│   │   │   └── include
│   │   │   └── audio_processing.h
│   │   └── interface
│   │   └── module_common_types.h
│   ├── system_wrappers
│   │   └── include
│   │   └── trace.h
│   └── typedefs.h
└── lib
├── libwebrtc_audio_processing.la
├── libwebrtc_audio_processing.so -> libwebrtc_audio_processing.so.1.0.0
├── libwebrtc_audio_processing.so.1 -> libwebrtc_audio_processing.so.1.0.0
├── libwebrtc_audio_processing.so.1.0.0
└── pkgconfig
└── webrtc-audio-processing.pc
13 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment