You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a gaping hole in an exquisitely engineered product.
The conversation cites difficulties with ffmpeg, possibly licensing issues. I can find no clear exposition of what the blocker is.
Could we please have, as a stopgap, a basic functionality for playing a mono/stereo numpy.array from a cell output?
This will yield massive bang-for-buck -- engineers will be able to use their initiative to convert audio into raw numpy arrays, and... achievement unlocked.
Please could your team consider prioritizing this?
The text was updated successfully, but these errors were encountered:
This makes a lot of sense. I am happy to do the conversion with code and accept the license terms for ffmpeg on my own. All I need is for VSCode to play raw signals that's in a numpy array.
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.
I perform work as an audio/DSP engineer.
I generate waveforms in Notebook cells, and use
display( Audio( waveform, rate=SAMPLERATE ) )
wherewaveform
is a 1D or 2Dnumpy.array
This works in Jupyter Notebook (browser-based) but not in VSCode's .ipynb editor.
Numerous issues have been filed, e.g. microsoft/vscode-jupyter#1012 (116 upvotes) and #118275 (176 upvotes).
This is a gaping hole in an exquisitely engineered product.
The conversation cites difficulties with
ffmpeg
, possibly licensing issues. I can find no clear exposition of what the blocker is.Could we please have, as a stopgap, a basic functionality for playing a mono/stereo
numpy.array
from a cell output?This will yield massive bang-for-buck -- engineers will be able to use their initiative to convert audio into raw numpy arrays, and... achievement unlocked.
Please could your team consider prioritizing this?
The text was updated successfully, but these errors were encountered: