Conversation
b876715 to
1d08204
Compare
6c4d1ec to
cf22863
Compare
|
@Noarkhh why fix on this specific version? |
|
@mat-hek my thought process was that this would prevent from unexpected changes in the behavior of libopus, which could be updated independently, but on the other hand we control the releases, so it could be more handy to just take the latest version |
|
@Noarkhh Actually, you could've been right, because if libopus ever makes a breaking change and we precompile it and adjust the plugin, all the older versions of the plugin will stop working, as they'll download latest. If those libs used semver, we could use elixir's Also, I thought that it may be useful to be able to override the version of a given lib in the config. That could be supported by the provider. |
|
@mat-hek I think they generally do, but not always, so as using semver would be nice I think it could become problematic. |
458df68 to
af3340a
Compare
| @reference_path "test/fixtures/encoder_output_reference" | ||
|
|
||
| defp setup_pipeline(output_path) do | ||
| on_exit(fn -> File.rm(output_path) end) |
There was a problem hiding this comment.
this removes the output file from tmp_dir location, I don't think it's necessary
896f7b8 to
513b08a
Compare
No description provided.