Skip to content

Commit 991081c

Browse files
authored
Merge pull request #28 from ChristopheI/master
Update README and increase release to v1.1.0
2 parents a8f4dcb + 6daa512 commit 991081c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ This project has been test successfully on Windows, MacOs and Linux.
77
The classes in this project provide functions to:
88

99
- **Video codecs**: VP8, H264
10-
- **Audio codecs**: PCMU, PCMA
10+
- **Audio codecs**: PCMU (G711), PCMA (G711), G722, G729 and Opus
1111
- **Video input**:
1212
- using local file or remote using URI (like [this](https://upload.wikimedia.org/wikipedia/commons/3/36/Cosmos_Laundromat_-_First_Cycle_-_Official_Blender_Foundation_release.webm))
1313
- using camera
1414
- using screen
1515
- **Audio input**:
16-
- using local file or remote using URI (like [this](https://upload.wikimedia.org/wikipedia/commons/3/36/Cosmos_Laundromat_-_First_Cycle_-_Official_Blender_Foundation_release.webm))
16+
- using local file or remote using URI (like [this](https://upload.wikimedia.org/wikipedia/commons/3/36/Cosmos_Laundromat_-_First_Cycle_-_Official_Blender_Foundation_release.webm) or [this](https://upload.wikimedia.org/wikipedia/commons/0/0f/Pop_RockBrit_%28exploration%29-en_wave.wav))
1717
- using microphone
1818

1919
You can set any **Video input** (or none) with any **Audio input** (or none)

src/SIPSorceryMedia.FFmpeg.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<PropertyGroup>
8-
<Version>1.0.0</Version>
8+
<Version>1.1.0</Version>
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1010
<Nullable>enable</Nullable>
1111
<LangVersion>preview</LangVersion>

src/SIPSorceryMedia.FFmpeg.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<dependency id="FFmpeg.AutoGen" Version="4.4.1.1" />
2222
</dependencies>
2323
<releaseNotes>
24+
-v1.1.0: Enhance Audio Source encoding. Audio Codecs tested: PCMU (G711), PCMA (G711), G722, G729 and Opus
2425
-v1.0.0: Use SIPSorceryMedia.Abstractions v1.2.0. Add Camera and Monitor detection on MacOs
2526
-v0.0.18-pre: More great work and features from @ChristopheI. Netstandard2.0 target added.
2627
-v0.0.12-pre: New features from @ChristopheI, including camera and microphone sources.

0 commit comments

Comments
 (0)