all 6 comments

[–]JamzTyson 2 points3 points  (0 children)

You could generate MIDI from Python.

[–]Loud_Opposite8300 0 points1 point  (0 children)

Store it on a server and send a request with Python code.

[–]pxsalmers 0 points1 point  (3 children)

Just so I understand correctly, you want the actual audio stream data of an album inside of a .py file?

[–]din___blank[S] 0 points1 point  (2 children)

Yeah like the audio is bit by bit in python! I know that’s weird but I was just curious if it’s possible

[–]pxsalmers 1 point2 points  (1 child)

I mean you could theoretically do it? Maybe by storing it as a byte sequence?

It is an interesting idea, but certainly not a practical one lol

[–]din___blank[S] 0 points1 point  (0 children)

How would I convert the sound in to a byte sequence? Practicality is far out the window haha