mirror of
https://github.com/xiph/opus.git
synced 2025-06-03 17:17:42 +00:00
First version of pitch DNN C code
Totally untested -- most likely doesn't work
This commit is contained in:
parent
966a2d22eb
commit
33adba02c7
5 changed files with 97 additions and 3 deletions
|
@ -52,7 +52,7 @@ def c_export(args, model):
|
|||
|
||||
message = f"Auto generated from checkpoint {os.path.basename(args.checkpoint)}"
|
||||
|
||||
writer = CWriter(os.path.join(args.output_dir, "neural_pitch_data"), message=message, model_struct_name='PitchDNN')
|
||||
writer = CWriter(os.path.join(args.output_dir, "pitchdnn_data"), message=message, model_struct_name='PitchDNN')
|
||||
writer.header.write(
|
||||
f"""
|
||||
#include "opus_types.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue