audio
VLC media player 0.9.2
VLC media player 0.9, code name Grishenko released recently. Download it from here Simplified settings and dialogs Media library integration Album art displaying and metadata editing Live activation of Video and audio filters Basic encoding profiles Multiple start modes (classic, enhanced and minimalist) System tray icon and minimizing Fullscreen controller According to their wiki following [...]
Audio files handling in Java – javax.sound.sampled.AudioSystem
Problem: Few days before i wrote a post about converting audio media file to different format using SoX. I also mentioned one limitation of Sox that it does not convert audio file formats and resample it when rates are same in input and output and gives following error: sox: Input and Output rates must be [...]
sox: Input and Output rates must be different to use resample effect
Problem: While using SOX for converting audio files in one single format, we faced an issue with SOX. It doesn’t allow resampling of media file if source file sample rate id same as of destincation file e.g. if you are trying to convert media files to Mono Channel, Audio Sample rate 8kHz and Audio sample [...]
Convert formats of computer audio files
Problem: We had this sound stack/VoIP stack which was unable to play all format of media files. Reason for this restriction was size of stack and that was our restriction too, we wanted to keep stack size as small as possible and not include codecs in it. This VoIP stack could play a certain format [...]
