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

Fix broken "npm install" and memory leaks #4

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

Commits on Feb 22, 2020

  1. Update CMakeLists.txt and package.json

    - for npm install to work properly
    nanokina committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    5cbb1b2 View commit details
    Browse the repository at this point in the history
  2. Fix node-libsamplerate.cc

    - use 'src_set_ratio' to prevent smooth transition and concurrent reset
    - use private member 'src_ratio' to remember target ratio
      in case that more than two stream exist
    nanokina committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    89e448e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

  1. Fix package.json

    - rebuild on npm install, to avoid errors
    nanokina committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    db268ad View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Fix memory leak

    nanokina authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    1dc73f8 View commit details
    Browse the repository at this point in the history
  2. Fix another memory leak

    nanokina authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    8c33698 View commit details
    Browse the repository at this point in the history
  3. Update package-lock.json

    - Because Travis CI told me to
    nanokina committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    c1de8c6 View commit details
    Browse the repository at this point in the history
  4. Fix failing test

    nanokina committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    40292a6 View commit details
    Browse the repository at this point in the history