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

Memory Usage Improvements #33

Merged
merged 11 commits into from
Sep 5, 2021
Merged

Memory Usage Improvements #33

merged 11 commits into from
Sep 5, 2021

Commits on Aug 29, 2021

  1. change the sampleCount expression in sample ReadWAV in readme.md …

    …to match the eventual size of `audio`
    shirok1 committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    f1e9fe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f313dc1 View commit details
    Browse the repository at this point in the history
  3. add an additional optional argument to manually init newAudio with …

    …an external `List<double>`
    shirok1 committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    164b3db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6640625 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Revert "change the type of tuple in readme.md to clarify"

    This reverts commit 6640625.
    swharden committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    ab2890e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. Configuration menu
    Copy the full SHA
    08f4254 View commit details
    Browse the repository at this point in the history
  2. Tests: assert ReadWAV() length is accurate

    Uses Python's scipy.io.wavfile as a source of truth. swharden#33 swharden#34
    swharden committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    dd9fb57 View commit details
    Browse the repository at this point in the history
  3. Tests: AudioFile XML docs

    swharden committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    a17a8c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    448282f View commit details
    Browse the repository at this point in the history
  5. use original readme

    swharden committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    817ae46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59a4662 View commit details
    Browse the repository at this point in the history