Xamarin.Agora.Voice.Android 1.14.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xamarin.Agora.Voice.Android --version 1.14.0                
NuGet\Install-Package Xamarin.Agora.Voice.Android -Version 1.14.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xamarin.Agora.Voice.Android" Version="1.14.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Agora.Voice.Android --version 1.14.0                
#r "nuget: Xamarin.Agora.Voice.Android, 1.14.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xamarin.Agora.Voice.Android as a Cake Addin
#addin nuget:?package=Xamarin.Agora.Voice.Android&version=1.14.0

// Install Xamarin.Agora.Voice.Android as a Cake Tool
#tool nuget:?package=Xamarin.Agora.Voice.Android&version=1.14.0                

Xamarin bindings to the native Android Agora.io Voice SDK.

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
MonoAndroid monoandroid is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.7.1 925 9/15/2022
3.7.1-beta1 379 8/9/2022
3.6.0-beta1 272 12/23/2021
3.5.1 984 12/1/2021
3.5.1-beta1 288 11/19/2021
3.5.0.3 516 9/10/2021
3.5.0.2 481 8/16/2021
3.5.0 499 7/25/2021
3.4.6 515 7/25/2021
3.4.5 536 6/30/2021
3.4.3 542 6/30/2021
3.4.2 497 5/27/2021
3.4.1 568 4/23/2021
3.4.0 498 4/20/2021
3.3.2 486 3/31/2021
3.3.1 579 3/9/2021
3.3.0 546 2/26/2021
3.2.1 524 1/4/2021
3.1.2 627 9/23/2020
3.1.2-beta1 414 9/18/2020
3.1.1-beta2 400 9/1/2020
3.1.1-beta1 463 8/31/2020
3.0.1 627 6/2/2020
3.0.1-beta1 433 6/2/2020
3.0.0.2 680 5/20/2020
3.0.0.2-beta1 506 4/29/2020
3.0.0-beta3 529 3/25/2020
3.0.0-beta2 474 3/25/2020
3.0.0-beta1 479 3/5/2020
2.9.2.1-beta1 528 12/12/2019
2.9.2 763 10/25/2019
2.9.2-beta1 516 10/23/2019
2.9.1 689 10/9/2019
2.9.1-beta1 479 10/2/2019
2.9.0.1 747 8/18/2019
2.8.1 646 7/21/2019
2.4.1.1 681 7/20/2019
2.4.1.1-beta1 498 7/4/2019
2.4.0.1 806 4/5/2019
2.3.4-beta1 542 4/4/2019
2.3.3 771 1/31/2019
2.3.3-beta1 612 1/31/2019
2.3.1 875 10/30/2018
2.3.0 921 9/4/2018
2.2.3 1,158 7/10/2018
2.2.2 1,183 6/22/2018
2.2.1 1,087 6/1/2018
2.2.0 1,042 5/21/2018
2.2.0-beta1 865 5/21/2018
2.1.3 983 4/23/2018
2.1.2 1,130 4/10/2018
2.1.1 1,340 3/19/2018
2.1.0 1,077 3/8/2018
2.0.2 1,138 12/15/2017
2.0.2-beta1 913 12/15/2017
1.14.0 1,008 10/24/2017
1.14.0-beta1 792 10/24/2017
1.13.1.1-beta1 788 9/29/2017
1.13.1 1,002 9/29/2017
1.13.1-beta1 780 9/29/2017
1.13.0 997 9/13/2017
1.13.0-beta1 775 9/12/2017
1.12.0 1,060 8/18/2017
1.12.0-beta1 794 8/18/2017
1.11.1.1 1,023 7/12/2017
1.11.1.1-beta1 842 7/12/2017
1.11.0.1 1,165 6/16/2017
1.11.0.1-beta1 842 6/16/2017
1.10.1.1 1,069 5/25/2017
1.10.1.1-beta1 874 5/25/2017
1.9.1.2 1,101 5/22/2017
1.8.0.3 1,147 1/10/2017
1.8.0.1 1,073 1/5/2017
1.8.0 1,242 1/5/2017

Overview
Android Voice SDK supports the following two main scenarios:

Audio Communication
Audio Live Broadcast
v1.14(Released Oct. 20th, 2017)
New Function

Added the API setAudioProfile() to set the audio parameters and scenarios;
Added the API setLocalVoicePitch() to set the local voice pitch;
Live Broadcast: added the API setInEarMonitoringVolume() to adjust the volume of the In-ear Monitor;
Improvement

Optimized the audio experience at high bitrate;
Save the bandwidth:
Before v1.14: If you choose not to hear the audio of a specific user, the network still sends the stream;
Starting from v1.14: If you choose not to hear the audio of a specific user, the network won’t send the stream of the user to save bandwidth;

origin: http://docs-origin.agora.io/en/1.14/user_guide/agora_native_sdk/en/android_audio.html