You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lizzie
ff8368c606
[audio] Replace libopus with FFmpeg ( #4169 )
FFmpeg offers two opus decoders:
- libopus, this one is fed the same data (that affects output) as the previous libopus decoder had as well
- native opus decoder: this only takes Float32 samples, we then need to invoke swrescale to translate between s16 (what switch sends) and float32 (what FFmpeg expects), the process is computationally more expensive, but trades off neatly as the native opus decoder is very optimised
It also relegates the handling to FFmpeg, which simplifies existing code (more concretely, by using the "fill/drain" scheme for packets/frames)
Closes #2897
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Co-authored-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4169
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Reviewed-by: Maufeat <sahyno1996@gmail.com>
1 day ago
..
build
[docs] add instructions to build older commits (#3826)
5 months ago
dynarmic
[docs] Various grammar fixes, fix dead links, update deps.md, merge RDOC into Debug.md (#4315)
2 weeks ago
img
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
12 months ago
policies
[docs] Various grammar fixes, fix dead links, update deps.md, merge RDOC into Debug.md (#4315)
2 weeks ago
user
[docs] Various grammar fixes, fix dead links, update deps.md, merge RDOC into Debug.md (#4315)
2 weeks ago
Build.md
[docs] Various grammar fixes, fix dead links, update deps.md, merge RDOC into Debug.md (#4315)
2 weeks ago
CODEOWNERS
[docs] Tighten AI restrictions and switch to CONTRIBUTING.md (#4193)
2 months ago
CPMUtil.md
[cmake] CPMUtil rewrite of the day number 852 (#4130)
2 months ago
Caveats.md
[docs] Various grammar fixes, fix dead links, update deps.md, merge RDOC into Debug.md (#4315)
2 weeks ago
CrossCompile.md
[cmake, docs] Reorganize CMakeModules directory and add GentooCross toolchain (#4088)
3 months ago
Debug.md
[docs] Various grammar fixes, fix dead links, update deps.md, merge RDOC into Debug.md (#4315)
2 weeks ago
Deps.md
[audio] Replace libopus with FFmpeg (#4169)
1 day ago
DesignOverview.md
[docs] Various grammar fixes, fix dead links, update deps.md, merge RDOC into Debug.md (#4315)
2 weeks ago
Development.md
[docs] Various grammar fixes, fix dead links, update deps.md, merge RDOC into Debug.md (#4315)
2 weeks ago
DriverBugs.md
[docs] initial document driver bugs (#3382)
8 months ago
HosKernel.md
[docs] clang-cl with MSVC, misc docs updates (#4034)
3 months ago
NvidiaGpu.md
[docs] add CodingStyle + Coding guidelines, HOS kernel basics, 'Settings' and add external resources, add better docs for dtrace-tool.pl (#3964)
4 months ago
Options.md
[cmake] stop building OpenGL on Android (#4342)
2 weeks ago
README.md
[docs] Various grammar fixes, fix dead links, update deps.md, merge RDOC into Debug.md (#4315)
2 weeks ago
Settings.md
[docs] Various grammar fixes, fix dead links, update deps.md, merge RDOC into Debug.md (#4315)
2 weeks ago
Eden Build Documentation
Are you just a casual user? Take a look at our User Handbook then!
If you want to register/signup as a contributor, take a gander at CONTRIBUTING.md .
This contains documentation created by developers, build instructions, guidelines, instructions/layouts for cool stuff we made , and more.
Policies
Policies and information on development.
Externals
Other useful resources in general, take a quick read if you need.