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

Update record.ts #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

JoseRFJuniorLLMs
Copy link
Owner

Implementations in Version 2
Colors in Preview:

Allow setting wave colors based on options parameters: Implemented. The user can set the color of the wave using the waveformColor parameter. Implement a frequency-based color scheme: Implemented. The frequencyToColor function maps frequencies to specific colors based on musical notes. Configuration Parameters:

Add more configuration options such as MIME types and bitrates: Implemented. We have added the possibility of configuring different bitrates (96000, 192000, 320000, and 128000). Not yet implemented
Voice Detection:

Implement a pitch detection algorithm: Not implemented. Analyze formants to differentiate male and female voices: Not implemented. Use machine learning to identify multiple voices: Not implemented. Analysis of Musical Notes:

Add a library to detect musical notes (e.g. midi or audio-key-detection): Not implemented.

Short description

Resolves #

Implementation details

Implementations in Version 2
Colors in Preview:

Allow setting wave colors based on options parameters: Implemented. The user can set the color of the wave using the waveformColor parameter.
Implement a frequency-based color scheme: Implemented. The frequencyToColor function maps frequencies to specific colors based on musical notes.
Configuration Parameters:

Add more configuration options such as MIME types and bitrates: Implemented. We have added the possibility of configuring different bitrates (96000, 192000, 320000, and 128000).
Not yet implemented
Voice Detection:

Implement a pitch detection algorithm: Not implemented.
Analyze formants to differentiate male and female voices: Not implemented.
Use machine learning to identify multiple voices: Not implemented.
Analysis of Musical Notes:

Add a library to detect musical notes (e.g. midi or audio-key-detection): Not implemented.

How to test it

Screenshots

Checklist

  • This PR is covered by e2e tests
  • It introduces no breaking API changes

Implementations in Version 2
Colors in Preview:

Allow setting wave colors based on options parameters: Implemented. The user can set the color of the wave using the waveformColor parameter.
Implement a frequency-based color scheme: Implemented. The frequencyToColor function maps frequencies to specific colors based on musical notes.
Configuration Parameters:

Add more configuration options such as MIME types and bitrates: Implemented. We have added the possibility of configuring different bitrates (96000, 192000, 320000, and 128000).
Not yet implemented
Voice Detection:

Implement a pitch detection algorithm: Not implemented.
Analyze formants to differentiate male and female voices: Not implemented.
Use machine learning to identify multiple voices: Not implemented.
Analysis of Musical Notes:

Add a library to detect musical notes (e.g. midi or audio-key-detection): Not implemented.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant