Commit 5e3cc2a9 authored by NzSN's avatar NzSN

Redo ParaEncoder

parent ebfae502
...@@ -34,7 +34,8 @@ export class ParaEncoder { ...@@ -34,7 +34,8 @@ export class ParaEncoder {
} }
async init() { async init() {
this.#grp = new ENC_GRPS[this.#codec]("ENCs", this.#numOfWW, this.#options.config); this.#grp = new ENC_GRPS[this.#codec](
"ENCs", this.#numOfWW, this.#options.config);
await this.#grp.start(); await this.#grp.start();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment