diff --git a/examples/apis.json b/examples/apis.json index f7241a9d3f2..106ead6d8be 100644 --- a/examples/apis.json +++ b/examples/apis.json @@ -1,4 +1,18 @@ { + "audio_in": { + "func": "Properties", + "packagePath": "go.viam.com/rdk/components", + "args": ["context.Background()", "map[string]interface{}{}" ], + "packageName": "audioin", + "importName": "audioin" + }, + "audio_out": { + "func": "Properties", + "packagePath": "go.viam.com/rdk/components", + "args": ["context.Background()", "map[string]interface{}{}"], + "packageName": "audioout", + "importName": "audioout" + }, "base": { "func": "IsMoving", "packagePath": "go.viam.com/rdk/components",