jellyfin/Jellyfin.Api
gnattu 78929418cc Use better audio VBR settings
LAME's VBR mode only has advantage over a certain bitrate range. For very low and very high bitrate, use the ABR mode instead.

aac_at's CVBR mode produces very good quality and is not worse than its TVBR mode in blind testing. Use this mode for convenience.

The ffmpeg native aac encoder will have quality regression with its VBR mode. Always use CBR mode for ffmpeg's native aac encoder.

Signed-off-by: gnattu <gnattuoc@me.com>
2024-07-17 21:27:35 +08:00
..
Attributes Remove DLNA API code 2023-11-15 20:53:35 -05:00
Auth Backport pull request #11873 from jellyfin/release-10.9.z 2024-06-01 18:41:08 -04:00
Constants Move API policies to MediaBrowser.Common 2023-11-12 10:24:35 -05:00
Controllers Use better audio VBR settings 2024-07-17 21:27:35 +08:00
Extensions More efficient array creation (#11468) 2024-04-30 13:32:59 -06:00
Formatters Migrate to file-scoped namespaces 2023-02-02 18:50:33 +01:00
Helpers Backport pull request #12017 from jellyfin/release-10.9.z 2024-06-23 11:40:38 -04:00
Middleware Use StatusCodes which is already an int 2024-01-06 15:24:17 -07:00
ModelBinders == null -> is null 2023-08-22 21:14:54 +02:00
Models Enable nullable for LibraryManager (#11191) 2024-04-17 10:44:50 -06:00
Results Require properly typed ActionResult<T> (#8382) 2022-09-11 17:47:01 -06:00
WebSocketListeners refactor: use Channels as queueing mechanism for periodic websocket messages (#11092) 2024-03-18 13:55:18 -06:00
BaseJellyfinApiController.cs Migrate to file-scoped namespaces 2023-02-02 18:50:33 +01:00
Jellyfin.Api.csproj Move Jellyfin.Networking to src 2023-11-30 11:57:07 -05:00