├── .gitignore ├── .vs ├── BiRR │ ├── FileContentIndex │ │ └── a5df0879-ed78-4ddb-b21f-4d9941d71d3f.vsidx │ └── v17 │ │ ├── .wsuo │ │ └── Browse.VC.db ├── ProjectSettings.json ├── VSWorkspaceState.json └── slnx.sqlite ├── BiRR2D_monoin ├── BiRR2D_monoin.jucer ├── Source │ ├── PluginEditor.cpp │ ├── PluginEditor.h │ ├── PluginProcessor.cpp │ └── PluginProcessor.h └── readme.md ├── BiRR2D_stereoin ├── BiRR2D_stereoin.jucer ├── Source │ ├── PluginEditor.cpp │ ├── PluginEditor.h │ ├── PluginProcessor.cpp │ └── PluginProcessor.h └── readme.md ├── BiRR3D_monoin ├── BiRR3D_monoin.jucer └── Source │ ├── PluginEditor.cpp │ ├── PluginEditor.h │ ├── PluginProcessor.cpp │ └── PluginProcessor.h ├── BiRR3D_stereoin ├── BiRR3D_stereoin.jucer └── Source │ ├── PluginEditor.cpp │ ├── PluginEditor.h │ ├── PluginProcessor.cpp │ └── PluginProcessor.h ├── LICENSE ├── Makefile ├── doc ├── BiRR2D_screen.png └── BiRR3D_screen.png ├── lib ├── assets │ └── logo686.png ├── components │ ├── FxmeLookAndFeel.h │ ├── HorizontalBar.h │ ├── XyPad.cpp │ └── XyPad.h └── dsp │ ├── RoomIR.cpp │ ├── RoomIR.h │ ├── RoomIR2D.cpp │ ├── RoomIR2D.h │ ├── hrtf.h │ ├── hrtf44.h │ ├── hrtf48.h │ ├── hrtf88.h │ ├── hrtf96.h │ └── hrtf_header_maker │ ├── __pycache__ │ └── make_header.cpython-311.pyc │ ├── make_header.py │ ├── mitcompact │ ├── H-10e000a.wav │ ├── H-10e005a.wav │ ├── H-10e010a.wav │ ├── H-10e015a.wav │ ├── H-10e020a.wav │ ├── H-10e025a.wav │ ├── H-10e030a.wav │ ├── H-10e035a.wav │ ├── H-10e040a.wav │ ├── H-10e045a.wav │ ├── H-10e050a.wav │ ├── H-10e055a.wav │ ├── H-10e060a.wav │ ├── H-10e065a.wav │ ├── H-10e070a.wav │ ├── H-10e075a.wav │ ├── H-10e080a.wav │ ├── H-10e085a.wav │ ├── H-10e090a.wav │ ├── H-10e095a.wav │ ├── H-10e100a.wav │ ├── H-10e105a.wav │ ├── H-10e110a.wav │ ├── H-10e115a.wav │ ├── H-10e120a.wav │ ├── H-10e125a.wav │ ├── H-10e130a.wav │ ├── H-10e135a.wav │ ├── H-10e140a.wav │ ├── H-10e145a.wav │ ├── H-10e150a.wav │ ├── H-10e155a.wav │ ├── H-10e160a.wav │ ├── H-10e165a.wav │ ├── H-10e170a.wav │ ├── H-10e175a.wav │ ├── H-10e180a.wav │ ├── H-20e000a.wav │ ├── H-20e005a.wav │ ├── H-20e010a.wav │ ├── H-20e015a.wav │ ├── H-20e020a.wav │ ├── H-20e025a.wav │ ├── H-20e030a.wav │ ├── H-20e035a.wav │ ├── H-20e040a.wav │ ├── H-20e045a.wav │ ├── H-20e050a.wav │ ├── H-20e055a.wav │ ├── H-20e060a.wav │ ├── H-20e065a.wav │ ├── H-20e070a.wav │ ├── H-20e075a.wav │ ├── H-20e080a.wav │ ├── H-20e085a.wav │ ├── H-20e090a.wav │ ├── H-20e095a.wav │ ├── H-20e100a.wav │ ├── H-20e105a.wav │ ├── H-20e110a.wav │ ├── H-20e115a.wav │ ├── H-20e120a.wav │ ├── H-20e125a.wav │ ├── H-20e130a.wav │ ├── H-20e135a.wav │ ├── H-20e140a.wav │ ├── H-20e145a.wav │ ├── H-20e150a.wav │ ├── H-20e155a.wav │ ├── H-20e160a.wav │ ├── H-20e165a.wav │ ├── H-20e170a.wav │ ├── H-20e175a.wav │ ├── H-20e180a.wav │ ├── H-30e000a.wav │ ├── H-30e006a.wav │ ├── H-30e012a.wav │ ├── H-30e018a.wav │ ├── H-30e024a.wav │ ├── H-30e030a.wav │ ├── H-30e036a.wav │ ├── H-30e042a.wav │ ├── H-30e048a.wav │ ├── H-30e054a.wav │ ├── H-30e060a.wav │ ├── H-30e066a.wav │ ├── H-30e072a.wav │ ├── H-30e078a.wav │ ├── H-30e084a.wav │ ├── H-30e090a.wav │ ├── H-30e096a.wav │ ├── H-30e102a.wav │ ├── H-30e108a.wav │ ├── H-30e114a.wav │ ├── H-30e120a.wav │ ├── H-30e126a.wav │ ├── H-30e132a.wav │ ├── H-30e138a.wav │ ├── H-30e144a.wav │ ├── H-30e150a.wav │ ├── H-30e156a.wav │ ├── H-30e162a.wav │ ├── H-30e168a.wav │ ├── H-30e174a.wav │ ├── H-30e180a.wav │ ├── H-40e000a.wav │ ├── H-40e006a.wav │ ├── H-40e013a.wav │ ├── H-40e019a.wav │ ├── H-40e026a.wav │ ├── H-40e032a.wav │ ├── H-40e039a.wav │ ├── H-40e045a.wav │ ├── H-40e051a.wav │ ├── H-40e058a.wav │ ├── H-40e064a.wav │ ├── H-40e071a.wav │ ├── H-40e077a.wav │ ├── H-40e084a.wav │ ├── H-40e090a.wav │ ├── H-40e096a.wav │ ├── H-40e103a.wav │ ├── H-40e109a.wav │ ├── H-40e116a.wav │ ├── H-40e122a.wav │ ├── H-40e129a.wav │ ├── H-40e135a.wav │ ├── H-40e141a.wav │ ├── H-40e148a.wav │ ├── H-40e154a.wav │ ├── H-40e161a.wav │ ├── H-40e167a.wav │ ├── H-40e174a.wav │ ├── H-40e180a.wav │ ├── H0e000a.wav │ ├── H0e005a.wav │ ├── H0e010a.wav │ ├── H0e015a.wav │ ├── H0e020a.wav │ ├── H0e025a.wav │ ├── H0e030a.wav │ ├── H0e035a.wav │ ├── H0e040a.wav │ ├── H0e045a.wav │ ├── H0e050a.wav │ ├── H0e055a.wav │ ├── H0e060a.wav │ ├── H0e065a.wav │ ├── H0e070a.wav │ ├── H0e075a.wav │ ├── H0e080a.wav │ ├── H0e085a.wav │ ├── H0e090a.wav │ ├── H0e095a.wav │ ├── H0e100a.wav │ ├── H0e105a.wav │ ├── H0e110a.wav │ ├── H0e115a.wav │ ├── H0e120a.wav │ ├── H0e125a.wav │ ├── H0e130a.wav │ ├── H0e135a.wav │ ├── H0e140a.wav │ ├── H0e145a.wav │ ├── H0e150a.wav │ ├── H0e155a.wav │ ├── H0e160a.wav │ ├── H0e165a.wav │ ├── H0e170a.wav │ ├── H0e175a.wav │ ├── H0e180a.wav │ ├── H10e000a.wav │ ├── H10e005a.wav │ ├── H10e010a.wav │ ├── H10e015a.wav │ ├── H10e020a.wav │ ├── H10e025a.wav │ ├── H10e030a.wav │ ├── H10e035a.wav │ ├── H10e040a.wav │ ├── H10e045a.wav │ ├── H10e050a.wav │ ├── H10e055a.wav │ ├── H10e060a.wav │ ├── H10e065a.wav │ ├── H10e070a.wav │ ├── H10e075a.wav │ ├── H10e080a.wav │ ├── H10e085a.wav │ ├── H10e090a.wav │ ├── H10e095a.wav │ ├── H10e100a.wav │ ├── H10e105a.wav │ ├── H10e110a.wav │ ├── H10e115a.wav │ ├── H10e120a.wav │ ├── H10e125a.wav │ ├── H10e130a.wav │ ├── H10e135a.wav │ ├── H10e140a.wav │ ├── H10e145a.wav │ ├── H10e150a.wav │ ├── H10e155a.wav │ ├── H10e160a.wav │ ├── H10e165a.wav │ ├── H10e170a.wav │ ├── H10e175a.wav │ ├── H10e180a.wav │ ├── H20e000a.wav │ ├── H20e005a.wav │ ├── H20e010a.wav │ ├── H20e015a.wav │ ├── H20e020a.wav │ ├── H20e025a.wav │ ├── H20e030a.wav │ ├── H20e035a.wav │ ├── H20e040a.wav │ ├── H20e045a.wav │ ├── H20e050a.wav │ ├── H20e055a.wav │ ├── H20e060a.wav │ ├── H20e065a.wav │ ├── H20e070a.wav │ ├── H20e075a.wav │ ├── H20e080a.wav │ ├── H20e085a.wav │ ├── H20e090a.wav │ ├── H20e095a.wav │ ├── H20e100a.wav │ ├── H20e105a.wav │ ├── H20e110a.wav │ ├── H20e115a.wav │ ├── H20e120a.wav │ ├── H20e125a.wav │ ├── H20e130a.wav │ ├── H20e135a.wav │ ├── H20e140a.wav │ ├── H20e145a.wav │ ├── H20e150a.wav │ ├── H20e155a.wav │ ├── H20e160a.wav │ ├── H20e165a.wav │ ├── H20e170a.wav │ ├── H20e175a.wav │ ├── H20e180a.wav │ ├── H30e000a.wav │ ├── H30e006a.wav │ ├── H30e012a.wav │ ├── H30e018a.wav │ ├── H30e024a.wav │ ├── H30e030a.wav │ ├── H30e036a.wav │ ├── H30e042a.wav │ ├── H30e048a.wav │ ├── H30e054a.wav │ ├── H30e060a.wav │ ├── H30e066a.wav │ ├── H30e072a.wav │ ├── H30e078a.wav │ ├── H30e084a.wav │ ├── H30e090a.wav │ ├── H30e096a.wav │ ├── H30e102a.wav │ ├── H30e108a.wav │ ├── H30e114a.wav │ ├── H30e120a.wav │ ├── H30e126a.wav │ ├── H30e132a.wav │ ├── H30e138a.wav │ ├── H30e144a.wav │ ├── H30e150a.wav │ ├── H30e156a.wav │ ├── H30e162a.wav │ ├── H30e168a.wav │ ├── H30e174a.wav │ ├── H30e180a.wav │ ├── H40e000a.wav │ ├── H40e006a.wav │ ├── H40e013a.wav │ ├── H40e019a.wav │ ├── H40e026a.wav │ ├── H40e032a.wav │ ├── H40e039a.wav │ ├── H40e045a.wav │ ├── H40e051a.wav │ ├── H40e058a.wav │ ├── H40e064a.wav │ ├── H40e071a.wav │ ├── H40e077a.wav │ ├── H40e084a.wav │ ├── H40e090a.wav │ ├── H40e096a.wav │ ├── H40e103a.wav │ ├── H40e109a.wav │ ├── H40e116a.wav │ ├── H40e122a.wav │ ├── H40e129a.wav │ ├── H40e135a.wav │ ├── H40e141a.wav │ ├── H40e148a.wav │ ├── H40e154a.wav │ ├── H40e161a.wav │ ├── H40e167a.wav │ ├── H40e174a.wav │ ├── H40e180a.wav │ ├── H50e000a.wav │ ├── H50e008a.wav │ ├── H50e016a.wav │ ├── H50e024a.wav │ ├── H50e032a.wav │ ├── H50e040a.wav │ ├── H50e048a.wav │ ├── H50e056a.wav │ ├── H50e064a.wav │ ├── H50e072a.wav │ ├── H50e080a.wav │ ├── H50e088a.wav │ ├── H50e096a.wav │ ├── H50e104a.wav │ ├── H50e112a.wav │ ├── H50e120a.wav │ ├── H50e128a.wav │ ├── H50e136a.wav │ ├── H50e144a.wav │ ├── H50e152a.wav │ ├── H50e160a.wav │ ├── H50e168a.wav │ ├── H50e176a.wav │ ├── H60e000a.wav │ ├── H60e010a.wav │ ├── H60e020a.wav │ ├── H60e030a.wav │ ├── H60e040a.wav │ ├── H60e050a.wav │ ├── H60e060a.wav │ ├── H60e070a.wav │ ├── H60e080a.wav │ ├── H60e090a.wav │ ├── H60e100a.wav │ ├── H60e110a.wav │ ├── H60e120a.wav │ ├── H60e130a.wav │ ├── H60e140a.wav │ ├── H60e150a.wav │ ├── H60e160a.wav │ ├── H60e170a.wav │ ├── H60e180a.wav │ ├── H70e000a.wav │ ├── H70e015a.wav │ ├── H70e030a.wav │ ├── H70e045a.wav │ ├── H70e060a.wav │ ├── H70e075a.wav │ ├── H70e090a.wav │ ├── H70e105a.wav │ ├── H70e120a.wav │ ├── H70e135a.wav │ ├── H70e150a.wav │ ├── H70e165a.wav │ ├── H70e180a.wav │ ├── H80e000a.wav │ ├── H80e030a.wav │ ├── H80e060a.wav │ ├── H80e090a.wav │ ├── H80e120a.wav │ ├── H80e150a.wav │ ├── H80e180a.wav │ └── H90e000a.wav │ ├── optimize_filter.py │ ├── pan_test.py │ └── test_norm.py └── readme.md /.gitignore: -------------------------------------------------------------------------------- 1 | **/BiRR2D_monoin/Builds 2 | **/BiRR2D_monoin/JuceLibraryCode 3 | **/BiRR3D_monoin/Builds 4 | **/BiRR3D_monoin/JuceLibraryCode 5 | **/BiRR2D_stereoin/Builds 6 | **/BiRR2D_stereoin/JuceLibraryCode 7 | **/BiRR3D_stereoin/Builds 8 | **/BiRR3D_stereoin/JuceLibraryCode 9 | **/.vscode 10 | **/tests 11 | -------------------------------------------------------------------------------- /.vs/BiRR/FileContentIndex/a5df0879-ed78-4ddb-b21f-4d9941d71d3f.vsidx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/.vs/BiRR/FileContentIndex/a5df0879-ed78-4ddb-b21f-4d9941d71d3f.vsidx -------------------------------------------------------------------------------- /.vs/BiRR/v17/.wsuo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/.vs/BiRR/v17/.wsuo -------------------------------------------------------------------------------- /.vs/BiRR/v17/Browse.VC.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/.vs/BiRR/v17/Browse.VC.db -------------------------------------------------------------------------------- /.vs/ProjectSettings.json: -------------------------------------------------------------------------------- 1 | { 2 | "CurrentProjectSetting": "Aucune configuration" 3 | } -------------------------------------------------------------------------------- /.vs/VSWorkspaceState.json: -------------------------------------------------------------------------------- 1 | { 2 | "ExpandedNodes": [ 3 | "" 4 | ], 5 | "PreviewInSolutionExplorer": false 6 | } -------------------------------------------------------------------------------- /.vs/slnx.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/.vs/slnx.sqlite -------------------------------------------------------------------------------- /BiRR2D_monoin/BiRR2D_monoin.jucer: -------------------------------------------------------------------------------- 1 | 2 | 3 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 27 | 28 | 29 | 30 | 31 | 32 | 34 | 36 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | -------------------------------------------------------------------------------- /BiRR2D_monoin/Source/PluginEditor.h: -------------------------------------------------------------------------------- 1 | /* 2 | ============================================================================== 3 | 4 | This file contains the basic framework code for a JUCE plugin editor. 5 | 6 | ============================================================================== 7 | */ 8 | 9 | #pragma once 10 | 11 | #include 12 | #include "PluginProcessor.h" 13 | #include "../../lib/components/XyPad.h" 14 | #include "../../lib/components/FxmeLookAndFeel.h" 15 | #include "../../lib/components/HorizontalBar.h" 16 | 17 | //============================================================================== 18 | /** 19 | */ 20 | class ReverbAudioProcessorEditor : public juce::AudioProcessorEditor 21 | { 22 | public: 23 | ReverbAudioProcessorEditor (ReverbAudioProcessor&); 24 | ~ReverbAudioProcessorEditor() override; 25 | 26 | //============================================================================== 27 | void paint (juce::Graphics&) override; 28 | void resized() override; 29 | 30 | private: 31 | // This reference is provided as a quick way for your editor to 32 | // access the processor object that created it. 33 | ReverbAudioProcessor& audioProcessor; 34 | 35 | juce::TextButton addButton; 36 | juce::TextButton removeButton; 37 | 38 | juce::Slider roomXSlider; 39 | std::unique_ptr roomXSliderAttachment; 40 | juce::Label roomXLabel{"roomXLabel", "X Size (m)"}; 41 | 42 | juce::Slider roomYSlider; 43 | std::unique_ptr roomYSliderAttachment; 44 | juce::Label roomYLabel{"roomYLabel", "Y Size (m)"}; 45 | 46 | juce::Slider listenerXSlider; 47 | std::unique_ptr listenerXSliderAttachment; 48 | juce::Slider listenerYSlider; 49 | std::unique_ptr listenerYSliderAttachment; 50 | 51 | std::unique_ptr listenerOSliderAttachment; 52 | juce::Slider listenerOSlider; 53 | juce::Label listenerOLabel{"listenerOLabel", "Head azimuth"}; 54 | 55 | juce::Slider sourceXSlider; 56 | std::unique_ptr sourceXSliderAttachment; 57 | juce::Slider sourceYSlider; 58 | std::unique_ptr sourceYSliderAttachment; 59 | 60 | juce::Slider dampingSlider; 61 | std::unique_ptr dampingSliderAttachment; 62 | juce::Label dampingLabel{"dampingLabel", "Wall absorbtion"}; 63 | 64 | juce::Slider hfDampingSlider; 65 | std::unique_ptr hfDampingSliderAttachment; 66 | juce::Label hfDampingLabel{"hfDampingLabel", "HF Wall absorbtion"}; 67 | 68 | juce::ComboBox typeComboBox; 69 | std::unique_ptr typeComboBoxAttachment; 70 | juce::Label typeLabel{"typeLabel", "Microphones"}; 71 | 72 | juce::Slider widthSlider; 73 | std::unique_ptr widthSliderAttachment; 74 | juce::Label widthLabel{"widthLabel", "Stereo Width"}; 75 | 76 | juce::Slider directLevelSlider; 77 | std::unique_ptr directLevelSliderAttachment; 78 | juce::Label directLevelLabel{"directLevelLabel", "Direct Level"}; 79 | 80 | juce::Slider reflectionsLevelSlider; 81 | std::unique_ptr reflectionsLevelSliderAttachment; 82 | juce::Label reflectionsLevelLabel{"reflectionsLevelLabel", "Reflections Level"}; 83 | 84 | Gui::XyPad2h xyPad2; 85 | 86 | juce::TextButton calculateButton; 87 | juce::ToggleButton autoButton; 88 | std::unique_ptr autoButtonAttachment; 89 | juce::Label autoLabel{"autoLabel", "Update"}; 90 | 91 | const juce::Colour listenerColour = juce::Colours::darkviolet; 92 | const juce::Colour sourceColour = juce::Colours::blue; 93 | 94 | void addController(juce::Slider&, juce::Slider::SliderStyle, juce::Colour, juce::Colour); 95 | void addAndConnectLabel(juce::Slider&, juce::Label&); 96 | 97 | FxmeKnobLookAndFeel knobLookAndFeel; 98 | 99 | Gui::HorizontalBar progressBar{[&]() { return audioProcessor.roomIR.getProgress(); }}; 100 | 101 | juce::Image logo; 102 | 103 | JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ReverbAudioProcessorEditor) 104 | }; 105 | -------------------------------------------------------------------------------- /BiRR2D_monoin/Source/PluginProcessor.h: -------------------------------------------------------------------------------- 1 | /* 2 | ============================================================================== 3 | 4 | This file contains the basic framework code for a JUCE plugin processor. 5 | 6 | ============================================================================== 7 | */ 8 | 9 | #pragma once 10 | 11 | #include 12 | #include "../../lib/dsp/RoomIR2D.h" 13 | // #include "dsp/hrtf.h" 14 | 15 | //============================================================================== 16 | /** 17 | */ 18 | class ReverbAudioProcessor : public juce::AudioProcessor, public juce::Timer 19 | { 20 | public: 21 | //============================================================================== 22 | ReverbAudioProcessor(); 23 | ~ReverbAudioProcessor() override; 24 | 25 | //============================================================================== 26 | void prepareToPlay (double sampleRate, int samplesPerBlock) override; 27 | void releaseResources() override; 28 | 29 | #ifndef JucePlugin_PreferredChannelConfigurations 30 | bool isBusesLayoutSupported (const BusesLayout& layouts) const override; 31 | #endif 32 | 33 | void processBlock (juce::AudioBuffer&, juce::MidiBuffer&) override; 34 | 35 | //============================================================================== 36 | juce::AudioProcessorEditor* createEditor() override; 37 | bool hasEditor() const override; 38 | 39 | //============================================================================== 40 | const juce::String getName() const override; 41 | 42 | bool acceptsMidi() const override; 43 | bool producesMidi() const override; 44 | bool isMidiEffect() const override; 45 | double getTailLengthSeconds() const override; 46 | 47 | //============================================================================== 48 | int getNumPrograms() override; 49 | int getCurrentProgram() override; 50 | void setCurrentProgram (int index) override; 51 | const juce::String getProgramName (int index) override; 52 | void changeProgramName (int index, const juce::String& newName) override; 53 | 54 | //============================================================================== 55 | void getStateInformation (juce::MemoryBlock& destData) override; 56 | void setStateInformation (const void* data, int sizeInBytes) override; 57 | 58 | void setIrLoader(); 59 | bool autoUpdate{true}; 60 | 61 | BoxRoomIR roomIR; 62 | 63 | juce::dsp::ProcessSpec spec; 64 | 65 | static juce::AudioProcessorValueTreeState::ParameterLayout createParameters(); 66 | juce::AudioProcessorValueTreeState apvts{*this,nullptr,"Parameters",createParameters()}; 67 | 68 | private: 69 | 70 | void timerCallback() override; 71 | 72 | //============================================================================== 73 | JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ReverbAudioProcessor) 74 | }; 75 | -------------------------------------------------------------------------------- /BiRR2D_monoin/readme.md: -------------------------------------------------------------------------------- 1 | # BiRR2D 2 | 3 | BiRR2D is a 2D version of the binaural room reverb BiRR3D. It is not as realistic as its 3D sister, but it can be useful for some panning task when computation time of the IRs is problematic. 4 | -------------------------------------------------------------------------------- /BiRR2D_stereoin/BiRR2D_stereoin.jucer: -------------------------------------------------------------------------------- 1 | 2 | 3 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 27 | 28 | 29 | 30 | 31 | 32 | 34 | 36 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | -------------------------------------------------------------------------------- /BiRR2D_stereoin/Source/PluginEditor.h: -------------------------------------------------------------------------------- 1 | /* 2 | ============================================================================== 3 | 4 | This file contains the basic framework code for a JUCE plugin editor. 5 | 6 | ============================================================================== 7 | */ 8 | 9 | #pragma once 10 | 11 | #include 12 | #include "PluginProcessor.h" 13 | #include "../../lib/components/XyPad.h" 14 | #include "../../lib/components/FxmeLookAndFeel.h" 15 | #include "../../lib/components/HorizontalBar.h" 16 | 17 | //============================================================================== 18 | /** 19 | */ 20 | class ReverbAudioProcessorEditor : public juce::AudioProcessorEditor 21 | { 22 | public: 23 | ReverbAudioProcessorEditor (ReverbAudioProcessor&); 24 | ~ReverbAudioProcessorEditor() override; 25 | 26 | //============================================================================== 27 | void paint (juce::Graphics&) override; 28 | void resized() override; 29 | 30 | private: 31 | // This reference is provided as a quick way for your editor to 32 | // access the processor object that created it. 33 | ReverbAudioProcessor& audioProcessor; 34 | 35 | juce::TextButton addButton; 36 | juce::TextButton removeButton; 37 | 38 | juce::Slider roomXSlider; 39 | std::unique_ptr roomXSliderAttachment; 40 | juce::Label roomXLabel{"roomXLabel", "X Size (m)"}; 41 | 42 | juce::Slider roomYSlider; 43 | std::unique_ptr roomYSliderAttachment; 44 | juce::Label roomYLabel{"roomYLabel", "Y Size (m)"}; 45 | 46 | juce::Slider listenerXSlider; 47 | std::unique_ptr listenerXSliderAttachment; 48 | juce::Slider listenerYSlider; 49 | std::unique_ptr listenerYSliderAttachment; 50 | 51 | std::unique_ptr listenerOSliderAttachment; 52 | juce::Slider listenerOSlider; 53 | juce::Label listenerOLabel{"listenerOLabel", "Head azimuth"}; 54 | 55 | juce::Slider sourceLXSlider; 56 | std::unique_ptr sourceLXSliderAttachment; 57 | juce::Slider sourceLYSlider; 58 | std::unique_ptr sourceLYSliderAttachment; 59 | 60 | juce::Slider sourceRXSlider; 61 | std::unique_ptr sourceRXSliderAttachment; 62 | juce::Slider sourceRYSlider; 63 | std::unique_ptr sourceRYSliderAttachment; 64 | 65 | juce::Slider dampingSlider; 66 | std::unique_ptr dampingSliderAttachment; 67 | juce::Label dampingLabel{"dampingLabel", "Wall absorbtion"}; 68 | 69 | juce::Slider hfDampingSlider; 70 | std::unique_ptr hfDampingSliderAttachment; 71 | juce::Label hfDampingLabel{"hfDampingLabel", "HF Wall absorbtion"}; 72 | 73 | juce::ComboBox typeComboBox; 74 | std::unique_ptr typeComboBoxAttachment; 75 | juce::Label typeLabel{"typeLabel", "Microphones"}; 76 | 77 | juce::Slider widthSlider; 78 | std::unique_ptr widthSliderAttachment; 79 | juce::Label widthLabel{"widthLabel", "Stereo Width"}; 80 | 81 | juce::Slider directLevelSlider; 82 | std::unique_ptr directLevelSliderAttachment; 83 | juce::Label directLevelLabel{"directLevelLabel", "Direct Level"}; 84 | 85 | juce::Slider reflectionsLevelSlider; 86 | std::unique_ptr reflectionsLevelSliderAttachment; 87 | juce::Label reflectionsLevelLabel{"reflectionsLevelLabel", "Reflections Level"}; 88 | 89 | Gui::XyPad3h xyPad3; 90 | 91 | juce::TextButton calculateButton; 92 | juce::ToggleButton autoButton; 93 | std::unique_ptr autoButtonAttachment; 94 | juce::Label autoLabel{"autoLabel", "Update"}; 95 | 96 | const juce::Colour listenerColour = juce::Colours::darkviolet; 97 | const juce::Colour sourceLColour = juce::Colours::blue; 98 | const juce::Colour sourceRColour = juce::Colours::red; 99 | 100 | void addController(juce::Slider&, juce::Slider::SliderStyle, juce::Colour, juce::Colour); 101 | void addAndConnectLabel(juce::Slider&, juce::Label&); 102 | 103 | FxmeKnobLookAndFeel knobLookAndFeel; 104 | 105 | Gui::HorizontalBar progressBarL{[&]() { return audioProcessor.roomIRL.getProgress(); }}; 106 | Gui::HorizontalBar progressBarR{[&]() { return audioProcessor.roomIRR.getProgress(); }}; 107 | 108 | juce::Image logo; 109 | 110 | JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ReverbAudioProcessorEditor) 111 | }; 112 | -------------------------------------------------------------------------------- /BiRR2D_stereoin/Source/PluginProcessor.h: -------------------------------------------------------------------------------- 1 | /* 2 | ============================================================================== 3 | 4 | This file contains the basic framework code for a JUCE plugin processor. 5 | 6 | ============================================================================== 7 | */ 8 | 9 | #pragma once 10 | 11 | #include 12 | #include "../../lib/dsp/RoomIR2D.h" 13 | // #include "dsp/hrtf.h" 14 | 15 | //============================================================================== 16 | /** 17 | */ 18 | class ReverbAudioProcessor : public juce::AudioProcessor, public juce::Timer 19 | { 20 | public: 21 | //============================================================================== 22 | ReverbAudioProcessor(); 23 | ~ReverbAudioProcessor() override; 24 | 25 | //============================================================================== 26 | void prepareToPlay (double sampleRate, int samplesPerBlock) override; 27 | void releaseResources() override; 28 | 29 | #ifndef JucePlugin_PreferredChannelConfigurations 30 | bool isBusesLayoutSupported (const BusesLayout& layouts) const override; 31 | #endif 32 | 33 | void processBlock (juce::AudioBuffer&, juce::MidiBuffer&) override; 34 | 35 | //============================================================================== 36 | juce::AudioProcessorEditor* createEditor() override; 37 | bool hasEditor() const override; 38 | 39 | //============================================================================== 40 | const juce::String getName() const override; 41 | 42 | bool acceptsMidi() const override; 43 | bool producesMidi() const override; 44 | bool isMidiEffect() const override; 45 | double getTailLengthSeconds() const override; 46 | 47 | //============================================================================== 48 | int getNumPrograms() override; 49 | int getCurrentProgram() override; 50 | void setCurrentProgram (int index) override; 51 | const juce::String getProgramName (int index) override; 52 | void changeProgramName (int index, const juce::String& newName) override; 53 | 54 | //============================================================================== 55 | void getStateInformation (juce::MemoryBlock& destData) override; 56 | void setStateInformation (const void* data, int sizeInBytes) override; 57 | 58 | void setIrLoaderL(); 59 | void setIrLoaderR(); 60 | bool autoUpdate{true}; 61 | 62 | BoxRoomIR roomIRL, roomIRR; 63 | 64 | juce::dsp::ProcessSpec spec; 65 | juce::AudioBuffer bufferCopyR; 66 | 67 | static juce::AudioProcessorValueTreeState::ParameterLayout createParameters(); 68 | juce::AudioProcessorValueTreeState apvts{*this,nullptr,"Parameters",createParameters()}; 69 | 70 | private: 71 | 72 | void timerCallback() override; 73 | 74 | //============================================================================== 75 | JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ReverbAudioProcessor) 76 | }; 77 | -------------------------------------------------------------------------------- /BiRR2D_stereoin/readme.md: -------------------------------------------------------------------------------- 1 | # BiRR2D 2 | 3 | BiRR2D is a 2D version of the binaural room reverb BiRR3D. It is not as realistic as its 3D sister, but it can be useful for some panning task when computation time of the IRs is problematic. 4 | -------------------------------------------------------------------------------- /BiRR3D_monoin/BiRR3D_monoin.jucer: -------------------------------------------------------------------------------- 1 | 2 | 3 | 10 | 11 | 12 | 13 | 14 | 15 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 33 | 34 | 36 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | -------------------------------------------------------------------------------- /BiRR3D_monoin/Source/PluginEditor.h: -------------------------------------------------------------------------------- 1 | /* 2 | ============================================================================== 3 | 4 | This file contains the basic framework code for a JUCE plugin editor. 5 | 6 | ============================================================================== 7 | */ 8 | 9 | #pragma once 10 | 11 | #include 12 | #include "PluginProcessor.h" 13 | #include "../../lib/components/XyPad.h" 14 | #include "../../lib/components/FxmeLookAndFeel.h" 15 | #include "../../lib/components/HorizontalBar.h" 16 | 17 | 18 | //============================================================================== 19 | /** 20 | */ 21 | class ReverbAudioProcessorEditor : public juce::AudioProcessorEditor 22 | { 23 | public: 24 | ReverbAudioProcessorEditor (ReverbAudioProcessor&); 25 | ~ReverbAudioProcessorEditor() override; 26 | 27 | //============================================================================== 28 | void paint (juce::Graphics&) override; 29 | void resized() override; 30 | 31 | private: 32 | // This reference is provided as a quick way for your editor to 33 | // access the processor object that created it. 34 | ReverbAudioProcessor& audioProcessor; 35 | 36 | juce::TextButton addButton; 37 | juce::TextButton removeButton; 38 | // juce::AudioBuffer buf{1,300}; 39 | 40 | juce::Slider roomXSlider; 41 | std::unique_ptr roomXSliderAttachment; 42 | juce::Label roomXLabel{"roomXLabel", "X Size (m)"}; 43 | 44 | juce::Slider roomYSlider; 45 | std::unique_ptr roomYSliderAttachment; 46 | juce::Label roomYLabel{"roomYLabel", "Y Size (m)"}; 47 | 48 | juce::Slider roomZSlider; 49 | std::unique_ptr roomZSliderAttachment; 50 | juce::Label roomZLabel{"roomZLabel", "Z Size (m)"}; 51 | 52 | juce::Slider listenerXSlider; 53 | std::unique_ptr listenerXSliderAttachment; 54 | juce::Slider listenerYSlider; 55 | std::unique_ptr listenerYSliderAttachment; 56 | juce::Slider listenerZSlider; 57 | juce::Label listenerZLabel{"listenerZLabel", "Z"}; 58 | 59 | std::unique_ptr listenerOSliderAttachment; 60 | juce::Slider listenerOSlider; 61 | juce::Label listenerOLabel{"listenerOLabel", "Head azimuth"}; 62 | 63 | std::unique_ptr listenerZSliderAttachment; 64 | juce::Slider sourceXSlider; 65 | std::unique_ptr sourceXSliderAttachment; 66 | juce::Slider sourceYSlider; 67 | std::unique_ptr sourceYSliderAttachment; 68 | juce::Slider sourceZSlider; 69 | std::unique_ptr sourceZSliderAttachment; 70 | juce::Label sourceZLabel{"sourceZLabel", "Z"}; 71 | 72 | // juce::Slider NSlider; 73 | // std::unique_ptr NSliderAttachment; 74 | // juce::Label NLabel{"NLabel", "Number of rebounds"}; 75 | 76 | juce::Slider dampingSlider; 77 | std::unique_ptr dampingSliderAttachment; 78 | juce::Label dampingLabel{"dampingLabel", "Wall absorbtion"}; 79 | 80 | juce::Slider hfDampingSlider; 81 | std::unique_ptr hfDampingSliderAttachment; 82 | juce::Label hfDampingLabel{"hfDampingLabel", "HF Wall absorbtion"}; 83 | 84 | juce::ComboBox typeComboBox; 85 | std::unique_ptr typeComboBoxAttachment; 86 | juce::Label typeLabel{"typeLabel", "Microphones"}; 87 | 88 | juce::Slider widthSlider; 89 | std::unique_ptr widthSliderAttachment; 90 | juce::Label widthLabel{"widthLabel", "Stereo Width"}; 91 | 92 | juce::Slider directLevelSlider; 93 | std::unique_ptr directLevelSliderAttachment; 94 | juce::Label directLevelLabel{"directLevelLabel", "Direct Level"}; 95 | 96 | juce::Slider reflectionsLevelSlider; 97 | std::unique_ptr reflectionsLevelSliderAttachment; 98 | juce::Label reflectionsLevelLabel{"reflectionsLevelLabel", "Reflections Level"}; 99 | 100 | // juce::Slider diffusionSlider; 101 | // std::unique_ptr diffusionSliderAttachment; 102 | // juce::Label diffusionLabel{"diffusionLabel", "Diffusion"}; 103 | 104 | Gui::XyPad2h xyPad2; 105 | 106 | juce::TextButton calculateButton; 107 | juce::ToggleButton autoButton; 108 | std::unique_ptr autoButtonAttachment; 109 | juce::Label autoLabel{"autoLabel", "Update"}; 110 | 111 | const juce::Colour listenerColour = juce::Colours::darkviolet; 112 | const juce::Colour sourceColour = juce::Colours::blue; 113 | 114 | // juce::Label calculatingLabel{"calculatingLabel", "Calculating..."}; 115 | 116 | void addController(juce::Slider&, juce::Slider::SliderStyle, juce::Colour, juce::Colour); 117 | void addAndConnectLabel(juce::Slider&, juce::Label&); 118 | 119 | FxmeKnobLookAndFeel knobLookAndFeel; 120 | 121 | Gui::HorizontalBar progressBar{[&]() { return audioProcessor.roomIR.getProgress(); }}; 122 | 123 | juce::Image logo; 124 | 125 | JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ReverbAudioProcessorEditor) 126 | }; 127 | -------------------------------------------------------------------------------- /BiRR3D_monoin/Source/PluginProcessor.h: -------------------------------------------------------------------------------- 1 | /* 2 | ============================================================================== 3 | 4 | This file contains the basic framework code for a JUCE plugin processor. 5 | 6 | ============================================================================== 7 | */ 8 | 9 | #pragma once 10 | 11 | #include 12 | #include "../../lib/dsp/RoomIR.h" 13 | 14 | //============================================================================== 15 | /** 16 | */ 17 | class ReverbAudioProcessor : public juce::AudioProcessor, public juce::Timer 18 | { 19 | public: 20 | //============================================================================== 21 | ReverbAudioProcessor(); 22 | ~ReverbAudioProcessor() override; 23 | 24 | //============================================================================== 25 | void prepareToPlay (double sampleRate, int samplesPerBlock) override; 26 | void releaseResources() override; 27 | 28 | // #ifndef JucePlugin_PreferredChannelConfigurations 29 | bool isBusesLayoutSupported (const BusesLayout& layouts) const override; 30 | // #endif 31 | 32 | void processBlock (juce::AudioBuffer&, juce::MidiBuffer&) override; 33 | 34 | //============================================================================== 35 | juce::AudioProcessorEditor* createEditor() override; 36 | bool hasEditor() const override; 37 | 38 | //============================================================================== 39 | const juce::String getName() const override; 40 | 41 | bool acceptsMidi() const override; 42 | bool producesMidi() const override; 43 | bool isMidiEffect() const override; 44 | double getTailLengthSeconds() const override; 45 | 46 | //============================================================================== 47 | int getNumPrograms() override; 48 | int getCurrentProgram() override; 49 | void setCurrentProgram (int index) override; 50 | const juce::String getProgramName (int index) override; 51 | void changeProgramName (int index, const juce::String& newName) override; 52 | 53 | //============================================================================== 54 | void getStateInformation (juce::MemoryBlock& destData) override; 55 | void setStateInformation (const void* data, int sizeInBytes) override; 56 | 57 | void setIrLoader(); 58 | bool autoUpdate{true}; 59 | 60 | BoxRoomIR roomIR; 61 | 62 | juce::dsp::ProcessSpec spec; 63 | 64 | static juce::AudioProcessorValueTreeState::ParameterLayout createParameters(); 65 | juce::AudioProcessorValueTreeState apvts{*this,nullptr,"Parameters",createParameters()}; 66 | 67 | private: 68 | 69 | void timerCallback() override; 70 | 71 | //============================================================================== 72 | JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ReverbAudioProcessor) 73 | }; 74 | -------------------------------------------------------------------------------- /BiRR3D_stereoin/BiRR3D_stereoin.jucer: -------------------------------------------------------------------------------- 1 | 2 | 3 | 10 | 11 | 12 | 13 | 14 | 15 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 33 | 34 | 36 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | -------------------------------------------------------------------------------- /BiRR3D_stereoin/Source/PluginEditor.h: -------------------------------------------------------------------------------- 1 | /* 2 | ============================================================================== 3 | 4 | This file contains the basic framework code for a JUCE plugin editor. 5 | 6 | ============================================================================== 7 | */ 8 | 9 | #pragma once 10 | 11 | #include 12 | #include "PluginProcessor.h" 13 | #include "../../lib/components/XyPad.h" 14 | #include "../../lib/components/FxmeLookAndFeel.h" 15 | #include "../../lib/components/HorizontalBar.h" 16 | 17 | //============================================================================== 18 | /** 19 | */ 20 | class ReverbAudioProcessorEditor : public juce::AudioProcessorEditor 21 | { 22 | public: 23 | ReverbAudioProcessorEditor (ReverbAudioProcessor&); 24 | ~ReverbAudioProcessorEditor() override; 25 | 26 | //============================================================================== 27 | void paint (juce::Graphics&) override; 28 | void resized() override; 29 | 30 | private: 31 | // This reference is provided as a quick way for your editor to 32 | // access the processor object that created it. 33 | ReverbAudioProcessor& audioProcessor; 34 | 35 | juce::TextButton addButton; 36 | juce::TextButton removeButton; 37 | // juce::AudioBuffer buf{1,300}; 38 | 39 | juce::Slider roomXSlider; 40 | std::unique_ptr roomXSliderAttachment; 41 | juce::Label roomXLabel{"roomXLabel", "X Size (m)"}; 42 | 43 | juce::Slider roomYSlider; 44 | std::unique_ptr roomYSliderAttachment; 45 | juce::Label roomYLabel{"roomYLabel", "Y Size (m)"}; 46 | 47 | juce::Slider roomZSlider; 48 | std::unique_ptr roomZSliderAttachment; 49 | juce::Label roomZLabel{"roomZLabel", "Z Size (m)"}; 50 | 51 | juce::Slider listenerXSlider; 52 | std::unique_ptr listenerXSliderAttachment; 53 | juce::Slider listenerYSlider; 54 | std::unique_ptr listenerYSliderAttachment; 55 | juce::Slider listenerZSlider; 56 | std::unique_ptr listenerZSliderAttachment; 57 | juce::Label listenerZLabel{"listenerZLabel", "Z"}; 58 | 59 | std::unique_ptr listenerOSliderAttachment; 60 | juce::Slider listenerOSlider; 61 | juce::Label listenerOLabel{"listenerOLabel", "Head azimuth"}; 62 | 63 | juce::Slider sourceLXSlider; 64 | std::unique_ptr sourceLXSliderAttachment; 65 | juce::Slider sourceLYSlider; 66 | std::unique_ptr sourceLYSliderAttachment; 67 | juce::Slider sourceLZSlider; 68 | std::unique_ptr sourceLZSliderAttachment; 69 | juce::Label sourceLZLabel{"sourceLZLabel", "Z"}; 70 | 71 | juce::Slider sourceRXSlider; 72 | std::unique_ptr sourceRXSliderAttachment; 73 | juce::Slider sourceRYSlider; 74 | std::unique_ptr sourceRYSliderAttachment; 75 | juce::Slider sourceRZSlider; 76 | std::unique_ptr sourceRZSliderAttachment; 77 | juce::Label sourceRZLabel{"sourceRZLabel", "Z"}; 78 | 79 | 80 | // juce::Slider NSlider; 81 | // std::unique_ptr NSliderAttachment; 82 | // juce::Label NLabel{"NLabel", "Number of rebounds"}; 83 | 84 | juce::Slider dampingSlider; 85 | std::unique_ptr dampingSliderAttachment; 86 | juce::Label dampingLabel{"dampingLabel", "Wall absorbtion"}; 87 | 88 | juce::Slider hfDampingSlider; 89 | std::unique_ptr hfDampingSliderAttachment; 90 | juce::Label hfDampingLabel{"hfDampingLabel", "HF Wall absorbtion"}; 91 | 92 | juce::ComboBox typeComboBox; 93 | std::unique_ptr typeComboBoxAttachment; 94 | juce::Label typeLabel{"typeLabel", "Microphones"}; 95 | 96 | juce::Slider widthSlider; 97 | std::unique_ptr widthSliderAttachment; 98 | juce::Label widthLabel{"widthLabel", "Stereo Width"}; 99 | 100 | juce::Slider directLevelSlider; 101 | std::unique_ptr directLevelSliderAttachment; 102 | juce::Label directLevelLabel{"directLevelLabel", "Direct Level"}; 103 | 104 | juce::Slider reflectionsLevelSlider; 105 | std::unique_ptr reflectionsLevelSliderAttachment; 106 | juce::Label reflectionsLevelLabel{"reflectionsLevelLabel", "Reflections Level"}; 107 | 108 | // juce::Slider diffusionSlider; 109 | // std::unique_ptr diffusionSliderAttachment; 110 | // juce::Label diffusionLabel{"diffusionLabel", "Diffusion"}; 111 | 112 | Gui::XyPad3h xyPad3; 113 | 114 | juce::TextButton calculateButton; 115 | juce::ToggleButton autoButton; 116 | std::unique_ptr autoButtonAttachment; 117 | juce::Label autoLabel{"autoLabel", "Update"}; 118 | 119 | const juce::Colour listenerColour = juce::Colours::darkviolet; 120 | const juce::Colour sourceLColour = juce::Colours::blue; 121 | const juce::Colour sourceRColour = juce::Colours::red; 122 | 123 | // juce::Label calculatingLabel{"calculatingLabel", "Calculating..."}; 124 | 125 | void addController(juce::Slider&, juce::Slider::SliderStyle, juce::Colour, juce::Colour); 126 | void addAndConnectLabel(juce::Slider&, juce::Label&); 127 | 128 | FxmeKnobLookAndFeel knobLookAndFeel; 129 | 130 | Gui::HorizontalBar progressBarL{[&]() { return audioProcessor.roomIRL.getProgress(); }}; 131 | Gui::HorizontalBar progressBarR{[&]() { return audioProcessor.roomIRR.getProgress(); }}; 132 | 133 | juce::Image logo; 134 | 135 | JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ReverbAudioProcessorEditor) 136 | }; 137 | -------------------------------------------------------------------------------- /BiRR3D_stereoin/Source/PluginProcessor.h: -------------------------------------------------------------------------------- 1 | /* 2 | ============================================================================== 3 | 4 | This file contains the basic framework code for a JUCE plugin processor. 5 | 6 | ============================================================================== 7 | */ 8 | 9 | #pragma once 10 | 11 | #include 12 | #include "../../lib/dsp/RoomIR.h" 13 | 14 | //============================================================================== 15 | /** 16 | */ 17 | class ReverbAudioProcessor : public juce::AudioProcessor, public juce::Timer 18 | { 19 | public: 20 | //============================================================================== 21 | ReverbAudioProcessor(); 22 | ~ReverbAudioProcessor() override; 23 | 24 | //============================================================================== 25 | void prepareToPlay (double sampleRate, int samplesPerBlock) override; 26 | void releaseResources() override; 27 | 28 | // #ifndef JucePlugin_PreferredChannelConfigurations 29 | bool isBusesLayoutSupported (const BusesLayout& layouts) const override; 30 | // #endif 31 | 32 | void processBlock (juce::AudioBuffer&, juce::MidiBuffer&) override; 33 | 34 | //============================================================================== 35 | juce::AudioProcessorEditor* createEditor() override; 36 | bool hasEditor() const override; 37 | 38 | //============================================================================== 39 | const juce::String getName() const override; 40 | 41 | bool acceptsMidi() const override; 42 | bool producesMidi() const override; 43 | bool isMidiEffect() const override; 44 | double getTailLengthSeconds() const override; 45 | 46 | //============================================================================== 47 | int getNumPrograms() override; 48 | int getCurrentProgram() override; 49 | void setCurrentProgram (int index) override; 50 | const juce::String getProgramName (int index) override; 51 | void changeProgramName (int index, const juce::String& newName) override; 52 | 53 | //============================================================================== 54 | void getStateInformation (juce::MemoryBlock& destData) override; 55 | void setStateInformation (const void* data, int sizeInBytes) override; 56 | 57 | void setIrLoaderL(), setIrLoaderR(); 58 | bool autoUpdate{true}; 59 | 60 | BoxRoomIR roomIRL, roomIRR; 61 | 62 | juce::dsp::ProcessSpec spec; 63 | juce::AudioBuffer bufferCopyR; 64 | 65 | static juce::AudioProcessorValueTreeState::ParameterLayout createParameters(); 66 | juce::AudioProcessorValueTreeState apvts{*this,nullptr,"Parameters",createParameters()}; 67 | 68 | private: 69 | 70 | void timerCallback() override; 71 | 72 | //============================================================================== 73 | JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ReverbAudioProcessor) 74 | }; 75 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU LESSER GENERAL PUBLIC LICENSE 2 | ================================= 3 | Version 3, 29 June 2007 4 | 5 | Copyright (C) 2007 Free Software Foundation, Inc. 6 | Everyone is permitted to copy and distribute verbatim copies 7 | of this license document, but changing it is not allowed. 8 | 9 | This version of the GNU Lesser General Public License incorporates 10 | the terms and conditions of version 3 of the GNU General Public 11 | License, supplemented by the additional permissions listed below. 12 | 13 | 0. Additional Definitions. 14 | 15 | As used herein, "this License" refers to version 3 of the GNU Lesser 16 | General Public License, and the "GNU GPL" refers to version 3 of the GNU 17 | General Public License. 18 | 19 | "The Library" refers to a covered work governed by this License, 20 | other than an Application or a Combined Work as defined below. 21 | 22 | An "Application" is any work that makes use of an interface provided 23 | by the Library, but which is not otherwise based on the Library. 24 | Defining a subclass of a class defined by the Library is deemed a mode 25 | of using an interface provided by the Library. 26 | 27 | A "Combined Work" is a work produced by combining or linking an 28 | Application with the Library. The particular version of the Library 29 | with which the Combined Work was made is also called the "Linked 30 | Version". 31 | 32 | The "Minimal Corresponding Source" for a Combined Work means the 33 | Corresponding Source for the Combined Work, excluding any source code 34 | for portions of the Combined Work that, considered in isolation, are 35 | based on the Application, and not on the Linked Version. 36 | 37 | The "Corresponding Application Code" for a Combined Work means the 38 | object code and/or source code for the Application, including any data 39 | and utility programs needed for reproducing the Combined Work from the 40 | Application, but excluding the System Libraries of the Combined Work. 41 | 42 | 1. Exception to Section 3 of the GNU GPL. 43 | 44 | You may convey a covered work under sections 3 and 4 of this License 45 | without being bound by section 3 of the GNU GPL. 46 | 47 | 2. Conveying Modified Versions. 48 | 49 | If you modify a copy of the Library, and, in your modifications, a 50 | facility refers to a function or data to be supplied by an Application 51 | that uses the facility (other than as an argument passed when the 52 | facility is invoked), then you may convey a copy of the modified 53 | version: 54 | 55 | a) under this License, provided that you make a good faith effort to 56 | ensure that, in the event an Application does not supply the 57 | function or data, the facility still operates, and performs 58 | whatever part of its purpose remains meaningful, or 59 | 60 | b) under the GNU GPL, with none of the additional permissions of 61 | this License applicable to that copy. 62 | 63 | 3. Object Code Incorporating Material from Library Header Files. 64 | 65 | The object code form of an Application may incorporate material from 66 | a header file that is part of the Library. You may convey such object 67 | code under terms of your choice, provided that, if the incorporated 68 | material is not limited to numerical parameters, data structure 69 | layouts and accessors, or small macros, inline functions and templates 70 | (ten or fewer lines in length), you do both of the following: 71 | 72 | a) Give prominent notice with each copy of the object code that the 73 | Library is used in it and that the Library and its use are 74 | covered by this License. 75 | 76 | b) Accompany the object code with a copy of the GNU GPL and this license 77 | document. 78 | 79 | 4. Combined Works. 80 | 81 | You may convey a Combined Work under terms of your choice that, 82 | taken together, effectively do not restrict modification of the 83 | portions of the Library contained in the Combined Work and reverse 84 | engineering for debugging such modifications, if you also do each of 85 | the following: 86 | 87 | a) Give prominent notice with each copy of the Combined Work that 88 | the Library is used in it and that the Library and its use are 89 | covered by this License. 90 | 91 | b) Accompany the Combined Work with a copy of the GNU GPL and this license 92 | document. 93 | 94 | c) For a Combined Work that displays copyright notices during 95 | execution, include the copyright notice for the Library among 96 | these notices, as well as a reference directing the user to the 97 | copies of the GNU GPL and this license document. 98 | 99 | d) Do one of the following: 100 | 101 | 0) Convey the Minimal Corresponding Source under the terms of this 102 | License, and the Corresponding Application Code in a form 103 | suitable for, and under terms that permit, the user to 104 | recombine or relink the Application with a modified version of 105 | the Linked Version to produce a modified Combined Work, in the 106 | manner specified by section 6 of the GNU GPL for conveying 107 | Corresponding Source. 108 | 109 | 1) Use a suitable shared library mechanism for linking with the 110 | Library. A suitable mechanism is one that (a) uses at run time 111 | a copy of the Library already present on the user's computer 112 | system, and (b) will operate properly with a modified version 113 | of the Library that is interface-compatible with the Linked 114 | Version. 115 | 116 | e) Provide Installation Information, but only if you would otherwise 117 | be required to provide such information under section 6 of the 118 | GNU GPL, and only to the extent that such information is 119 | necessary to install and execute a modified version of the 120 | Combined Work produced by recombining or relinking the 121 | Application with a modified version of the Linked Version. (If 122 | you use option 4d0, the Installation Information must accompany 123 | the Minimal Corresponding Source and Corresponding Application 124 | Code. If you use option 4d1, you must provide the Installation 125 | Information in the manner specified by section 6 of the GNU GPL 126 | for conveying Corresponding Source.) 127 | 128 | 5. Combined Libraries. 129 | 130 | You may place library facilities that are a work based on the 131 | Library side by side in a single library together with other library 132 | facilities that are not Applications and are not covered by this 133 | License, and convey such a combined library under terms of your 134 | choice, if you do both of the following: 135 | 136 | a) Accompany the combined library with a copy of the same work based 137 | on the Library, uncombined with any other library facilities, 138 | conveyed under the terms of this License. 139 | 140 | b) Give prominent notice with the combined library that part of it 141 | is a work based on the Library, and explaining where to find the 142 | accompanying uncombined form of the same work. 143 | 144 | 6. Revised Versions of the GNU Lesser General Public License. 145 | 146 | The Free Software Foundation may publish revised and/or new versions 147 | of the GNU Lesser General Public License from time to time. Such new 148 | versions will be similar in spirit to the present version, but may 149 | differ in detail to address new problems or concerns. 150 | 151 | Each version is given a distinguishing version number. If the 152 | Library as you received it specifies that a certain numbered version 153 | of the GNU Lesser General Public License "or any later version" 154 | applies to it, you have the option of following the terms and 155 | conditions either of that published version or of any later version 156 | published by the Free Software Foundation. If the Library as you 157 | received it does not specify a version number of the GNU Lesser 158 | General Public License, you may choose any version of the GNU Lesser 159 | General Public License ever published by the Free Software Foundation. 160 | 161 | If the Library as you received it specifies that a proxy can decide 162 | whether future versions of the GNU Lesser General Public License shall 163 | apply, that proxy's public statement of acceptance of any version is 164 | permanent authorization for you to choose that version for the 165 | Library. 166 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | PROJUCER= /home/od/bin/Projucer 2 | 3 | all: projects birr2dm birr2ds birr3dm birr3ds 4 | 5 | projects: 6 | $(PROJUCER) --resave BiRR2D_monoin/BiRR2D_monoin.jucer 7 | $(PROJUCER) --resave BiRR2D_stereoin/BiRR2D_stereoin.jucer 8 | $(PROJUCER) --resave BiRR3D_monoin/BiRR3D_monoin.jucer 9 | $(PROJUCER) --resave BiRR3D_stereoin/BiRR3D_stereoin.jucer 10 | 11 | birr2dm: 12 | cd BiRR2D_monoin/Builds/LinuxMakefile && make && cd ../../.. 13 | 14 | birr2ds: 15 | cd BiRR2D_stereoin/Builds/LinuxMakefile && make && cd ../../.. 16 | 17 | birr3dm: 18 | cd BiRR3D_monoin/Builds/LinuxMakefile && make && cd ../../.. 19 | 20 | birr3ds: 21 | cd BiRR3D_stereoin/Builds/LinuxMakefile && make && cd ../../.. 22 | -------------------------------------------------------------------------------- /doc/BiRR2D_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/doc/BiRR2D_screen.png -------------------------------------------------------------------------------- /doc/BiRR3D_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/doc/BiRR3D_screen.png -------------------------------------------------------------------------------- /lib/assets/logo686.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/assets/logo686.png -------------------------------------------------------------------------------- /lib/components/FxmeLookAndFeel.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include 3 | 4 | class FxmeKnobLookAndFeel : public juce::LookAndFeel_V4 5 | { 6 | public: 7 | FxmeKnobLookAndFeel() 8 | { 9 | } 10 | 11 | void drawRotarySlider(juce::Graphics &g, 12 | int x, int y, 13 | int width, 14 | int height, 15 | float sliderPos, 16 | float rotaryStartAngle, 17 | float rotaryEndAngle, 18 | juce::Slider &slider) override 19 | { 20 | float diameter = juce::jmin(width,height); 21 | float radius = diameter * 0.5; 22 | float centreX = x + width * 0.5; 23 | float centreY = y + height * 0.5; 24 | float rx = centreX - radius; 25 | float ry = centreY - radius; 26 | float angle = rotaryStartAngle + (sliderPos * (rotaryEndAngle-rotaryStartAngle)); 27 | float thickness = diameter/12; 28 | 29 | juce::Rectangle dialArea(rx,ry,diameter,diameter); 30 | g.setColour(juce::Colours::black); 31 | g.fillEllipse(dialArea.reduced(thickness)); 32 | g.setColour(slider.findColour(juce::Slider::thumbColourId).darker()); 33 | g.drawEllipse(dialArea.reduced(thickness),thickness/6); 34 | 35 | g.setColour(slider.findColour(juce::Slider::thumbColourId).brighter(0.5f)); 36 | juce::Path dialTick; 37 | juce::Rectangle rect(0.f,-radius,thickness,radius*0.4); 38 | dialTick.addRectangle(rect); 39 | g.fillPath(dialTick,juce::AffineTransform::rotation(angle).translated(centreX,centreY)); 40 | 41 | g.setColour(slider.findColour(juce::Slider::thumbColourId).darker(3.f)); 42 | juce::Path arc1; 43 | arc1.addArc(centreX-diameter/2, centreY-diameter/2, diameter, diameter, rotaryStartAngle, rotaryEndAngle, true); 44 | g.strokePath(arc1, juce::PathStrokeType(thickness)); 45 | g.setColour(slider.findColour(juce::Slider::thumbColourId)); 46 | juce::Path arc2, arc3; 47 | arc2.addArc(centreX-diameter/2, centreY-diameter/2, diameter, diameter, rotaryStartAngle, angle, true); 48 | juce::PathStrokeType path{thickness, juce::PathStrokeType::JointStyle::curved, juce::PathStrokeType::EndCapStyle::rounded}; 49 | g.strokePath(arc2, path); 50 | 51 | }; 52 | 53 | juce::Slider::SliderLayout getSliderLayout (juce::Slider& slider) override 54 | { 55 | auto localBounds = slider.getLocalBounds().reduced(5).toFloat(); 56 | 57 | juce::Slider::SliderLayout layout; 58 | layout.sliderBounds = slider.getLocalBounds().reduced(5); 59 | 60 | // Text below the knob 61 | layout.textBoxBounds = slider.getLocalBounds().withHeight(localBounds.getHeight()*0.25); 62 | layout.textBoxBounds.translate(0,localBounds.getHeight()*0.9f); 63 | 64 | return layout; 65 | } 66 | 67 | void drawLabel(juce::Graphics &g, juce::Label &label) override 68 | { 69 | g.setColour(juce::Colours::white); 70 | 71 | auto labelArea{label.getLocalBounds().toFloat()}; 72 | g.setFont(labelArea.getHeight() * 0.7f); 73 | auto center = labelArea.getCentre(); 74 | auto bottom = labelArea.getBottom(); 75 | 76 | juce::String labelToDisplay = juce::String(label.getText()); 77 | 78 | g.drawSingleLineText(labelToDisplay, 79 | juce::roundToInt(center.x + g.getCurrentFont().getHorizontalScale()), 80 | juce::roundToInt(center.y + 1.4*g.getCurrentFont().getDescent()), 81 | juce::Justification::horizontallyCentred); 82 | 83 | } 84 | 85 | }; 86 | -------------------------------------------------------------------------------- /lib/components/HorizontalBar.h: -------------------------------------------------------------------------------- 1 | /* 2 | ============================================================================== 3 | 4 | VerticalMeter.h 5 | Created: 29 Nov 2023 4:38:30pm 6 | Author: doare 7 | 8 | ============================================================================== 9 | */ 10 | 11 | #pragma once 12 | 13 | #include 14 | 15 | namespace Gui 16 | { 17 | class HorizontalBar : public juce::Component, public juce::Timer 18 | { 19 | public: 20 | HorizontalBar(std::function&& valueFunction) : valueSupplier(std::move(valueFunction)) 21 | { 22 | startTimerHz(5); 23 | barColour=juce::Colours::green; 24 | } 25 | 26 | void paint(juce::Graphics& g) override 27 | { 28 | const auto level = valueSupplier(); 29 | 30 | const auto bounds = getLocalBounds().reduced(10).toFloat(); 31 | const auto h = bounds.getWidth(); 32 | const auto newWidth = juce::jmap(level,0.f, 1.0f, 0.0f, h); 33 | const auto x = bounds.getTopLeft().getX(); 34 | auto bounds2 = bounds; 35 | bounds2.setRight(newWidth); 36 | 37 | if (juce::approximatelyEqual(level,1.f)) 38 | { 39 | g.setColour(juce::Colours::green); 40 | g.fillRoundedRectangle(bounds,5.0f); 41 | } 42 | else 43 | { 44 | g.setColour(juce::Colours::black); 45 | g.fillRoundedRectangle(bounds,5.0f); 46 | g.setColour(juce::Colours::red); 47 | g.fillRoundedRectangle(bounds2,5.0f); 48 | } 49 | } 50 | 51 | void timerCallback() override 52 | { 53 | repaint(); 54 | } 55 | 56 | void setColour(juce::Colour newColour) 57 | { 58 | barColour = newColour; 59 | } 60 | 61 | private: 62 | std::function valueSupplier; 63 | juce::ColourGradient gradient{}; 64 | juce::Colour barColour; 65 | 66 | }; 67 | } 68 | -------------------------------------------------------------------------------- /lib/components/XyPad.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | 5 | namespace Gui 6 | { 7 | class Thumb : public juce::Component 8 | { 9 | public: 10 | Thumb(int ts); 11 | void paint(juce::Graphics& g) override; 12 | void mouseDown(const juce::MouseEvent& event) override; 13 | void mouseDrag(const juce::MouseEvent& event) override; 14 | void mouseUp(const juce::MouseEvent& event) override; 15 | std::function)> moveCallback; 16 | std::function mouseUpCallback; 17 | std::function mouseDownCallback; 18 | void setColour(juce::Colour newColour); 19 | int thumbSize; 20 | 21 | private: 22 | juce::ComponentDragger dragger; 23 | juce::ComponentBoundsConstrainer constrainer; 24 | juce::Colour thumbColour; 25 | 26 | JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(Thumb); 27 | }; 28 | 29 | class Head : public juce::Component 30 | { 31 | public: 32 | Head(int ts); 33 | void paint(juce::Graphics& g) override; 34 | void mouseDown(const juce::MouseEvent& event) override; 35 | void mouseDoubleClick(const juce::MouseEvent& event) override; 36 | void mouseDrag(const juce::MouseEvent& event) override; 37 | void mouseUp(const juce::MouseEvent& event) override; 38 | void mouseWheelMove(const juce::MouseEvent& e, const juce::MouseWheelDetails& wheel) override; 39 | std::function)> moveCallback; 40 | std::function mouseUpCallback; 41 | std::function mouseDownCallback; 42 | void setColour(juce::Colour newColour); 43 | void setOrientation(float o); 44 | int thumbSize; 45 | float headOrientation {0.f}; 46 | 47 | private: 48 | juce::ComponentDragger dragger; 49 | juce::ComponentBoundsConstrainer constrainer; 50 | juce::Colour headColour; 51 | 52 | JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(Head); 53 | }; 54 | 55 | class XyPad2 : public juce::Component, juce::Slider::Listener 56 | { 57 | public: 58 | enum class Axis {X1, Y1, X2, Y2}; 59 | XyPad2(); 60 | void resized() override; 61 | void paint(juce::Graphics& g) override; 62 | void registerSlider(juce::Slider* slider, Axis axis); 63 | void deregisterSlider(juce::Slider* slider); 64 | Thumb thumb1{25}, thumb2{25}; 65 | juce::Colour coulour1, colour2; 66 | 67 | private: 68 | void sliderValueChanged(juce::Slider* slider) override; 69 | 70 | std::vector x1Sliders, x2Sliders, y1Sliders, y2Sliders; 71 | 72 | JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(XyPad2); 73 | }; 74 | 75 | class XyPad2h : public juce::Component, juce::Slider::Listener 76 | { 77 | public: 78 | enum class Axis {X1, Y1, X2, Y2, O1}; 79 | 80 | XyPad2h(); 81 | void resized() override; 82 | void paint(juce::Graphics& g) override; 83 | void registerSlider(juce::Slider* slider, Axis axis); 84 | void deregisterSlider(juce::Slider* slider); 85 | Head thumb1{30}; 86 | Thumb thumb2{25}; 87 | juce::Colour coulour1, colour2; 88 | 89 | private: 90 | void sliderValueChanged(juce::Slider* slider) override; 91 | 92 | std::vector x1Sliders, x2Sliders, y1Sliders, y2Sliders, o1Sliders; 93 | 94 | JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(XyPad2h); 95 | }; 96 | 97 | class XyPad3h : public juce::Component, juce::Slider::Listener 98 | { 99 | public: 100 | enum class Axis {X1, Y1, X2, Y2, X3, Y3, O1}; 101 | 102 | XyPad3h(); 103 | void resized() override; 104 | void paint(juce::Graphics& g) override; 105 | void registerSlider(juce::Slider* slider, Axis axis); 106 | void deregisterSlider(juce::Slider* slider); 107 | Head thumb1{30}; 108 | Thumb thumb2{25}; 109 | Thumb thumb3{25}; 110 | juce::Colour coulour1, colour2, colour3; 111 | 112 | private: 113 | void sliderValueChanged(juce::Slider* slider) override; 114 | 115 | std::vector x1Sliders, x2Sliders, x3Sliders, y1Sliders, y2Sliders, y3Sliders, o1Sliders; 116 | 117 | JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(XyPad3h); 118 | }; 119 | 120 | } 121 | -------------------------------------------------------------------------------- /lib/dsp/RoomIR.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | 5 | 6 | #include 7 | using namespace std; 8 | 9 | #define CHOICES {"XY", "MS with Cardio", "MS with Omni", "Binaural"} 10 | 11 | #define NPROC 6 12 | #define MAXTHREADS 8 13 | 14 | #define INV_SOUNDSPEED 2.9412e-03f 15 | #define PIOVEREIGHTY 1.745329252e-02f 16 | #define EIGHTYOVERPI 57.295779513f 17 | #define OMEGASTART 125663.706f 18 | #define SIGMA_DELTAT 1e-3f 19 | 20 | #define MAXSIZE 10.f 21 | #define MINDAMPING 0.02f 22 | 23 | struct IrBoxCalculatorParams{ 24 | float rx; 25 | float ry; 26 | float rz; 27 | float lx; 28 | float ly; 29 | float lz; 30 | float sx; 31 | float sy; 32 | float sz; 33 | float damp; 34 | float hfDamp; 35 | int type; 36 | float headAzim; 37 | float sWidth; 38 | double sampleRate; 39 | }; 40 | 41 | // ================================================================== 42 | class IrBoxCalculator : public juce::Thread 43 | { 44 | 45 | public: 46 | 47 | IrBoxCalculator(); 48 | void run() override ; 49 | void setParams(IrBoxCalculatorParams& pa); 50 | float getProgress(); 51 | void resetProgress(); 52 | void setCalculatingBool(bool* cp); 53 | void setBuffer(juce::AudioBuffer* b); 54 | void setCalculateDirectPath(bool c); 55 | void setHrtfVars(int* ns, float* nsr); 56 | 57 | // min and max indices which iR is calculated in this thread 58 | // If only the direct sound is needed, one has to select 59 | // n=1, nxmin=0, nxmax=1 60 | int n, nxmin, nxmax; 61 | int longueur; 62 | 63 | private: 64 | IrBoxCalculatorParams p; 65 | float progress; 66 | bool* isCalculating; 67 | juce::AudioBuffer* bp; 68 | bool calculateDirectPath; 69 | int* nsamp; 70 | float* nearestSampleRate; 71 | // int threadsNum; 72 | 73 | void addArrayToBuffer(float *bufPtr, const float *hrtfPtr, const float gain); 74 | int proximityIndex(const float *data, const int length, const float value, const bool wrap); 75 | void lop(const float* in, float* out, const int sampleFreq, const float hfDamping, const int nRebounds, const int order); 76 | float max(const float* in); 77 | 78 | JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (IrBoxCalculator) 79 | }; 80 | 81 | // ================================================================== 82 | class IrTransfer : public juce::Thread 83 | { 84 | 85 | public: 86 | IrTransfer(); 87 | void run() override ; 88 | void setBuffer(juce::AudioBuffer* bufPointer); 89 | void setIr(juce::dsp::Convolution* irPointer); 90 | void setCalculatingBool(bool* cp); 91 | void setSampleRate(double sr); 92 | bool getBufferTransferState(); 93 | void setThreadsNum(int n); 94 | 95 | private: 96 | juce::AudioBuffer* bp; 97 | juce::dsp::Convolution* irp; 98 | bool* isCalculating; 99 | bool hasTransferred; 100 | double sampleRate; 101 | int threadsNum; 102 | 103 | JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (IrTransfer) 104 | }; 105 | 106 | // ==================================================== 107 | class BoxRoomIR{ 108 | 109 | public: 110 | BoxRoomIR(); 111 | void initialize(); 112 | void prepare(juce::dsp::ProcessSpec spec); 113 | void calculate(IrBoxCalculatorParams& p); 114 | bool setIrCaclulatorsParams(IrBoxCalculatorParams& pa); 115 | float getProgress(); 116 | bool getCalculatingState(); 117 | bool getBufferTransferState(); 118 | void process(juce::AudioBuffer& buffer); 119 | 120 | juce::AudioBuffer inputBufferCopy; 121 | juce::dsp::Convolution boxConvolution, directConvolution; 122 | IrBoxCalculator boxCalculator[MAXTHREADS], directCalculator; 123 | bool isCalculating[MAXTHREADS], isCalculatingDirect; 124 | juce::AudioBuffer boxIrBuffer[MAXTHREADS], directIrBuffer; 125 | IrTransfer boxIrTransfer, directIrTransfer; 126 | float directLevel, reflectionsLevel; 127 | 128 | private: 129 | IrBoxCalculatorParams p; 130 | int threadsNum; 131 | int nsamp; 132 | float nearestSampleRate; 133 | 134 | juce::dsp::IIR::Filter filter[2]; 135 | 136 | JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (BoxRoomIR) 137 | 138 | }; 139 | -------------------------------------------------------------------------------- /lib/dsp/RoomIR2D.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | 5 | 6 | #include 7 | using namespace std; 8 | 9 | #define CHOICES {"XY", "MS with Cardio", "MS with Omni", "Binaural"} 10 | 11 | #define NPROC 6 12 | #define MAXTHREADS 12 13 | 14 | #define INV_SOUNDSPEED 2.9412e-03f 15 | #define PIOVEREIGHTY 1.745329252e-02f 16 | #define EIGHTYOVERPI 57.295779513f 17 | #define OMEGASTART 125663.706f 18 | #define SIGMA_DELTAT 1e-3f 19 | 20 | #define MAXSIZE 10.f 21 | #define MINDAMPING 0.005f 22 | 23 | struct IrBoxCalculatorParams{ 24 | float rx; 25 | float ry; 26 | float lx; 27 | float ly; 28 | float sx; 29 | float sy; 30 | float damp; 31 | float hfDamp; 32 | int type; 33 | float headAzim; 34 | float sWidth; 35 | double sampleRate; 36 | }; 37 | 38 | // ================================================================== 39 | class IrBoxCalculator : public juce::Thread 40 | { 41 | 42 | public: 43 | 44 | IrBoxCalculator(); 45 | void run() override ; 46 | void setParams(IrBoxCalculatorParams& pa); 47 | float getProgress(); 48 | void resetProgress(); 49 | void setCalculatingBool(bool* cp); 50 | void setBuffer(juce::AudioBuffer* b); 51 | void setCalculateDirectPath(bool c); 52 | void setHrtfVars(int* ns, float* nsr); 53 | 54 | // min and max indices which iR is calculated in this thread 55 | // If only the direct sound is needed, one has to select 56 | // n=1, nxmin=0, nxmax=1 57 | int n, nxmin, nxmax; 58 | int longueur; 59 | 60 | private: 61 | IrBoxCalculatorParams p; 62 | float progress; 63 | bool* isCalculating; 64 | juce::AudioBuffer* bp; 65 | bool calculateDirectPath; 66 | int* nsamp; 67 | float* nearestSampleRate; 68 | // int threadsNum; 69 | 70 | void addArrayToBuffer(float *bufPtr, const float *hrtfPtr, const float gain); 71 | int proximityIndex(const float *data, const int length, const float value, const bool wrap); 72 | void lop(const float* in, float* out, const int sampleFreq, const float hfDamping, const int nRebounds, const int order); 73 | float max(const float* in); 74 | 75 | JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (IrBoxCalculator) 76 | }; 77 | 78 | // ================================================================== 79 | class IrTransfer : public juce::Thread 80 | { 81 | 82 | public: 83 | IrTransfer(); 84 | void run() override ; 85 | void setBuffer(juce::AudioBuffer* bufPointer); 86 | void setIr(juce::dsp::Convolution* irPointer); 87 | void setCalculatingBool(bool* cp); 88 | void setSampleRate(double sr); 89 | bool getBufferTransferState(); 90 | void setThreadsNum(int n); 91 | 92 | private: 93 | juce::AudioBuffer* bp; 94 | juce::dsp::Convolution* irp; 95 | bool* isCalculating; 96 | bool hasTransferred; 97 | double sampleRate; 98 | int threadsNum; 99 | 100 | JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (IrTransfer) 101 | }; 102 | 103 | // ==================================================== 104 | class BoxRoomIR{ 105 | 106 | public: 107 | BoxRoomIR(); 108 | void initialize(); 109 | void prepare(juce::dsp::ProcessSpec spec); 110 | void calculate(IrBoxCalculatorParams& p); 111 | bool setIrCaclulatorsParams(IrBoxCalculatorParams& pa); 112 | float getProgress(); 113 | bool getCalculatingState(); 114 | bool getBufferTransferState(); 115 | void process(juce::AudioBuffer& buffer); 116 | 117 | juce::AudioBuffer inputBufferCopy; 118 | juce::dsp::Convolution boxConvolution, directConvolution; 119 | IrBoxCalculator boxCalculator[MAXTHREADS], directCalculator; 120 | bool isCalculating[MAXTHREADS], isCalculatingDirect; 121 | juce::AudioBuffer boxIrBuffer[MAXTHREADS], directIrBuffer; 122 | IrTransfer boxIrTransfer, directIrTransfer; 123 | float directLevel, reflectionsLevel; 124 | 125 | private: 126 | IrBoxCalculatorParams p; 127 | int threadsNum; 128 | int nsamp; 129 | float nearestSampleRate; 130 | 131 | 132 | juce::dsp::IIR::Filter filter[2]; 133 | 134 | JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (BoxRoomIR) 135 | 136 | }; 137 | -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/__pycache__/make_header.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/__pycache__/make_header.cpython-311.pyc -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e000a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e000a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e005a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e005a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e010a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e010a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e015a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e015a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e020a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e020a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e025a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e025a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e030a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e030a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e035a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e035a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e040a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e040a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e045a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e045a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e050a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e050a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e055a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e055a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e060a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e060a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e065a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e065a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e070a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e070a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e075a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e075a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e080a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e080a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e085a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e085a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e090a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e090a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e095a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e095a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e100a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e100a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e105a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e105a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e110a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e110a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e115a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e115a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e120a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e120a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e125a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e125a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e130a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e130a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e135a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e135a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e140a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e140a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e145a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e145a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e150a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e150a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e155a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e155a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e160a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e160a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e165a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e165a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e170a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e170a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e175a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e175a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-10e180a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-10e180a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e000a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e000a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e005a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e005a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e010a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e010a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e015a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e015a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e020a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e020a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e025a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e025a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e030a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e030a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e035a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e035a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e040a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e040a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e045a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e045a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e050a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e050a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e055a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e055a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e060a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e060a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e065a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e065a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e070a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e070a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e075a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e075a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e080a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e080a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e085a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e085a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e090a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e090a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e095a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e095a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e100a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e100a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e105a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e105a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e110a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e110a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e115a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e115a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e120a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e120a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e125a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e125a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e130a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e130a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e135a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e135a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e140a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e140a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e145a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e145a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e150a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e150a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e155a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e155a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e160a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e160a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e165a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e165a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e170a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e170a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e175a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e175a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-20e180a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-20e180a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e000a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e000a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e006a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e006a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e012a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e012a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e018a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e018a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e024a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e024a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e030a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e030a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e036a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e036a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e042a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e042a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e048a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e048a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e054a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e054a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e060a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e060a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e066a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e066a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e072a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e072a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e078a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e078a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e084a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e084a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e090a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e090a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e096a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e096a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e102a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e102a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e108a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e108a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e114a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e114a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e120a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e120a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e126a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e126a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e132a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e132a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e138a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e138a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e144a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e144a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e150a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e150a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e156a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e156a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e162a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e162a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e168a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e168a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e174a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e174a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-30e180a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-30e180a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e000a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e000a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e006a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e006a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e013a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e013a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e019a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e019a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e026a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e026a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e032a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e032a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e039a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e039a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e045a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e045a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e051a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e051a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e058a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e058a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e064a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e064a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e071a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e071a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e077a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e077a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e084a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e084a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e090a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e090a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e096a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e096a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e103a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e103a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e109a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e109a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e116a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e116a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e122a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e122a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e129a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e129a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e135a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e135a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e141a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e141a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e148a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e148a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e154a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e154a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e161a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e161a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e167a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e167a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e174a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e174a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H-40e180a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H-40e180a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e000a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e000a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e005a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e005a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e010a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e010a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e015a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e015a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e020a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e020a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e025a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e025a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e030a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e030a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e035a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e035a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e040a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e040a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e045a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e045a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e050a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e050a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e055a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e055a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e060a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e060a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e065a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e065a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e070a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e070a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e075a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e075a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e080a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e080a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e085a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e085a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e090a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e090a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e095a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e095a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e100a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e100a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e105a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e105a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e110a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e110a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e115a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e115a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e120a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e120a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e125a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e125a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e130a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e130a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e135a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e135a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e140a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e140a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e145a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e145a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e150a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e150a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e155a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e155a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e160a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e160a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e165a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e165a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e170a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e170a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e175a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e175a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H0e180a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H0e180a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e000a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e000a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e005a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e005a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e010a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e010a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e015a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e015a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e020a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e020a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e025a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e025a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e030a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e030a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e035a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e035a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e040a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e040a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e045a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e045a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e050a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e050a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e055a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e055a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e060a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e060a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e065a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e065a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e070a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e070a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e075a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e075a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e080a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e080a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e085a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e085a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e090a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e090a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e095a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e095a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e100a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e100a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e105a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e105a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e110a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e110a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e115a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e115a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e120a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e120a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e125a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e125a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e130a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e130a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e135a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e135a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e140a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e140a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e145a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e145a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e150a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e150a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e155a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e155a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e160a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e160a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e165a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e165a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e170a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e170a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e175a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e175a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H10e180a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H10e180a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e000a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e000a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e005a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e005a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e010a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e010a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e015a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e015a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e020a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e020a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e025a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e025a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e030a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e030a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e035a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e035a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e040a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e040a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e045a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e045a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e050a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e050a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e055a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e055a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e060a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e060a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e065a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e065a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e070a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e070a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e075a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e075a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e080a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e080a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e085a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e085a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e090a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e090a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e095a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e095a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e100a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e100a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e105a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e105a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e110a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e110a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e115a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e115a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e120a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e120a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e125a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e125a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e130a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e130a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e135a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e135a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e140a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e140a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e145a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e145a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e150a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e150a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e155a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e155a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e160a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e160a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e165a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e165a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e170a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e170a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e175a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e175a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H20e180a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H20e180a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e000a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e000a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e006a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e006a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e012a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e012a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e018a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e018a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e024a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e024a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e030a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e030a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e036a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e036a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e042a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e042a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e048a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e048a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e054a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e054a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e060a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e060a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e066a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e066a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e072a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e072a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e078a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e078a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e084a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e084a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e090a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e090a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e096a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e096a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e102a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e102a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e108a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e108a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e114a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e114a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e120a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e120a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e126a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e126a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e132a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e132a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e138a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e138a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e144a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e144a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e150a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e150a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e156a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e156a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e162a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e162a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e168a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e168a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e174a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e174a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H30e180a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H30e180a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e000a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e000a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e006a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e006a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e013a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e013a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e019a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e019a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e026a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e026a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e032a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e032a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e039a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e039a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e045a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e045a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e051a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e051a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e058a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e058a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e064a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e064a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e071a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e071a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e077a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e077a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e084a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e084a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e090a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e090a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e096a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e096a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e103a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e103a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e109a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e109a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e116a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e116a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e122a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e122a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e129a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e129a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e135a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e135a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e141a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e141a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e148a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e148a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e154a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e154a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e161a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e161a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e167a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e167a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e174a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e174a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H40e180a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H40e180a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e000a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e000a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e008a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e008a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e016a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e016a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e024a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e024a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e032a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e032a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e040a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e040a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e048a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e048a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e056a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e056a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e064a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e064a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e072a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e072a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e080a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e080a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e088a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e088a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e096a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e096a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e104a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e104a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e112a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e112a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e120a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e120a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e128a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e128a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e136a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e136a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e144a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e144a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e152a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e152a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e160a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e160a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e168a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e168a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H50e176a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H50e176a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H60e000a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H60e000a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H60e010a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H60e010a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H60e020a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H60e020a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H60e030a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H60e030a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H60e040a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H60e040a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H60e050a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H60e050a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H60e060a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H60e060a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H60e070a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H60e070a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H60e080a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H60e080a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H60e090a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H60e090a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H60e100a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H60e100a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H60e110a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H60e110a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H60e120a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H60e120a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H60e130a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H60e130a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H60e140a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H60e140a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H60e150a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H60e150a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H60e160a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H60e160a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H60e170a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H60e170a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H60e180a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H60e180a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H70e000a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H70e000a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H70e015a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H70e015a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H70e030a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H70e030a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H70e045a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H70e045a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H70e060a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H70e060a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H70e075a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H70e075a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H70e090a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H70e090a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H70e105a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H70e105a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H70e120a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H70e120a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H70e135a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H70e135a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H70e150a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H70e150a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H70e165a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H70e165a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H70e180a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H70e180a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H80e000a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H80e000a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H80e030a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H80e030a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H80e060a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H80e060a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H80e090a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H80e090a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H80e120a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H80e120a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H80e150a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H80e150a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H80e180a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H80e180a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/mitcompact/H90e000a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/mitcompact/H90e000a.wav -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/optimize_filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoare/BiRR/c32714813752acc50d4444a7dffdd5bc99cbf53d/lib/dsp/hrtf_header_maker/optimize_filter.py -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/pan_test.py: -------------------------------------------------------------------------------- 1 | #%% 2 | import numpy as np 3 | import matplotlib.pyplot as plt 4 | theta = np.linspace(-np.pi,np.pi,10000) 5 | ##plt.plot(theta,yl,theta,yr,theta,yl+yr) 6 | ##plt.show() 7 | 8 | def cardio(theta): 9 | return 0.5*(1+np.cos(theta)) 10 | 11 | def eight(theta): 12 | return np.sin(theta) 13 | 14 | # Stereo 15 | sr = np.abs(np.sin(0.5*theta+np.pi/4)) 16 | sl = np.abs(-np.sin(0.5*theta-np.pi/4)) 17 | 18 | # XY 19 | xyl = cardio(theta-np.pi/4) 20 | xyr = cardio(theta+np.pi/4) 21 | 22 | # MS 23 | mid = cardio(theta) 24 | side = eight(theta) 25 | msl = mid+side 26 | msr = mid-side 27 | 28 | 29 | #plt.plot(theta,sr, theta, xyl, theta, msl) 30 | #plt.polar(theta, xyl, theta, xyr) 31 | #plt.show() 32 | plt.polar(theta,mid,theta,abs(side)) 33 | # %% 34 | -------------------------------------------------------------------------------- /lib/dsp/hrtf_header_maker/test_norm.py: -------------------------------------------------------------------------------- 1 | #%% 2 | 3 | from make_header import * 4 | import matplotlib.pyplot as plt 5 | import numpy as np 6 | import scipy.fft as fft 7 | from scipy.signal import savgol_filter, iirnotch, lfilter 8 | 9 | %matplotlib tk 10 | 11 | hl,hr = load() 12 | 13 | hfreqs = fft.rfftfreq(d=1/44100.,n=128) 14 | 15 | plt.plot(hl[4][0][:]) 16 | 17 | plt.figure(1) 18 | hlval = np.abs(fft.rfft(hl[4][0][:])) 19 | hrval = np.abs(fft.rfft(hr[4][0][:])) 20 | 21 | #%% CORRECTION Type 1 22 | correction = np.linspace(0.,1.,65) 23 | 24 | print(len(hlval)) 25 | 26 | hlvalc = (1-correction)*hlval+correction 27 | hrvalc = (1-correction)*hrval+correction 28 | 29 | plt.figure(2) 30 | plt.plot(correction) 31 | 32 | #%% CORRECTION Type 2 33 | 34 | 35 | #%% 36 | 37 | plt.figure(2) 38 | plt.semilogx(hfreqs,20*np.log10(abs(1/hlval))) 39 | # plt.semilogx(hfreqs,) 40 | plt.xlim([20,20000]) 41 | 42 | #%% 43 | plt.figure(3) 44 | hlvalsmooth = savgol_filter(hlval, 20, 5) 45 | plt.plot(hfreqs,hlval) 46 | plt.plot(hfreqs,hlvalsmooth) 47 | #plt.xlim([20,20000]) 48 | 49 | plt.figure(4) 50 | plt.semilogx(hfreqs,hlval) 51 | plt.semilogx(hfreqs,hlval/(np.sqrt(hlvalsmooth))) 52 | 53 | 54 | plt.figure(5) 55 | hfreqs = fft.rfftfreq(d=1/44100.,n=128) 56 | plt.plot(hl[4][0][:]) 57 | plt.plot(fft.irfft(fft.rfft(hl[4][0][:])/hlval)) 58 | plt.plot(fft.irfft(fft.rfft(hl[4][0][:])/hlvalsmooth)) 59 | 60 | # %% 61 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # Binaural Room Reverb (BiRR) 2D and 3D 2 | 3 | A realistic room simulator based on a combination of a convolution processor and a virtual room impulse response calculator. 4 | 5 | ![image info](./doc/BiRR3D_screen.png) 6 | 7 | 9 | 10 | ## Info 11 | 12 | BiRR2D and BiRR3D are room simulators that accurately emulate the sound produced by a monophonic and omnidirectionnal source perceived by a listener in a rectangular (2D) or parallelepipedic (3D) room. 13 | 14 | User can control $(x,y,z)$ dimensions of the room, and position of source and listener in the room. The orientation of the listener can also be adjusted. Wall properties are adjusted with only two parameters: 15 | 16 | - Wall absorbtion : a coefficient between 0 an 1, representing a reflection coefficient. The acoustic wave amplitude is multiplied by this coefficient at each wall rebound. Higher values produce a shorter reverb. 17 | 18 | - Wall high frequency absobtion : this parameter controls the high frequency absorbtion wall rebounds. Higher values produce darker reverb sound. 19 | 20 | The input is mono or stereo, depending on the chosen version (mono in or stereo in). The output sound is a stereo reverberberated sound with one of the following configurations: 21 | 22 | - Two cardioid microphones in XY configuration 23 | 24 | - One cardioid and one eight-pattern microphones, in MS configuration 25 | 26 | - One omni and one eight-pattern microphone, in MS configuration 27 | 28 | - Binaural receptor based on the HRTF provided by MIT medialab (https://sound.media.mit.edu/resources/KEMAR.html). 29 | 30 | The 2D version simulates a 2D rectangular flat domain. Consequently, the produced binaural sound doesn't consider height information for sources and listener. The 3D version simmulates a parallelepipedic room, height position of the sources and listener. The latter hence involves more cpu computations for the impulse responses calculations. 31 | 32 | ## Direct path and reflections paths 33 | 34 | when a parameter is changed, two stereo impluse responses are calculted and sent to convolution processors: 35 | 36 | - The direct path impluse response. 37 | 38 | - The impulse response due to multiple reflections on walls. 39 | 40 | The effect level of direct path and reflections can be adjusted separately. These can be sought as dry and wet parameters of the reverb, although the produced sound is physically acurate when both parameters are equal. 41 | 42 | ## Stereo width 43 | 44 | In the XY configuration, this parameter specifies the angle between the two cardioid microphones. At its minimum the angle is zero and the produced sound is mono. At its maximum value, the angle equals 180 degrees, the microphones being perpendicular to the head axis. In the standard XY configuration, the angle equals 90 degrees, which occurs when the width parameter equals 0.5. 45 | 46 | In the MS configurations the stereo with quantifies the amplitude of the figure eight microphone signal (between 0 and 1). 47 | 48 | The stereo width parameter has no effect in the binaural configuration. 49 | 50 | ## Parameters updating 51 | 52 | At each parameter update (except reverb levels), the impulse response is calculated. As each acoustic path has to be calculated, the computation time can be high, in particular if the damping is small. 53 | 54 | A number of threads equal to the number of CPUs is employed for the impulse response calculation, which allows reasonable computation times (At most a few seconds for largest reverberation times on recent CPUs). 55 | 56 | *Important note:* the fact that some calculation time is necessary after each parameter change prevents parameter automation, as they cannot be updated in real time. Consequently, this plugin cannot be used to move sounds in the virtual space. 57 | 58 | ## History 59 | 60 | - v0.0.1: First version 61 | 62 | - v0.0.2: Introduction of mono and stereo input version 63 | 64 | - v0.0.3: Fix bug that prevented direct path to be computed 65 | 66 | - v0.0.4: Fix crash occuring when parameters are updated, binaries now distributed as VST3 67 | 68 | ## Future improvements 69 | 70 | In priority order: 71 | 72 | - Ambisonic output (FOA) 73 | 74 | - Absorption parameters for each wall 75 | 76 | - Multiple inputs (and ability to place multiple virtual sources in the room in the same UI) 77 | 78 | - Faster convolution (?) 79 | 80 | - Rooms not necessarly parallelepipedic 81 | 82 | ## Contact 83 | 84 | olivier.doare@ensta-paris.fr 85 | --------------------------------------------------------------------------------