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

How can I automate audio-to-JSON conversion instead of using command line? #151

Open
abel-blue opened this issue Jul 23, 2024 · 1 comment

Comments

@abel-blue
Copy link

abel-blue commented Jul 23, 2024

I want to create a function that takes an audio file and a JSON file path as inputs, processes the audio to detect mouth cues, and saves the results to the specified JSON file, eliminating the need for command-line tools. How can I do that? Where are the functions that do this things inside the repository?

@abel-blue abel-blue changed the title How can I automate audio-to-JSON conversion instead of command line? How can I automate audio-to-JSON conversion instead of using command line? Jul 23, 2024
@mason-stafford
Copy link

Hi,
For automating:

  1. Clone the project
  2. Find the functions which command line was calling it
  3. Create your own project and use them.

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

No branches or pull requests

2 participants