RubberBandSharp 0.0.6
dotnet add package RubberBandSharp --version 0.0.6
NuGet\Install-Package RubberBandSharp -Version 0.0.6
<PackageReference Include="RubberBandSharp" Version="0.0.6" />
<PackageVersion Include="RubberBandSharp" Version="0.0.6" />
<PackageReference Include="RubberBandSharp" />
paket add RubberBandSharp --version 0.0.6
#r "nuget: RubberBandSharp, 0.0.6"
#:package RubberBandSharp@0.0.6
#addin nuget:?package=RubberBandSharp&version=0.0.6
#tool nuget:?package=RubberBandSharp&version=0.0.6
RubberBandSharp
RubberBandSharp is a .NET Core wrapper around the Rubber Band audio time-stretching and pitch-shifting library.
Currently I only wrap the functionality I need. If you need other functionality, please open an issue.
Usage
The RubberBandStretcherStereo and RubberBandStretcherMono class are provided for simple stereo and mono use cases.
The more general RubberBandStretcher base class supports any number of channels, but you are currently responsible for mapping input audio buffers into an IntPtr which is a "float**" to your audio buffers.
Have a look at the provided test program for a usage example:
https://github.com/mikeoliphant/RubberBandSharp/blob/master/RubberBandTest/Program.cs
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on RubberBandSharp:
| Repository | Stars |
|---|---|
|
mikeoliphant/ChartPlayer
Visual player for song charts synchronized to music recordings
|