Garey27 / revoice-plus

GNU General Public License v2.0
9 stars 3 forks source link

Add CHANGELOG #6

Open wopox1337 opened 6 months ago

wopox1337 commented 6 months ago

Changelog

Unreleased

This commit adds a new method, SetBitRate(), to the IVoiceCodec interface and implementations (VoiceEncoder_Opus, VoiceEncoder_Silk, and VoiceEncoder_Speex). The SetBitRate() method allows setting the bitrate for the corresponding voice encoder. The bitrate value is passed as a parameter to the method. This enhancement enables more control over the encoding process by adjusting the bitrate according to specific requirements or constraints.

The changes are reflected in the following files:

Additionally, the commit message also mentions that this feature was added for audio support and includes the conventionally formatted commit type [scope]: <description>.

Release v2.0.5

Release v2.0.4

Release v2.0.3

Release v2.0.2

Release v2.0.2

Release v2.0.1

Release v2.0.0

Release v1.0.3

Release v1.0.2

Release v1.0.1

wopox1337 commented 6 months ago

Changelog RU

Unreleased

This commit adds a new method, SetBitRate(), to the IVoiceCodec interface and implementations (VoiceEncoder_Opus, VoiceEncoder_Silk, and VoiceEncoder_Speex). The SetBitRate() method allows setting the bitrate for the corresponding voice encoder. The bitrate value is passed as a parameter to the method. This enhancement enables more control over the encoding process by adjusting the bitrate according to specific requirements or constraints.

The changes are reflected in the following files:

Additionally, the commit message also mentions that this feature was added for audio support and includes the conventionally formatted commit type [scope]: <description>.

Release v2.0.5

Release v2.0.4

Release v2.0.3

Release v2.0.2

Release v2.0.2

Release v2.0.1

Release v2.0.0

Release v1.0.3

Release v1.0.2

Release v1.0.1