I definitely pulled the latest versions from GitHub - but I'm only getting results when USBHOST_PRINT_DEBUG is set in USBHost_t36.h .
benchtx is reporting about 13Mbit on TCP.
Teensy4 600MHz 1.48 , IDE 1.8.10, compile mode is debug.
How do I tell if the version I have has the debug information issue? I assume the version that fixed this was pushed to GitHub?
My mistake- the vendor ID is 0x0B95 not 0x0895 in the source code I have. I read 0x0895 for 0x0B95. I think i need better eyes...
However, i definitely can't get it to start up unless debug is enabled in...
Finally got it to work on my AmazonBasics USB adapter- has the vendor ID 0x0b95 rather than 0x0895, though. Gets a DHCP address and is pingable.
Also, it only seems to work when USBHOST_PRINT_DEBUG is enabled. No...
Found the origin of the artefacts- I was feeding FreeverbStereo two channels instead of one- that overwrote one of the internal comb filter buffers silently and introduced a periodic noise. However, the original...
With damping set to 0, I've had some very odd periodic noise impulse artefacts turning up in the output of FreeVerbStereo, even with the input at 0 volume over sustained periods.
Anyway, i spotted something which...
Can confirm that MQS works nicely, but there still may be a use for the PDM Filter: the MQS pins are the same as the hardware SPI so unless those can be remapped, this could allow the use of SPI at the same time.
Sorry wasn't aware of MQS or the output_mqs class in the audio library (it's not in the audio design tool).
I keep on finding useful things that I wish I knew about!
Might still be useful for two-channel output (1...
Based on an idea from here:
https://www.hackster.io/janost/audio-hacking-on-the-esp8266-fa9464
I've just built a filter you can place in front of an AudioInterfaceI2S object that converts a single AudioStream...
I have a crude proof-of-concept port of the ESP8266 implementation of LittleFS to Teensy using SPIFlash.
Except for the fact that the included SPIFlash library seems to hang with my 8Mbit Winbond chip (I had to use...