Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source directivity and various extensions to gpuRIR #27

Open
wants to merge 121 commits into
base: master
Choose a base branch
from

Commits on Sep 14, 2021

  1. Add our custom helper scripts.

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    b3fcc79 View commit details
    Browse the repository at this point in the history
  2. Create air absorption script.

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    2035749 View commit details
    Browse the repository at this point in the history
  3. Create script for generation IR file with air

    absorption. Not yet working
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    878d01e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Continue on the bandpass route. Doesn't work too

    well right now
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    c215558 View commit details
    Browse the repository at this point in the history
  2. Fixing a small mistake

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    ccc0feb View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Successfully implemented air absorption through

    splitting frequency ranges into
    different bands.
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    626c93e View commit details
    Browse the repository at this point in the history
  2. Change default filter order settings.

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    eef7f34 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Expanded scripts for more versatile utilization

    (importing into other scripts, terminal arguments)
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    d1a141d View commit details
    Browse the repository at this point in the history
  2. Implement STFT air absorption

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    98f2727 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Not working yet.

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    f81c4e0 View commit details
    Browse the repository at this point in the history
  2. Not working yet

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    19a87ea View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Implemented strategy pattern for filters.

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    0764650 View commit details
    Browse the repository at this point in the history
  2. Slight improvements, everything works

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    ae02c2b View commit details
    Browse the repository at this point in the history
  3. Calculate difference

    corrooli committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    2a9beac View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Finalize work on air absorption

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    0583eca View commit details
    Browse the repository at this point in the history
  2. Adjust standard parameters to ease repeated

    testing
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    6878b19 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from corrooli/dev-air-absorption-improve

    Dev air absorption improve
    fuerbringer authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    f324eab View commit details
    Browse the repository at this point in the history
  4. Update gitignore.

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    9900179 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Attempt to multithread bandpass filter.

    corrooli authored and corrooli committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    0708617 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Improve bandpass performance drastically.

    Co-Authored-By: fuerbringer <[email protected]>
    Co-Authored-By: TheBlueFireFox <[email protected]>
    3 people committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    79c865a View commit details
    Browse the repository at this point in the history
  2. Further optimizations

    Co-Authored-By: fuerbsev <[email protected]>
    corrooli and fuerbringer committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    61093a9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from corrooli/dev-band-mt

    Implement multi-processing, increase bandpass air absorption speed dramatically
    fuerbringer authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    d12f18f View commit details
    Browse the repository at this point in the history
  4. Make preparations. Not working yet.

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    9e851a6 View commit details
    Browse the repository at this point in the history
  5. Small cleanup, add possibility for forwards

    and backwards filtering
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    2548d1c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Conducted experiments with linear filters

    Ready to implement into code
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    4446d08 View commit details
    Browse the repository at this point in the history
  2. Implement linear filter using strategy pattern.

    corrooli committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    2a69889 View commit details
    Browse the repository at this point in the history
  3. Cleaned up code, improved project structure

    corrooli committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    f151245 View commit details
    Browse the repository at this point in the history
  4. Further small improvements and cleanup

    corrooli committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    61444b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Implement characteristic filtering via STFT.

    Add SM57 and iPhone X frequency responce model.
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    811a716 View commit details
    Browse the repository at this point in the history
  2. Change file name, small cleanup

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    9f8930b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev-freqdep-src-rcv' into develop

    corrooli committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    2b70788 View commit details
    Browse the repository at this point in the history
  4. Change file name

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    3ad38d4 View commit details
    Browse the repository at this point in the history
  5. Implement source characteristic.

    We brought greatness upon the world.
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    0fb32dd View commit details
    Browse the repository at this point in the history
  6. Finished frequency dependent sender and receiver

    characteristics.
    Next up: Refactoring and consolidating generate_IR script to simplify
    the application of filters/frequency responses.
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    f8fd1bc View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Improve spectrogram.

    Further discussion needed.
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    0e9dfbf View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    00e8ec4 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Consolidate generate_IR script.

    Implement linear filter.
    Big cleanup.
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    5faaa78 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from corrooli/dev-ir-consolidate

    Consolidate generate_IR script.
    corrooli authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    9ba2741 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Implement speaker directivity.

    Just hardcoded values yet, yet to analyze results and expand parameters.
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    94e01be View commit details
    Browse the repository at this point in the history
  2. Did the heckin' removerino ;)

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    66821e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3d0abb View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Fixing logical errors in source directivity.

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    6eb7941 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Merge branch 'dev-spectrogram-improve' into develop

    corrooli committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    94bbb6b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from corrooli/dev-spectrogram-improve

    Improved spectrogram, still some issues
    corrooli authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    b1671a1 View commit details
    Browse the repository at this point in the history
  3. Improved spectrogram, working perfectly now

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    48a9528 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of https://github.com/corrooli/gpuRIR into dev…

    …elop
    corrooli committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    7e6186b View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Make font size bigger, relabel Hz to KHz

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    01df162 View commit details
    Browse the repository at this point in the history
  2. Squashed a bug in source directivity.

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    814e655 View commit details
    Browse the repository at this point in the history
  3. Added parameters, updated python binding

    Minor refactoring
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    3484028 View commit details
    Browse the repository at this point in the history
  4. Create automated directivity test script.

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    820fec7 View commit details
    Browse the repository at this point in the history
  5. Fixed comments.

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    2471542 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Create polar pattern plot script.

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    75efac4 View commit details
    Browse the repository at this point in the history
  2. Small code cleanup

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    d074c98 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Set mic/speaker interpolation to interp1d

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    dc8ce83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a6e1ac View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from corrooli/dev-directivity

    Add speaker directivity
    corrooli authored Oct 24, 2021
    Configuration menu
    Copy the full SHA
    7ab1574 View commit details
    Browse the repository at this point in the history
  4. Corrected errors in polar plot

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    6c2955a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. New polar pattern using plotly library

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    9e425dd View commit details
    Browse the repository at this point in the history
  2. Consolidated everythign around directivity testing

    and plotting in one script.
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    e5d3f4a View commit details
    Browse the repository at this point in the history
  3. Delete old polar plot scripts.

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    eaa0d1a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Add material list

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    6e4f172 View commit details
    Browse the repository at this point in the history
  2. Work in progress

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    4c1dfd9 View commit details
    Browse the repository at this point in the history
  3. Make frequency dependant wall absorption

    coefficents work
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    b16ab2a View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Consolidate frequency dependent

    absoption coefficient except multiple receiver channels
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    d9ace43 View commit details
    Browse the repository at this point in the history
  2. Make multiple receivers work.

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    630abac View commit details
    Browse the repository at this point in the history
  3. Consolidate further, frequency dependent wall

    materials broken at the moment
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    ff02988 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Finish implementation, everything works

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    5458653 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Corrected a wrong value in concrete_coarse

    and small formatting
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    11f591d View commit details
    Browse the repository at this point in the history
  2. Change interpolation

    Instead of extrapolating values, keep first/last value in interp1d
    corrooli committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    3007e23 View commit details
    Browse the repository at this point in the history
  3. Expand comment

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    7d9fefc View commit details
    Browse the repository at this point in the history
  4. Concentrated band division on actual frequency

    response of materials
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    7e339ac View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Implement logarithmic distribution of bands.

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    f38fa48 View commit details
    Browse the repository at this point in the history
  2. Fixed verbose printouts.

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    93ec50c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Change materials to accomodate a more reputable source.

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    b9213c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from corrooli/dev-walls

    Implement frequency dependent absorption coefficients.
    fuerbringer authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    7d48509 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Add spkr_pattern and orV_src.
    corrooli authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    136cc80 View commit details
    Browse the repository at this point in the history
  4. Create README.md

    Not yet done!
    corrooli authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    683600c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Made a sketch for LR filtering.

    Still having the low frequency band anomaly
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    b60ac33 View commit details
    Browse the repository at this point in the history
  2. Improve bandpassing

    by adding high and low pass on frequency boundaries
    
    Co-Authored-By: fuerbsev <[email protected]>
    corrooli and fuerbringer committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    e128284 View commit details
    Browse the repository at this point in the history
  3. Improve bandpassing in air absorption

    With low- and highpass filters
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    ef21203 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    6ebe13d View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Merge pull request #8 from corrooli/dev-walls

    Frequency dependant absorption coefficients (wall materials)
    corrooli authored Nov 21, 2021
    Configuration menu
    Copy the full SHA
    f6951de View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Implement HRTF.

    Not tested yet.
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    a23e0ad View commit details
    Browse the repository at this point in the history
  2. Made HRTF work.

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    290380e View commit details
    Browse the repository at this point in the history
  3. Add 3D plot for visualizing hrtf

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    5bb2fb1 View commit details
    Browse the repository at this point in the history
  4. Fixed an error concering rotation of head

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    ad12335 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Fix some issues with hrft, verify results

    Expand spectrogram method
    Expand adaptive gain to support stereo
    Various small improvements and bug fixes
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    96140ed View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Corrected ear offset

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    bdd52e5 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    corrooli authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    ce9be9a View commit details
    Browse the repository at this point in the history
  3. Update README.md

    corrooli authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    6c7bd72 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    corrooli authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    313516a View commit details
    Browse the repository at this point in the history
  5. Cleanup

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    21af51e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #9 from corrooli/dev-hrtf

    Support for HRTF
    corrooli authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    6c3a677 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Fixed Azimuth

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    d87ac66 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Fix elevation, not done yet

    Fixed bug in azimuth
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    1d82d49 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Write HRTF calculation tests to verify results.

    Elevation still needs some work.
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    9159f6d View commit details
    Browse the repository at this point in the history
  2. Begin refactoring

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    fb402af View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Massive refactoring.

    Consolidated all scripts and improved UX massively.
    All functionality is now in gpuRIR module.
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    926bd75 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from corrooli/dev-folder-reorg

    Refactoring / folder reorganization
    fuerbringer authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    3651d40 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Changed butterworth filters to sos.

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    f607e38 View commit details
    Browse the repository at this point in the history
  2. Make butterworth helper class

    implement sos in freq_dep_abs_coeff
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    8e1a0d2 View commit details
    Browse the repository at this point in the history
  3. Fix elevation, complete test cases

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    d66caf2 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Write tests for binaural receiver

    Fix pinna offset errors
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    b60d9d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Comments and cleanup

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    10923d4 View commit details
    Browse the repository at this point in the history
  2. Refactoring polar_plot.py

    Extending room parameters with beta
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    9beb93c View commit details
    Browse the repository at this point in the history
  3. Update readme

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    b5693a5 View commit details
    Browse the repository at this point in the history
  4. Additions to documentation / comments

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    6299a61 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. More comments, renamed variables for consistency

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    9af573b View commit details
    Browse the repository at this point in the history
  2. Fixed bug with spectrogram generation

    Further refactoring
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    d8e8b47 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Fixed bug with spectrogram generation

    Further refactoring
    More comments
    
    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    a5a08fc View commit details
    Browse the repository at this point in the history
  2. Added further comments

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    286423e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11 from corrooli/dev-doc

    Dev doc
    fuerbringer authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    2498d32 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Added bandpass/hi-low-pass switch

    Co-Authored-By: fuerbringer <[email protected]>
    corrooli and fuerbringer committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    5f1f0f9 View commit details
    Browse the repository at this point in the history
  2. Update readme.

    fuerbringer committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    d04d0d8 View commit details
    Browse the repository at this point in the history
  3. Small corrections

    corrooli committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    f05556a View commit details
    Browse the repository at this point in the history
  4. Reverted stereo_filters.py to standard settings.

    corrooli committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    3f5e8ee View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    1115379 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    9da8255 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    a4169f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba50a70 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    5e9ce1b View commit details
    Browse the repository at this point in the history