Is it possible to save audio recordings in python instead of in a separate file?

Is it possible to save an audio recording in python, instead of in a .wav file?

Hi, It’s not really clear what you want to achieve, but you can easily save just the raw numbers in a numpy array or a list and then do whatever you want with them, but again your question is a bit unspecific.