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

Audio PR - Augmentation support [ Spectrogram ] #1355

Merged
merged 68 commits into from
May 28, 2024

Commits on Feb 16, 2024

  1. Bump rocm-docs-core[api_reference] from 0.34.0 to 0.34.2 in /docs/sph…

    …inx (ROCm#1286)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.34.0 to 0.34.2.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](ROCm/rocm-docs-core@v0.34.0...v0.34.2)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    83d5cbf View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Bump cryptography from 42.0.0 to 42.0.2 in /docs/sphinx (ROCm#1289)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.2.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@42.0.0...42.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    886684e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    cf47a7f View commit details
    Browse the repository at this point in the history
  2. Add PreEmphasis filter support

    Swetha B S authored and root committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f196208 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e89c02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d53f81d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    9cef1ab View commit details
    Browse the repository at this point in the history
  2. Revert "Adding openvx changes for downmix node"

    This reverts commit d53f81d.
    swetha097 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    43dbde3 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    b19a9ad View commit details
    Browse the repository at this point in the history
  2. Minor Changes

    swetha097 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e92ffe4 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    b94144c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5808d6b View commit details
    Browse the repository at this point in the history
  3. Remove the memcopy of the src and dest rois as it can be handled in t…

    …he rocAL - since the src and dst rois remain same
    swetha097 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    33eb1ce View commit details
    Browse the repository at this point in the history
  4. Formatting change - minor

    swetha097 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8c4a98e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Remove NSR

    swetha097 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a58818e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e76b212 View commit details
    Browse the repository at this point in the history
  3. Minor formatting changes

    swetha097 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c6dcd6b View commit details
    Browse the repository at this point in the history
  4. Minor fix

    swetha097 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4e3654a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e197789 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dba24ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6615b27 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    84100bd View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Add MFB to MIVisisonX

    swetha097 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    dc4200b View commit details
    Browse the repository at this point in the history
  2. Revert "Add MFB to MIVisisonX"

    This reverts commit dc4200b.
    swetha097 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8c50b93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bc6e73 View commit details
    Browse the repository at this point in the history
  4. Resolve the PR comments

    swetha097 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    854aa50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    886d6af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86aa2d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Revert "Change the dims[0] and dims[1] positioning for Spectrogram an…

    …d AudioFillDescPointers"
    
    This reverts commit 886d6af.
    swetha097 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    704807f View commit details
    Browse the repository at this point in the history
  2. Fix Spectrogram

    Swetha B S authored and root committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e766dff View commit details
    Browse the repository at this point in the history
  3. Merge branch 'swbs_m2/audio/pr5' of https://github.com/swetha097/MIVi…

    …sionX into swbs_m2/audio/pr5
    Swetha B S authored and root committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7f9e423 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 11, 2024

  1. Bump rocm-docs-core[api_reference] from 0.38.0 to 0.38.1 in /docs/sph…

    …inx (ROCm#1328)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.38.0 to 0.38.1.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](ROCm/rocm-docs-core@v0.38.0...v0.38.1)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    724ebbf View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    swetha097 authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a592da3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d15cd67 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    swetha097 authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3252e48 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Documents - Bump idna from 3.4 to 3.7 in /docs/sphinx (ROCm#1330)

    Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7.
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.4...v3.7)
    
    ---
    updated-dependencies:
    - dependency-name: idna
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f387e49 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    3a09b7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca43743 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    SundarRajan28 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d0691b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f46e48e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    80b55a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e92a6c View commit details
    Browse the repository at this point in the history
  3. Resolve minor PR comments

    swetha097 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    83991ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    731d7a6 View commit details
    Browse the repository at this point in the history
  5. Remove comments

    swetha097 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5112ca8 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Docs - Bump tqdm from 4.65.0 to 4.66.3 in /docs/sphinx (ROCm#1339)

    Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.65.0 to 4.66.3.
    - [Release notes](https://github.com/tqdm/tqdm/releases)
    - [Commits](tqdm/tqdm@v4.65.0...v4.66.3)
    
    ---
    updated-dependencies:
    - dependency-name: tqdm
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 3, 2024
    Configuration menu
    Copy the full SHA
    5532aae View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Docs - Bump jinja2 from 3.1.3 to 3.1.4 in /docs/sphinx (ROCm#1340)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.3...3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2024
    Configuration menu
    Copy the full SHA
    bad8d31 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    2358357 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e8fbf5 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. SWDEV-459739 - Remove the package obsolete setting (ROCm#1345)

    The package was obsoleting itself and was causing upgrade issues.
    Removed the same.
    raramakr authored May 9, 2024
    Configuration menu
    Copy the full SHA
    cab620b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efdc885 View commit details
    Browse the repository at this point in the history
  3. Add layouts for Audio in vxTensorLayout

    Remove spectrogram layout param and pass layout in descriptor
    fiona-gladwin committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b4f93d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d52b52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    212df74 View commit details
    Browse the repository at this point in the history
  6. Audio PR - Augmentation support [ Spectrogram ] (ROCm#1319)

    * Bump rocm-docs-core[api_reference] from 0.34.0 to 0.34.2 in /docs/sphinx (ROCm#1286)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.34.0 to 0.34.2.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](ROCm/rocm-docs-core@v0.34.0...v0.34.2)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump cryptography from 42.0.0 to 42.0.2 in /docs/sphinx (ROCm#1289)
    
    Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.2.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@42.0.0...42.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add PreEmphasis filter support
    
    * Fix ROI - change from xy to width & height
    
    * Adding openvx changes for downmix node
    
    * Audio Augmentations 1 PR - NSR and Spectrogram
    
    * Revert "Adding openvx changes for downmix node"
    
    This reverts commit d53f81d.
    
    * PR comments resolution in the PreEmphais Filter
    
    * Minor Changes
    
    * Change the borderType enum to int32 from uint32 dtype
    
    * Fix validation of preemphasis
    
    * Remove the memcopy of the src and dest rois as it can be handled in the rocAL - since the src and dst rois remain same
    
    * Formatting change - minor
    
    * Remove NSR
    
    * Minor formatting changes
    
    * Minor fix
    
    * Minor update - remove the 2nd instance of preemphasis filter
    
    * Enum dtype - change from uint to int
    
    * Remove roi_tensor_ptr_dst as its unused after latest changes
    
    * Remove the dst_roi arg from vxExtRppPreemphasisFilter call as its unused
    
    * Add MFB to MIVisisonX
    
    * Revert "Add MFB to MIVisisonX"
    
    This reverts commit dc4200b.
    
    * Resolve the PR comments
    
    * Change the dims[0] and dims[1] positioning for Spectrogram and AudioFillDescPointers
    
    * Change function name to camelCase
    
    * Revert "Change the dims[0] and dims[1] positioning for Spectrogram and AudioFillDescPointers"
    
    This reverts commit 886d6af.
    
    * Fix Spectrogram
    
    * Docs - update TOC for API Ref (ROCm#1327)
    
    * Bump rocm-docs-core[api_reference] from 0.38.0 to 0.38.1 in /docs/sphinx (ROCm#1328)
    
    Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.38.0 to 0.38.1.
    - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
    - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
    - [Commits](ROCm/rocm-docs-core@v0.38.0...v0.38.1)
    
    ---
    updated-dependencies:
    - dependency-name: rocm-docs-core[api_reference]
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Documents - Bump idna from 3.4 to 3.7 in /docs/sphinx (ROCm#1330)
    
    Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7.
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.4...v3.7)
    
    ---
    updated-dependencies:
    - dependency-name: idna
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Update changelog
    
    * Resolve minor PR comments
    
    * Remove comments
    
    * Fix the layout issue with spec
    
    * Check the validity of pointers
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: root <root@ixt-sjc2-54.local.lan>
    Co-authored-by: Swetha B S <swetha@mutlicorewareinc.com>
    Co-authored-by: SundarRajan28 <sundarrajan@multicorewareinc.com>
    Co-authored-by: Swetha B S <swetha@multiocrewareinc.com>
    Co-authored-by: randyh62 <42045079+randyh62@users.noreply.github.com>
    7 people authored May 9, 2024
    Configuration menu
    Copy the full SHA
    fccd77d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33a04d3 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    c396ead View commit details
    Browse the repository at this point in the history
  2. Add comments

    fiona-gladwin committed May 10, 2024
    Configuration menu
    Copy the full SHA
    beba826 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b75eed View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

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

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    b0f7289 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f33913 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a525fce View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

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

Commits on May 24, 2024

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

Commits on May 28, 2024

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