Good Day Everyone,
I am trying to understand the limitation of Excel, In The Year 2017, as it relates to playing music/audio extension files via VBA. I have seen successful ways of playing WAV sound files without visually opening an additional music player program. Can someone PLEASE tell me if Excel can handle playing any other sound extension file types, in the same way it handles/plays a WAV sound extension file. I have seen Excel VBA used to open more modern sound extension files like MP3, however, it requires taking up valuable computer screen real-estate by visually opening your computers default music program. The goal of this inquiry is to be able to successfully open as many audio sound file types, within a specified computer file location, without visually seeing any music player program being used in connection with the VBA code. I am Hoping there is a way to generate VBA code for different sound file extension types with the same success that Excel has with handling a WAV sound extension file.
I believe it is generally better to only hear the sound of requested audio files called by VBA code opposed to having the computer screen be invaded by a visually obtrusive music player program.
Some Possible Sound File Types To Consider When Answering This Inquiry:
AAC
AIFF (Advantage: High Quality Sound vs small file size)
AIFC
Apple Lossless
BWF (Broadcast Wave Format)
FLAC
MIDI
MP3 (Advantage: Small File Size vs high quality sound)
MPA (MPEG1 layer 2)
M4A (Apple iTunes AAC)
OGG (Ogg Vorbis)
PCM WAV
Single or Multitrack Quicktime Audio
Sound Designer II
WAV (Advantage: High Quality Sound vs small file size)
WMA (including WMA Pro and WMA lossless)
WMA9 with MS DRM (security level < 2000, no transcode, no burning)
*****PLEASE advise of possible solutions to achieve the goal of this post*****
Any advice or suggestions would be greatly appreciated.
Thank You.
I am trying to understand the limitation of Excel, In The Year 2017, as it relates to playing music/audio extension files via VBA. I have seen successful ways of playing WAV sound files without visually opening an additional music player program. Can someone PLEASE tell me if Excel can handle playing any other sound extension file types, in the same way it handles/plays a WAV sound extension file. I have seen Excel VBA used to open more modern sound extension files like MP3, however, it requires taking up valuable computer screen real-estate by visually opening your computers default music program. The goal of this inquiry is to be able to successfully open as many audio sound file types, within a specified computer file location, without visually seeing any music player program being used in connection with the VBA code. I am Hoping there is a way to generate VBA code for different sound file extension types with the same success that Excel has with handling a WAV sound extension file.
I believe it is generally better to only hear the sound of requested audio files called by VBA code opposed to having the computer screen be invaded by a visually obtrusive music player program.
Some Possible Sound File Types To Consider When Answering This Inquiry:
AAC
AIFF (Advantage: High Quality Sound vs small file size)
AIFC
Apple Lossless
BWF (Broadcast Wave Format)
FLAC
MIDI
MP3 (Advantage: Small File Size vs high quality sound)
MPA (MPEG1 layer 2)
M4A (Apple iTunes AAC)
OGG (Ogg Vorbis)
PCM WAV
Single or Multitrack Quicktime Audio
Sound Designer II
WAV (Advantage: High Quality Sound vs small file size)
WMA (including WMA Pro and WMA lossless)
WMA9 with MS DRM (security level < 2000, no transcode, no burning)
*****PLEASE advise of possible solutions to achieve the goal of this post*****
Any advice or suggestions would be greatly appreciated.
Thank You.