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

Implemented audio extraction, adding audio streams, displaying audio stream #4

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Aug 20, 2024

  1. Implemented extract_audio_from_video function. Currently only accepts…

    … single file paths
    Ashton Doane authored and Ashton Doane committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ff32eb2 View commit details
    Browse the repository at this point in the history
  2. Extraction implemented.

    Ashton Doane authored and Ashton Doane committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a72d108 View commit details
    Browse the repository at this point in the history
  3. Implemented add_stream for wav files.

    Ashton Doane authored and Ashton Doane committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ff80659 View commit details
    Browse the repository at this point in the history
  4. Changed to using pathlib

    Ashton Doane authored and Ashton Doane committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e27fc50 View commit details
    Browse the repository at this point in the history
  5. Fixed docstring

    Ashton Doane authored and Ashton Doane committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    df2bac0 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Corrected typo.

    Co-authored-by: Daniel McCloy <[email protected]>
    ashtondoane and drammock authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    b1235c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Implemented MNE file upload. Corrected subprocess to immediately plac…

    …e extracted file in correct location.
    Ashton Doane committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c1ddcd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Corrected errors mentioned in prior PR. Initializes SS object with re…

    …ference MEG. Implemented dispaly of all pulse channels (could be updated to be more user friendly).
    Ashton Doane authored and Ashton Doane committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    32648c6 View commit details
    Browse the repository at this point in the history
  2. Merged

    Ashton Doane authored and Ashton Doane committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d0e6511 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Fixed final PR comments

    Ashton Doane authored and Ashton Doane committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3a6e501 View commit details
    Browse the repository at this point in the history