Add link to interleaved inst

ABelliqueux 2021-08-14 16:57:12 +02:00
parent ffafc7a5fd
commit c5b4164490

5
XA.md

@ -3,6 +3,7 @@
## Code example
https://github.com/ABelliqueux/nolibgs_hello_worlds/tree/main/hello_xa
https://github.com/ABelliqueux/nolibgs_hello_worlds/tree/main/hello_multi_xa
## XA tools
@ -68,7 +69,9 @@ Usage: psxavenc [-f freq] [-b bitdepth] [-c channels] [-F num] [-C num] [-t xa|x
## Interleaving XA files
You can use [`MC32.EXE`](https://psx.arthus.net/tools/pimp-psx.zip) or [`xainterleave`](https://github.com/ABelliqueux/candyk-psx/tree/master/toolsrc/xainterleave) to interleave several PSX media files.
You can use [`MC32.EXE`](https://psx.arthus.net/tools/pimp-psx.zip) or [`xainterleave`](https://github.com/ABelliqueux/candyk-psx/tree/master/toolsrc/xainterleave) to interleave several PSX media files.
See here for more details : https://github.com/ABelliqueux/nolibgs_hello_worlds/tree/main/hello_multi_xa
## xainterleave usage