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 whould you integrate this without a mic and Spotify Api? #332

Closed
dalexhd opened this issue Mar 16, 2021 · 1 comment
Closed

How whould you integrate this without a mic and Spotify Api? #332

dalexhd opened this issue Mar 16, 2021 · 1 comment

Comments

@dalexhd
Copy link

dalexhd commented Mar 16, 2021

Hello, how could I integrate your project with the Audiio Analysis feature from spotify?

Great project :-)

Currently im abe to get the following data per track segment.

[
	"segment",
	{
		"start": 1.83882,
		"duration": 0.38027,
		"confidence": 0.78,
		"loudness_start": -41.235,
		"loudness_max_time": 0.18744,
		"loudness_max": -32.658,
		"loudness_end": 0,
		"pitches": [
			0.012,
			0.071,
			1,
			0.031,
			0.012,
			0.005,
			0.007,
			0.003,
			0.003,
			0.131,
			0.007,
			0.006
		],
		"timbre": [
			22.452,
			-186.102,
			-0.776,
			-92.73,
			82.41,
			-24.082,
			20.773,
			-11.003,
			-38.828,
			-4.317,
			-4.442,
			14.146
		]
	}
]
@joeybab3
Copy link
Collaborator

I'm not sure how you would link that but its pretty far outside of the scope of this project atm

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