Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 12, 2020 19:45
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 r-ryantm/9ab86949936d23825df04abec2dab4a5 to your computer and use it in GitHub Desktop.
Save r-ryantm/9ab86949936d23825df04abec2dab4a5 to your computer and use it in GitHub Desktop.
/nix/store/57baap518h19rh2qwd9r6g2ya3bicp10-libopenshot-audio-0.1.9
├── bin
│   └── openshot-audio-test-sound
├── include
│   └── libopenshot-audio
│   ├── AppConfig.h
│   ├── juce_audio_basics
│   │   ├── audio_play_head
│   │   │   └── juce_AudioPlayHead.h
│   │   ├── buffers
│   │   │   ├── juce_AudioChannelSet.h
│   │   │   ├── juce_AudioDataConverters.h
│   │   │   ├── juce_AudioProcessLoadMeasurer.h
│   │   │   ├── juce_AudioSampleBuffer.h
│   │   │   └── juce_FloatVectorOperations.h
│   │   ├── juce_audio_basics.h
│   │   ├── midi
│   │   │   ├── juce_MidiBuffer.h
│   │   │   ├── juce_MidiFile.h
│   │   │   ├── juce_MidiKeyboardState.h
│   │   │   ├── juce_MidiMessage.h
│   │   │   ├── juce_MidiMessageSequence.h
│   │   │   └── juce_MidiRPN.h
│   │   ├── mpe
│   │   │   ├── juce_MPEInstrument.h
│   │   │   ├── juce_MPEMessages.h
│   │   │   ├── juce_MPENote.h
│   │   │   ├── juce_MPESynthesiserBase.h
│   │   │   ├── juce_MPESynthesiser.h
│   │   │   ├── juce_MPESynthesiserVoice.h
│   │   │   ├── juce_MPEUtils.h
│   │   │   ├── juce_MPEValue.h
│   │   │   └── juce_MPEZoneLayout.h
│   │   ├── native
│   │   │   └── juce_mac_CoreAudioLayouts.h
│   │   ├── sources
│   │   │   ├── juce_AudioSource.h
│   │   │   ├── juce_BufferingAudioSource.h
│   │   │   ├── juce_ChannelRemappingAudioSource.h
│   │   │   ├── juce_IIRFilterAudioSource.h
│   │   │   ├── juce_MemoryAudioSource.h
│   │   │   ├── juce_MixerAudioSource.h
│   │   │   ├── juce_PositionableAudioSource.h
│   │   │   ├── juce_ResamplingAudioSource.h
│   │   │   ├── juce_ReverbAudioSource.h
│   │   │   └── juce_ToneGeneratorAudioSource.h
│   │   ├── synthesisers
│   │   │   └── juce_Synthesiser.h
│   │   └── utilities
│   │   ├── juce_ADSR.h
│   │   ├── juce_CatmullRomInterpolator.h
│   │   ├── juce_Decibels.h
│   │   ├── juce_IIRFilter.h
│   │   ├── juce_LagrangeInterpolator.h
│   │   ├── juce_Reverb.h
│   │   └── juce_SmoothedValue.h
│   ├── juce_audio_devices
│   │   ├── audio_io
│   │   │   ├── juce_AudioDeviceManager.h
│   │   │   ├── juce_AudioIODevice.h
│   │   │   ├── juce_AudioIODeviceType.h
│   │   │   └── juce_SystemAudioVolume.h
│   │   ├── juce_audio_devices.h
│   │   ├── midi_io
│   │   │   ├── juce_MidiInput.h
│   │   │   ├── juce_MidiMessageCollector.h
│   │   │   └── juce_MidiOutput.h
│   │   ├── native
│   │   │   ├── java
│   │   │   │   └── app
│   │   │   │   └── com
│   │   │   │   └── roli
│   │   │   │   └── juce
│   │   │   ├── juce_ios_Audio.h
│   │   │   └── juce_MidiDataConcatenator.h
│   │   └── sources
│   │   ├── juce_AudioSourcePlayer.h
│   │   └── juce_AudioTransportSource.h
│   ├── juce_audio_formats
│   │   ├── codecs
│   │   │   ├── flac
│   │   │   │   ├── all.h
│   │   │   │   ├── alloc.h
│   │   │   │   ├── assert.h
│   │   │   │   ├── callback.h
│   │   │   │   ├── compat.h
│   │   │   │   ├── endswap.h
│   │   │   │   ├── export.h
│   │   │   │   ├── format.h
│   │   │   │   ├── libFLAC
│   │   │   │   │   └── include
│   │   │   │   │   ├── private
│   │   │   │   │   │   ├── all.h
│   │   │   │   │   │   ├── bitmath.h
│   │   │   │   │   │   ├── bitreader.h
│   │   │   │   │   │   ├── bitwriter.h
│   │   │   │   │   │   ├── cpu.h
│   │   │   │   │   │   ├── crc.h
│   │   │   │   │   │   ├── fixed.h
│   │   │   │   │   │   ├── float.h
│   │   │   │   │   │   ├── format.h
│   │   │   │   │   │   ├── lpc.h
│   │   │   │   │   │   ├── md5.h
│   │   │   │   │   │   ├── memory.h
│   │   │   │   │   │   ├── metadata.h
│   │   │   │   │   │   ├── stream_encoder_framing.h
│   │   │   │   │   │   ├── stream_encoder.h
│   │   │   │   │   │   └── window.h
│   │   │   │   │   └── protected
│   │   │   │   │   ├── all.h
│   │   │   │   │   ├── stream_decoder.h
│   │   │   │   │   └── stream_encoder.h
│   │   │   │   ├── metadata.h
│   │   │   │   ├── ordinals.h
│   │   │   │   ├── stream_decoder.h
│   │   │   │   ├── stream_encoder.h
│   │   │   │   └── win_utf8_io.h
│   │   │   ├── juce_AiffAudioFormat.h
│   │   │   ├── juce_CoreAudioFormat.h
│   │   │   ├── juce_FlacAudioFormat.h
│   │   │   ├── juce_LAMEEncoderAudioFormat.h
│   │   │   ├── juce_MP3AudioFormat.h
│   │   │   ├── juce_OggVorbisAudioFormat.h
│   │   │   ├── juce_WavAudioFormat.h
│   │   │   ├── juce_WindowsMediaAudioFormat.h
│   │   │   └── oggvorbis
│   │   │   ├── codec.h
│   │   │   ├── config_types.h
│   │   │   ├── libvorbis-1.3.2
│   │   │   │   └── lib
│   │   │   │   ├── backends.h
│   │   │   │   ├── bitrate.h
│   │   │   │   ├── books
│   │   │   │   │   ├── coupled
│   │   │   │   │   │   ├── res_books_51.h
│   │   │   │   │   │   └── res_books_stereo.h
│   │   │   │   │   ├── floor
│   │   │   │   │   │   └── floor_books.h
│   │   │   │   │   └── uncoupled
│   │   │   │   │   └── res_books_uncoupled.h
│   │   │   │   ├── codebook.h
│   │   │   │   ├── codec_internal.h
│   │   │   │   ├── envelope.h
│   │   │   │   ├── highlevel.h
│   │   │   │   ├── lookup_data.h
│   │   │   │   ├── lookup.h
│   │   │   │   ├── lpc.h
│   │   │   │   ├── lsp.h
│   │   │   │   ├── masking.h
│   │   │   │   ├── mdct.h
│   │   │   │   ├── misc.h
│   │   │   │   ├── modes
│   │   │   │   │   ├── floor_all.h
│   │   │   │   │   ├── psych_11.h
│   │   │   │   │   ├── psych_16.h
│   │   │   │   │   ├── psych_44.h
│   │   │   │   │   ├── psych_8.h
│   │   │   │   │   ├── residue_16.h
│   │   │   │   │   ├── residue_44.h
│   │   │   │   │   ├── residue_44p51.h
│   │   │   │   │   ├── residue_44u.h
│   │   │   │   │   ├── residue_8.h
│   │   │   │   │   ├── setup_11.h
│   │   │   │   │   ├── setup_16.h
│   │   │   │   │   ├── setup_22.h
│   │   │   │   │   ├── setup_32.h
│   │   │   │   │   ├── setup_44.h
│   │   │   │   │   ├── setup_44p51.h
│   │   │   │   │   ├── setup_44u.h
│   │   │   │   │   ├── setup_8.h
│   │   │   │   │   └── setup_X.h
│   │   │   │   ├── os.h
│   │   │   │   ├── psy.h
│   │   │   │   ├── registry.h
│   │   │   │   ├── scales.h
│   │   │   │   ├── smallft.h
│   │   │   │   └── window.h
│   │   │   ├── ogg.h
│   │   │   ├── os_types.h
│   │   │   ├── vorbisenc.h
│   │   │   └── vorbisfile.h
│   │   ├── format
│   │   │   ├── juce_AudioFormat.h
│   │   │   ├── juce_AudioFormatManager.h
│   │   │   ├── juce_AudioFormatReader.h
│   │   │   ├── juce_AudioFormatReaderSource.h
│   │   │   ├── juce_AudioFormatWriter.h
│   │   │   ├── juce_AudioSubsectionReader.h
│   │   │   ├── juce_BufferingAudioFormatReader.h
│   │   │   └── juce_MemoryMappedAudioFormatReader.h
│   │   ├── juce_audio_formats.h
│   │   └── sampler
│   │   └── juce_Sampler.h
│   ├── juce_core
│   │   ├── containers
│   │   │   ├── juce_AbstractFifo.h
│   │   │   ├── juce_ArrayAllocationBase.h
│   │   │   ├── juce_ArrayBase.h
│   │   │   ├── juce_Array.h
│   │   │   ├── juce_DynamicObject.h
│   │   │   ├── juce_ElementComparator.h
│   │   │   ├── juce_HashMap.h
│   │   │   ├── juce_LinkedListPointer.h
│   │   │   ├── juce_ListenerList.h
│   │   │   ├── juce_NamedValueSet.h
│   │   │   ├── juce_OwnedArray.h
│   │   │   ├── juce_PropertySet.h
│   │   │   ├── juce_ReferenceCountedArray.h
│   │   │   ├── juce_ScopedValueSetter.h
│   │   │   ├── juce_SortedSet.h
│   │   │   ├── juce_SparseSet.h
│   │   │   └── juce_Variant.h
│   │   ├── files
│   │   │   ├── juce_DirectoryIterator.h
│   │   │   ├── juce_FileFilter.h
│   │   │   ├── juce_File.h
│   │   │   ├── juce_FileInputStream.h
│   │   │   ├── juce_FileOutputStream.h
│   │   │   ├── juce_FileSearchPath.h
│   │   │   ├── juce_MemoryMappedFile.h
│   │   │   ├── juce_TemporaryFile.h
│   │   │   └── juce_WildcardFileFilter.h
│   │   ├── javascript
│   │   │   ├── juce_Javascript.h
│   │   │   └── juce_JSON.h
│   │   ├── juce_core.h
│   │   ├── logging
│   │   │   ├── juce_FileLogger.h
│   │   │   └── juce_Logger.h
│   │   ├── maths
│   │   │   ├── juce_BigInteger.h
│   │   │   ├── juce_Expression.h
│   │   │   ├── juce_MathsFunctions.h
│   │   │   ├── juce_NormalisableRange.h
│   │   │   ├── juce_Random.h
│   │   │   ├── juce_Range.h
│   │   │   └── juce_StatisticsAccumulator.h
│   │   ├── memory
│   │   │   ├── juce_Atomic.h
│   │   │   ├── juce_ByteOrder.h
│   │   │   ├── juce_ContainerDeletePolicy.h
│   │   │   ├── juce_HeapBlock.h
│   │   │   ├── juce_HeavyweightLeakedObjectDetector.h
│   │   │   ├── juce_LeakedObjectDetector.h
│   │   │   ├── juce_MemoryBlock.h
│   │   │   ├── juce_Memory.h
│   │   │   ├── juce_OptionalScopedPointer.h
│   │   │   ├── juce_ReferenceCountedObject.h
│   │   │   ├── juce_ScopedPointer.h
│   │   │   ├── juce_SharedResourcePointer.h
│   │   │   ├── juce_Singleton.h
│   │   │   └── juce_WeakReference.h
│   │   ├── misc
│   │   │   ├── juce_ConsoleApplication.h
│   │   │   ├── juce_Result.h
│   │   │   ├── juce_RuntimePermissions.h
│   │   │   ├── juce_StdFunctionCompat.h
│   │   │   ├── juce_Uuid.h
│   │   │   └── juce_WindowsRegistry.h
│   │   ├── native
│   │   │   ├── java
│   │   │   │   └── app
│   │   │   │   └── com
│   │   │   │   └── roli
│   │   │   │   └── juce
│   │   │   ├── javacore
│   │   │   │   ├── app
│   │   │   │   │   └── com
│   │   │   │   │   └── roli
│   │   │   │   │   └── juce
│   │   │   │   └── init
│   │   │   │   └── com
│   │   │   │   └── roli
│   │   │   │   └── juce
│   │   │   ├── juce_android_JNIHelpers.h
│   │   │   ├── juce_BasicNativeHeaders.h
│   │   │   ├── juce_mac_ClangBugWorkaround.h
│   │   │   ├── juce_osx_ObjCHelpers.h
│   │   │   ├── juce_posix_IPAddress.h
│   │   │   ├── juce_posix_SharedCode.h
│   │   │   └── juce_win32_ComSmartPtr.h
│   │   ├── network
│   │   │   ├── juce_IPAddress.h
│   │   │   ├── juce_MACAddress.h
│   │   │   ├── juce_NamedPipe.h
│   │   │   ├── juce_Socket.h
│   │   │   ├── juce_URL.h
│   │   │   └── juce_WebInputStream.h
│   │   ├── streams
│   │   │   ├── juce_BufferedInputStream.h
│   │   │   ├── juce_FileInputSource.h
│   │   │   ├── juce_InputSource.h
│   │   │   ├── juce_InputStream.h
│   │   │   ├── juce_MemoryInputStream.h
│   │   │   ├── juce_MemoryOutputStream.h
│   │   │   ├── juce_OutputStream.h
│   │   │   ├── juce_SubregionStream.h
│   │   │   └── juce_URLInputSource.h
│   │   ├── system
│   │   │   ├── juce_CompilerSupport.h
│   │   │   ├── juce_PlatformDefs.h
│   │   │   ├── juce_StandardHeader.h
│   │   │   ├── juce_SystemStats.h
│   │   │   └── juce_TargetPlatform.h
│   │   ├── text
│   │   │   ├── juce_Base64.h
│   │   │   ├── juce_CharacterFunctions.h
│   │   │   ├── juce_CharPointer_ASCII.h
│   │   │   ├── juce_CharPointer_UTF16.h
│   │   │   ├── juce_CharPointer_UTF32.h
│   │   │   ├── juce_CharPointer_UTF8.h
│   │   │   ├── juce_Identifier.h
│   │   │   ├── juce_LocalisedStrings.h
│   │   │   ├── juce_NewLine.h
│   │   │   ├── juce_StringArray.h
│   │   │   ├── juce_String.h
│   │   │   ├── juce_StringPairArray.h
│   │   │   ├── juce_StringPool.h
│   │   │   ├── juce_StringRef.h
│   │   │   └── juce_TextDiff.h
│   │   ├── threads
│   │   │   ├── juce_ChildProcess.h
│   │   │   ├── juce_CriticalSection.h
│   │   │   ├── juce_DynamicLibrary.h
│   │   │   ├── juce_HighResolutionTimer.h
│   │   │   ├── juce_InterProcessLock.h
│   │   │   ├── juce_Process.h
│   │   │   ├── juce_ReadWriteLock.h
│   │   │   ├── juce_ScopedLock.h
│   │   │   ├── juce_ScopedReadLock.h
│   │   │   ├── juce_ScopedWriteLock.h
│   │   │   ├── juce_SpinLock.h
│   │   │   ├── juce_Thread.h
│   │   │   ├── juce_ThreadLocalValue.h
│   │   │   ├── juce_ThreadPool.h
│   │   │   ├── juce_TimeSliceThread.h
│   │   │   └── juce_WaitableEvent.h
│   │   ├── time
│   │   │   ├── juce_PerformanceCounter.h
│   │   │   ├── juce_RelativeTime.h
│   │   │   └── juce_Time.h
│   │   ├── unit_tests
│   │   │   └── juce_UnitTest.h
│   │   ├── xml
│   │   │   ├── juce_XmlDocument.h
│   │   │   └── juce_XmlElement.h
│   │   └── zip
│   │   ├── juce_GZIPCompressorOutputStream.h
│   │   ├── juce_GZIPDecompressorInputStream.h
│   │   ├── juce_ZipFile.h
│   │   └── zlib
│   │   ├── crc32.h
│   │   ├── deflate.h
│   │   ├── inffast.h
│   │   ├── inffixed.h
│   │   ├── inflate.h
│   │   ├── inftrees.h
│   │   ├── trees.h
│   │   ├── zconf.h
│   │   ├── zconf.in.h
│   │   ├── zlib.h
│   │   └── zutil.h
│   ├── juce_data_structures
│   │   ├── app_properties
│   │   │   ├── juce_ApplicationProperties.h
│   │   │   └── juce_PropertiesFile.h
│   │   ├── juce_data_structures.h
│   │   ├── undomanager
│   │   │   ├── juce_UndoableAction.h
│   │   │   └── juce_UndoManager.h
│   │   └── values
│   │   ├── juce_CachedValue.h
│   │   ├── juce_Value.h
│   │   ├── juce_ValueTree.h
│   │   ├── juce_ValueTreeSynchroniser.h
│   │   └── juce_ValueWithDefault.h
│   ├── juce_events
│   │   ├── broadcasters
│   │   │   ├── juce_ActionBroadcaster.h
│   │   │   ├── juce_ActionListener.h
│   │   │   ├── juce_AsyncUpdater.h
│   │   │   ├── juce_ChangeBroadcaster.h
│   │   │   └── juce_ChangeListener.h
│   │   ├── interprocess
│   │   │   ├── juce_ConnectedChildProcess.h
│   │   │   ├── juce_InterprocessConnection.h
│   │   │   ├── juce_InterprocessConnectionServer.h
│   │   │   └── juce_NetworkServiceDiscovery.h
│   │   ├── juce_events.h
│   │   ├── messages
│   │   │   ├── juce_ApplicationBase.h
│   │   │   ├── juce_CallbackMessage.h
│   │   │   ├── juce_DeletedAtShutdown.h
│   │   │   ├── juce_Initialisation.h
│   │   │   ├── juce_Message.h
│   │   │   ├── juce_MessageListener.h
│   │   │   ├── juce_MessageManager.h
│   │   │   ├── juce_MountedVolumeListChangeDetector.h
│   │   │   └── juce_NotificationType.h
│   │   ├── native
│   │   │   ├── juce_linux_EventLoop.h
│   │   │   ├── juce_osx_MessageQueue.h
│   │   │   ├── juce_win32_HiddenMessageWindow.h
│   │   │   └── juce_win32_WinRTWrapper.h
│   │   └── timers
│   │   ├── juce_MultiTimer.h
│   │   └── juce_Timer.h
│   └── JuceHeader.h
├── lib
│   ├── libopenshot-audio.so -> libopenshot-audio.so.7
│   ├── libopenshot-audio.so.0.1.9
│   └── libopenshot-audio.so.7 -> libopenshot-audio.so.0.1.9
└── share
└── man
└── man1
└── openshot-audio-test-sound.1.gz
86 directories, 329 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment