mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-14 08:13:11 +00:00
feat(aws-lambda): support plan protocol v2 (#2789)
* feat(aws-lambda): support plan protocol v2 * fix(aws-lambda): align SAM v2 terminal errors
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"generatedAudio": {
|
||||
"path": "assets/tone.wav",
|
||||
"durationSeconds": 1,
|
||||
"frequencyHz": 330,
|
||||
"sampleRate": 48000
|
||||
},
|
||||
"generatedPressureFile": {
|
||||
"path": "unused-pressure.bin",
|
||||
"bytes": 65536,
|
||||
"seed": 20260725
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user