-
I am connecting two daisy chain board each other without avb switch. One board is connected to linux machine (in which openavb is running).
I have two audio slice each connected to DC boards.
I want t…
-
First of all, thank you for enhancements that make ESPHome's Audio Media Player much better than what upstream is by default today!
@rwrozelle I would like to make a request but here is a little ba…
Hedda updated
1 month ago
-
Likely relates to https://github.com/xmos/lib_awe/blob/ddb6a398581db532ddd6a8f33566e243fe204605/lib_awe/src/awe_data_path.c#L102
xross updated
4 months ago
-
The cmake file where the error occurs (in this case deps.cmake) gets overwritten by a previously saved version. The error was fetching an invalid repo:
if(NOT EXISTS ${XMOS_SANDBOX_DIR}/sw_usb_audi…
-
Hey guys, I am pretty new here, but I would like to ask you if you can help me with converting a schematic to KiCad as I am unable to manage that. This is the link to the zip file https://www.xmos.com…
-
The lib includes a wait on SCL high, this is either an event or a polling loop, dependent on implementation.
If this is called on a system where the pull up isn't present then the project can hang…
xross updated
2 months ago
-
Most should be straight forward. The safety of rtos_qspi_flash_read_ll() needs to be evaluated once implementation is in, but it appears safe from quick glance.
Functional benchmarking and verifica…
-
The lib examples depend on the lib they are in for example with lib_xua the first item is the example depending on it's parent repo then the last item is that repo and it's dependencies
```
Name …
TDW89 updated
5 months ago
-
The XVF 3510-INT as used within the SJ-201 Mark2 HAT is based on a rather old i2c audio driver;
https://github.com/PaulCreaser/rpi-i2s-audio
The below repository is used for (the in my oppinion ha…
j1nx updated
9 months ago
-
Currently all SRs in and out use the same FIFO length. This means it needs to be sized for the worst case and consequently causes higher than needed latencies at lower output rates. Currently it gets …