#๐Ÿ”’ Python ndarray

28 messages ยท Page 1 of 1 (latest)

daring tuskBOT
#

@iron pagoda

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

rain junco
#

OBS allowes you to take in a video input

#

then record it

#

while also creating a virtual video output

#

so like

#

Video
|
OBS-- SSD
/
Something

#

If you are trying to do this in python

#

then you might want to consider using something like OpenCV

iron pagoda
#

My python app records the device default output speaker and then am going to send it through a udp socket

rain junco
#

to create a fake output with the input

#

and also save the input

iron pagoda
#

no am just taking output

#

rn it just makes wave file but I want this data to be continous to save

#

not to save*

rain junco
#

so like

                            SSD
                               /

frame -- Program

Virtual Output

iron pagoda
#

ssd?

rain junco
#

Solid State Drive (AKA saving it)

iron pagoda
#

think of it more like discord screenshare with just audio I want to take audio from another device and send it to my device

rain junco
#

So Device -> Computer -> Program -> Device?

iron pagoda
#

ya

#

python mic = sc.get_microphone(id=str(sc.default_speaker().name), include_loopback=True).record(numframes=samplerate*record_sec, samplerate=samplerate) I am using this to capture the audio

rain junco
#

So what is the problem?

#

you want it to live send to the headphones or smth?

iron pagoda
#

ya problem is soundcard or sc captures its total time frame given which is Record_sec and I want to know if there is a way to constantly record this data but not to save just save for long enough to send over udp

#

when the program runs it sits on that line and waits for the record_sec of 5 seconds before moving on

iron pagoda
#

!close

daring tuskBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.