google / lyra

A Very Low-Bitrate Codec for Speech Compression
Apache License 2.0
3.8k stars 354 forks source link

Is it possible to still run the V1 model with the latest API? Or only V2 #132

Open Dirvann opened 1 year ago

Dirvann commented 1 year ago

I'm trying to create a build only using the V1 model and one of the V2 model to be able to compare them.

For V2:

bazel build -c opt lyra:soundstream_encoder

and For V1:

bazel build -c opt lyra:lyra_encoder