Dmitry Iv.
Dmitry Iv.
@connorhartley you mean in browser?
@connorhartley no, nice catch, seems that I am doing something wrong in web-audio-write - I invoke callback at the wrong moment (after the first frameBlock actually), instead of completing full...
@connorhartley tape runs sequentially, single-threaded in node and browser, we should not hear tests going off at the same time.
@connorhartley ok, just published [[email protected]](https://github.com/audiojs/web-audio-write), it runs tests sequentially, and invokes callback only when the planned data is consumed.
@connorhartley I see your comments, sorry for the hold on, I am working on _pcm-convert_ module to introduce here, because _pcm-util_ is awful and needs scrapping asap. Also I will...
@jamen @connorhartley hey I think I am stuck with the thing - I try to output `float32` samples to audio-mpg123 - and I get silence. Things went pearshape after [introducing...
@connorhartley @jamen ok, hear proper sound now :tada: Spotted some bugs though. * [ ] if we set `format` to anything but `int16`, we get noises * [x] if we...
@jamen ok I would make sure there is no bugs outputting any type of any format before publishing (if it is possible). Gonna work tomorrow a bit on that.
@jamen @connorhartley we are almost ready to merge. A couple of things to solve. 1. [ ] Now seems like `audio-mpg123` is incapable of rendering anything but `int16` format, because...
@jamen no, I am afraid I don't understand not the reason for it to be, but the meaning of that. What does it do, in short? What is the difference...