Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes in generate_enums.py #705

Open
gavv opened this issue Feb 23, 2024 · 0 comments
Open

Minor fixes in generate_enums.py #705

gavv opened this issue Feb 23, 2024 · 0 comments
Labels
defect Something isn't working tooling

Comments

@gavv
Copy link
Member

gavv commented Feb 23, 2024

Here is what I had to edit by hand in roc-go after running the script on latest master:

diff --git a/roc/clock_sync_backend.go b/roc/clock_sync_backend.go
index 00f14f8..ec648f8 100644
--- a/roc/clock_sync_backend.go
+++ b/roc/clock_sync_backend.go
@@ -33,8 +33,8 @@ const (
        //
        // Cons:
        //  - synchronizes only clock speed, but not position; different receivers will
-       // have different (constant) delays
+       //    have different (constant) delays
        //  - affected by network jitter; spikes in packet delivery will cause slow
-       // oscillations in clock speed
+       //    oscillations in clock speed
        ClockSyncBackendNiq ClockSyncBackend = 2
 )
diff --git a/roc/protocol.go b/roc/protocol.go
index cf5fa08..e9c24d1 100644
--- a/roc/protocol.go
+++ b/roc/protocol.go
@@ -32,7 +32,7 @@ const (
        // Audio encodings:
        //  - PacketEncodingAvpL16Mono
        //  - PacketEncodingAvpL16Stereo
-       //  - encodings registered using ContextRegisterEncoding()
+       //  - encodings registered using Context.RegisterEncoding()
        //
        // FEC encodings:
        //  - none
@gavv gavv added defect Something isn't working tooling labels Feb 23, 2024
@gavv gavv added this to Frontlog in kanban board Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Something isn't working tooling
Projects
Development

No branches or pull requests

1 participant