mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 12:35:47 +00:00
Move dead submodules in-tree
Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
parent
c0cceff365
commit
6c655321e6
4081 changed files with 1185566 additions and 45 deletions
30
externals/oboe/apps/OboeTester/docs/TestOutput.md
vendored
Normal file
30
externals/oboe/apps/OboeTester/docs/TestOutput.md
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Test Output
|
||||
|
||||
DRAFT for testing image embedding.
|
||||
|
||||
|
||||
<table style="width:100%">
|
||||
<tr>
|
||||
<th>Notes</th>
|
||||
<th>Screenshot</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Tap on the green bar to hide or show the detailed settings dialog.<br/>
|
||||
The resulting setting will displayed on the far right when the stream is opened.<br/>
|
||||
API: select between OpenSL ES or AAudio (default)<br/>
|
||||
Device: setect output device by type.<br/>
|
||||
Format: note that the 24 and 32-bit formats are only supported in Android 12+. MP3 is only supported on Android 16+. The test uses a 44.1kHz stereo MP3 file for playback. The stream must be configured as 44.1kHz stereo selecting MP3 format.<br/>
|
||||
MMAP: will be disabled if device does not support MMAP<br/>
|
||||
Effect: will enable a simple effect, may prevent LOW_LATENCY<br/>
|
||||
Convert: conversion done in Oboe may allow you to get LOW_LATENCY<br/>
|
||||
SRC: sample rate conversion quality<br/>
|
||||
<br/><br/><br/><br/><br/><br/><br/><br/>
|
||||
</td>
|
||||
<td><img src="/apps/OboeTester/docs/images/test_output.png" width=400></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue