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

Sound Handler package #34

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open

Sound Handler package #34

wants to merge 30 commits into from

Conversation

Romanxz
Copy link
Contributor

@Romanxz Romanxz commented Jan 20, 2023

No description provided.

const handlerTypeLinkId = await deep.id("@deep-foundation/core", "Handler");
const packageId = await deep.id("@deep-foundation/sound-handler");
const handleOperationTypeLinkId = await deep.id("@deep-foundation/core", "HandleInsert")
const triggerTypeLinkId = await deep.id("@deep-foundation/audiorecord", "AudioChunk")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This package must not depend on @deep-foundation/audiorecord. Handler should handle insert event of a link which type is contained in this package, not another.

Example: you insert a link of type Transcribe from a user to a link with type Sound from sound package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

React in async handler when sound appears https://www.npmjs.com/package/@google-cloud/speech
2 participants