yellows8
|
cccef0c525
|
audout: Properly pass the aruid in audoutOpenAudioOut, fixes #197.
|
2020-08-21 13:32:31 -04:00 |
|
HookedBehemoth
|
7dbb90ee66
|
add remaining IAudioOut commands (#393)
|
2020-04-06 23:29:27 +02:00 |
|
fincs
|
6535d6f871
|
Remove U64_MAX in favor of using UINT64_MAX
|
2020-03-16 16:21:33 +01:00 |
|
yellows8
|
1f792cd92f
|
Various improvements/fixes and improved docs. Added nvGetServiceSession. Return an actual error when the value for determing which service to init is invalid, for services which use *ServiceType/AppletType. Improved cleanup handling. Fixed inverted logic in the spl cleanup define.
|
2019-10-31 22:53:42 -04:00 |
|
yellows8
|
051ad2dc60
|
Improved bool handling, clear IPC in-struct padding, and use serviceAssumeDomain prior to serviceClose in non-_{name}Cleanup funcs. Removed PACKED from the _usbHsIfCtrlXferAsync IPC in-struct. Fixed the code setting the IPC in-struct for _nsCmdRequestSendReceiveSystemUpdate, which is used by nssuRequestSendSystemUpdate/nssuControlRequestReceiveSystemUpdate. Minor other changes. Updated a param name for capsscCaptureRawImageWithTimeout.
|
2019-10-25 20:29:43 -04:00 |
|
yellows8
|
6fb5806d51
|
audout: Minor internal adjustment.
|
2019-10-15 19:07:55 -04:00 |
|
yellows8
|
80cc0bb86a
|
audout: Added audoutGetServiceSession and audoutGetServiceSession_AudioOut. Improved docs.
|
2019-10-15 18:13:22 -04:00 |
|
yellows8
|
dcafcd0d94
|
audout: Use the [3.0.0+] *Auto cmds when available.
|
2019-10-15 17:27:26 -04:00 |
|
yellows8
|
39a67c6c31
|
audout: Updated for new-ipc. Added count param to audoutListAudioOuts.
|
2019-10-15 14:07:28 -04:00 |
|
yellows8
|
3b0348654e
|
Use Event in audout/audin instead of raw handles.
|
2018-10-26 13:41:26 -04:00 |
|
plutoo
|
a102c64341
|
Introduce atomics.c, refcounting on all services
|
2018-03-10 14:33:40 +01:00 |
|
plutoo
|
d12e99e3ad
|
Move ipc.h to kernel/
|
2018-03-10 14:03:29 +01:00 |
|
Mike H
|
208daf6344
|
Audio input implementation and fixes (#60)
* Implemented audin service and fixed released audio buffer handling
|
2018-03-04 12:20:31 -05:00 |
|
yellows8
|
6dd76f6288
|
Sync AudioOutBuffer comments with wiki. Updated audoutPlayBuffer() comments. Moved the waiting/post-append code from audoutPlayBuffer() into new func audoutWaitPlayFinish(). Removed '&' from code setting audoutAppendAudioOutBuffer() raw->tag.
|
2018-02-28 19:37:17 -05:00 |
|
Mike H
|
cde07068dd
|
Return result from audoutPlayBuffer (#46)
* Return result from audoutPlayBuffer
* Add alignment note in header file
|
2018-02-19 16:43:58 -05:00 |
|
Mike H
|
0e40828c19
|
Initial audio support (#43)
Initial audio support
|
2018-02-17 11:40:59 -05:00 |
|