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
We have now changed how ffmpeg component is packaged in the MS Electron repo. This should not cause any change in our supported list of codecs and containers and the test plan item is to verify it. The following are the list of codecs and containers we should be supporting,
Vorbis
Flac
VP8
MP3
WAV
OGG
H.264
MP4 (without AAC support)
Steps to Test:
F1 > Help: List Audio Cues > you can hear all the audio cues being played
You can play audio files from notebooks. Code sample:
import IPython.display as ipd
ipd.audio('PATH_TO_SOME_AUDIO_FILE')
Refs: https://github.com/microsoft/vscode-electron-prebuilt/pull/22
Complexity: 3
Authors: @deepak1556
Create Issue
Summary:
We have now changed how ffmpeg component is packaged in the MS Electron repo. This should not cause any change in our supported list of codecs and containers and the test plan item is to verify it. The following are the list of codecs and containers we should be supporting,
Steps to Test:
Audio file samples for testing:
Unsupported_audio.zip - Contains opus and aac
Supported_audio.zip - Contains mp3 and ogg
The text was updated successfully, but these errors were encountered: