#๐ Python ndarray
28 messages ยท Page 1 of 1 (latest)
@iron pagoda
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.
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
My python app records the device default output speaker and then am going to send it through a udp socket
no am just taking output
rn it just makes wave file but I want this data to be continous to save
not to save*
so like
SSD
/
frame -- Program
Virtual Output
ssd?
Solid State Drive (AKA saving it)
think of it more like discord screenshare with just audio I want to take audio from another device and send it to my device
So Device -> Computer -> Program -> Device?
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
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
!close
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.