Dmitry Iv.
Dmitry Iv.
Naah, still get the same error - config.h not found. I just copied the code of _audiojs/mpg123_ into `src/mpg123` folder, I guess it has to be configured or something... When...
Btw weird that `--target-arch` (dash) but `--msvs_version` (lodash). But the problem is still the same: ``` cannot find 'config.h' : No such file or directory (compiling source file ..\..\src\mpg123\src\libout123\legacy_module.c) [C:\Users\dmitry\Dropbox\projects\audio-\speaker\build\src\out123.vcxproj]...
Possible instruction to get started: Clone this repo: `git clone [email protected]:audiojs/audio-speaker.git` Switch to the speaker directory: `cd audio-speaker` Initialize the mpg123 submodule: `git submodule init` Update the mpg123 submodule: `git...
I tried all of the possible options, the error persists. I did exactly what described in steps.
Hi @connorhartley! Thank you a lot for the work, I really appreciate your activity. I will try to look at it soon
@zigszigsdk thank you for the issue. This component is in transitional state, waiting for https://github.com/audiojs/audio-speaker/pull/44. Once merged, we'll update readme.
@connorhartley looks great, going to give it a try.
@connorhartley couple of moments. First, is it possible to remove/reduce logs for binding compilation? There are some warnings, removing them would be awesome, but you know better. Log ```sh C:\projects\audio-speaker>npm...
@connorhartley ah, right, because of assert [here](https://github.com/audiojs/audio-speaker/blob/release-2.0-browser/node.js#L26), commenting that out works fine
@connorhartley I refactored tests, so please look. It is single `test.js` entry for both node/browser versions (all tests should pass regardless of platform, hence we should not separate them). As...