Skip to content
Snippets Groups Projects
Select Git revision
  • as-if-foss/501553-add-admin-role-dropdown-to-user-edit-page
  • as-if-foss/jswain_separate_admin_roles_from_member_roles_migration_JOIN_TABLE
  • as-if-foss/501553-add-selected-user-type-descriptions-to-card
  • as-if-foss/534189-move-restore-action-to-core-in-projects-api
  • as-if-foss/533920-implement-delayed-delete-in-projects-controller
  • as-if-foss/533957-work-item-drawer-in-group-level-list-does-not-show-custom-fields
  • as-if-foss/tor/telemetry/assign-reviewer-with-edit-dropdown
  • as-if-foss/501553-add-vue-component-for-user-access-level-radios
  • as-if-foss/remove-container-resource-from-fine-grained-permissions
  • as-if-foss/el-read-admin-cicd-display-project-metadata
  • as-if-foss/534527-group-settings-for-dependency-proxy-should-be-hidden-if-config-is-disabled
  • as-if-foss/511948-smartcard-ldap-login-error-fix
  • master default protected
  • as-if-foss/remove-ff-ci-delete-archived-trace-metadata
  • as-if-foss/Requeue-BBM-for-backfill-archived-and-traversal-ids-to-vulnerability-statistics
  • as-if-foss/overdue-finalize-background-migration--backfill-ci-job-artifact-states-project-id
  • as-if-foss/overdue-finalize-background-migration--backfill-group-wiki-repository-states-group-id
  • as-if-foss/534510-work-items-show-project-in-development-mrs
  • as-if-foss/overdue-finalize-background-migration--backfill-security-findings-project-id
  • as-if-foss/510808-expiring-members-query-perf
  • v17.10.3 protected
  • v17.9.5 protected
  • v17.10.2 protected
  • v17.9.4 protected
  • v17.8.6 protected
  • v17.9.3 protected
  • v17.10.1 protected
  • v17.10.0 protected
  • v17.10.0-rc42 protected
  • v17.7.7 protected
  • v17.8.5 protected
  • v17.9.2 protected
  • v17.7.6 protected
  • v17.8.4 protected
  • v17.9.1 protected
  • v17.8.3 protected
  • v17.7.5 protected
  • v17.9.0 protected
  • v17.9.0-rc42 protected
  • v17.6.5 protected
40 results

ci

  • Clone with SSH
  • Clone with HTTPS
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..
    readme.md

    SoundTouch library

    SoundTouch git repository moved to codeberg.org

    The soundtouch repository has moved from to codeberg.org.

    Please accordingly switch to use the new repository location:

    • www: https://codeberg.org/soundtouch/soundtouch
    • clone:
      git clone https://codeberg.org/soundtouch/soundtouch.git
    • switch your existing git checkout to use the codeberg repository:
      git remote set-url origin https://codeberg.org/soundtouch/soundtouch.git

    This move is done to improve user experience, after multiple instances of gitlab.com just suddenly blocking our account or turn the repository private without any prior notice, making the repository temporarily unavailable for external developers and projects depending on it.

    About

    SoundTouch is an open-source audio processing library that allows changing the sound tempo, pitch and playback rate parameters independently from each other:

    • Change tempo while maintaining the original pitch
    • Change pitch while maintaining the original tempo
    • Change playback rate that affects both tempo and pitch at the same time
    • Change any combination of tempo/pitch/rate

    Visit SoundTouch website and see the README file for more information and audio examples.

    The latest stable release is 2.3.2 -- available in https://codeberg.org/soundtouch/soundtouch.git

    Example

    Use SoundStretch example app for modifying wav audio files, for example as follows:

    soundstretch my_original_file.wav output_file.wav -tempo=+15 -pitch=-3

    See the README file for more usage examples and instructions how to build SoundTouch + SoundStretch.

    Ready SoundStretch application executables are available for download for Windows and Mac OS.

    Language & Platforms

    SoundTouch is written in C++ and compiles in virtually any platform:

    • Windows
    • Mac OS
    • Linux & Unices (including also Raspberry, Beaglebone, Yocto etc embedded Linux flavors)
    • Android
    • iOS
    • embedded systems

    The source code package includes dynamic library import modules for C#, Java and Pascal/Delphi languages.

    Tarballs

    Source code release tarballs:

    License

    SoundTouch is released under LGPL v2.1:

    This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation.

    This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

    See LGPL v2.1 full license text for details.

    --

    Also commercial license free of GPL limitations available upon request