When updating to the current esp8266 Arduino libraries, calls to i2s.h (lower case) have been deprecated, so Mozzi code won't compile. The 'solution' seems to be to use upper case I2S.h -
https://github.com/esp8266/Arduino/pull/8108 - however, while this compiles it seems to point to a different library with different API calls, resulting in no audio.