[SOLVED] unable to play mp3 or flac files in mpd, .dts files play fine

I had a perfect running mpd setup before I tried to fiddle around with some dependancies to get xbmc-svn to compile without errors. I installed some AUR packages (ffmpeg-svn, x264-git, libva-sds, libvpx, libid3tag).
After that I started to experience trouble with mpd, it start fine and says it plays audio files just fine but whenever i play a mp3 or flac file the progress bar just looks like it's playing the file but I hear no sound. Whenever I play a .dts file i hear the sound correct.
I'm very curious to why this happends.
I rolled back the packages mentioned above but the issue remains unsolved.
My setup: pc is connected to receiver by hdmi cable using the latest alsa version with digital passthrough over hdmi, currently using mpd-git from AUR
mpd -v --no-daemon shows the following:
# mpd -v --no-daemon /etc/mpd.conf
config: loading file /etc/mpd.conf
listen: binding to address for 192.168.1.3
listen: binding to socket address 192.168.1.3:6600
path: path_set_fs_charset: fs charset is: UTF-8
database: reading DB
disabling the last.fm playlist plugin because account is not configured
daemon: opening pid file
daemon: writing pid file
snippet from mpd.log:
Jun 28 00:54 : client: [0] process command "playlistfind filename "Lossy - Tagged and Sorted/Wild Oats/WO-0001 - Kyle Hall - Worx Of Art EP 1 - 2008/Kyle Hall - 01 - Fuse N Me .mp3""
Jun 28 00:54 : client: [0] command returned 0
Jun 28 00:54 : client: [0] process command "addid "Lossy - Tagged and Sorted/Wild Oats/WO-0001 - Kyle Hall - Worx Of Art EP 1 - 2008/Kyle Hall - 01 - Fuse N Me .mp3""
Jun 28 00:54 : add to playlist: Lossy - Tagged and Sorted/Wild Oats/WO-0001 - Kyle Hall - Worx Of Art EP 1 - 2008/Kyle Hall - 01 - Fuse N Me .mp3
Jun 28 00:54 : database: get song: Lossy - Tagged and Sorted/Wild Oats/WO-0001 - Kyle Hall - Worx Of Art EP 1 - 2008/Kyle Hall - 01 - Fuse N Me .mp3
Jun 28 00:54 : client: [0] command returned 0
Jun 28 00:54 : client: [0] process command "playid "7""
Jun 28 00:54 : playlist: play 7:"Lossy - Tagged and Sorted/Wild Oats/WO-0001 - Kyle Hall - Worx Of Art EP 1 - 2008/Kyle Hall - 01 - Fuse N Me .mp3"
Jun 28 00:54 : decoder_thread: clearing mixramp tags
Jun 28 00:54 : decoder_control: mixramp_start = NULL
Jun 28 00:54 : decoder_control: mixramp_prev_end = NULL
Jun 28 00:54 : client: [0] command returned 0
Jun 28 00:54 : client: [0] process command "status"
Jun 28 00:54 : client: [0] command returned 0
Jun 28 00:54 : client: [0] process command "idle"
Jun 28 00:54 : client: [0] command returned 1
Jun 28 00:54 : client: [0] process command "playlistid "7""
Jun 28 00:54 : client: [0] command returned 0
Jun 28 00:54 : mad: detected LAME version 3.97 ("LAME3.97 ")
Jun 28 00:54 : mad: LAME peak found: 0.000000
Jun 28 00:54 : mad: LAME track gain found: -5.000000
Jun 28 00:54 : mad: encoder delay is 576, encoder padding is 1818
Jun 28 00:54 : decoder: audio_format=44100:24:2, seekable=true
Jun 28 00:54 : alsa: default period_time = buffer_time/4 = 185759/4 = 46439
Jun 28 00:54 : client: [0] process command "plchangesposid "2""
Jun 28 00:54 : client: [0] command returned 0
Jun 28 00:54 : alsa: buffer_size=8192 period_size=2048
Jun 28 00:54 : output: opened plugin=alsa name="My ALSA Device" audio_format=44100:32:2
Jun 28 00:54 : output: converting from 44100:24:2
Jun 28 00:54 : Failed to open mixer for 'My ALSA Device': no such mixer control: PCM
mpd.conf:
# An example configuration file for MPD
# See the mpd.conf man page for a more detailed description of each parameter.
# Files and directories #######################################################
# This setting controls the top directory which MPD will search to discover the
# available audio files and add them to the daemon's online database. This
# setting defaults to the XDG directory, otherwise the music directory will be
# be disabled and audio files will only be accepted over ipc socket (using
# file:// protocol) or streaming files over an accepted protocol.
music_directory "/media/media9/Muziek/"
# This setting sets the MPD internal playlist directory. The purpose of this
# directory is storage for playlists created by MPD. The server will use
# playlist files not created by the server but only if they are in the MPD
# format. This setting defaults to playlist saving being disabled.
playlist_directory "/var/lib/mpd/playlists"
# This setting sets the location of the MPD database. This file is used to
# load the database at server start up and store the database while the
# server is not up. This setting defaults to disabled which will allow
# MPD to accept files over ipc socket (using file:// protocol) or streaming
# files over an accepted protocol.
db_file "/var/lib/mpd/mpd.db"
# These settings are the locations for the daemon log files for the daemon.
# These logs are great for troubleshooting, depending on your log_level
# settings.
# The special value "syslog" makes MPD use the local syslog daemon. This
# setting defaults to logging to syslog, otherwise logging is disabled.
log_file "/var/log/mpd/mpd.log"
# This setting sets the location of the file which stores the process ID
# for use of mpd --kill and some init scripts. This setting is disabled by
# default and the pid file will not be stored.
pid_file "/var/run/mpd/mpd.pid"
# This setting sets the location of the file which contains information about
# most variables to get MPD back into the same general shape it was in before
# it was brought down. This setting is disabled by default and the server
# state will be reset on server start up.
state_file "/var/lib/mpd/mpdstate"
# The location of the sticker database. This is a database which
# manages dynamic information attached to songs.
#sticker_file "~/.mpd/sticker.sql"
# General music daemon options ################################################
# This setting specifies the user that MPD will run as. MPD should never run as
# root and you may use this setting to make MPD change its user ID after
# initialization. This setting is disabled by default and MPD is run as the
# current user.
user "mpd"
# This setting specifies the group that MPD will run as. If not specified
# primary group of user specified with "user" setting will be used (if set).
# This is useful if MPD needs to be a member of group such as "audio" to
# have permission to use sound card.
#group "nogroup"
# This setting sets the address for the daemon to listen on. Careful attention
# should be paid if this is assigned to anything other then the default, any.
# This setting can deny access to control of the daemon.
# For network
bind_to_address "192.168.1.3"
# And for Unix Socket
#bind_to_address "~/.mpd/socket"
# This setting is the TCP port that is desired for the daemon to get assigned
# to.
port "6600"
# This setting controls the type of information which is logged. Available
# setting arguments are "default", "secure" or "verbose". The "verbose" setting
# argument is recommended for troubleshooting, though can quickly stretch
# available resources on limited hardware storage.
log_level "verbose"
# If you have a problem with your MP3s ending abruptly it is recommended that
# you set this argument to "no" to attempt to fix the problem. If this solves
# the problem, it is highly recommended to fix the MP3 files with vbrfix
# (available from <http://www.willwap.co.uk/Programs/vbrfix.php>), at which
# point gapless MP3 playback can be enabled.
#gapless_mp3_playback "yes"
# This setting enables MPD to create playlists in a format usable by other
# music players.
#save_absolute_paths_in_playlists "no"
# This setting defines a list of tag types that will be extracted during the
# audio file discovery process. Optionally, 'comment' can be added to this
# list.
#metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
# This setting enables automatic update of MPD's database when files in
# #music_directory "path_to_your_music_collection"
auto_update "yes"
# Limit the depth of the directories being watched, 0 means only watch
# the music directory itself. There is no limit by default.
#auto_update_depth "3"
# Symbolic link behavior ######################################################
# If this setting is set to "yes", MPD will discover audio files by following
# symbolic links outside of the configured #music_directory "path_to_your_music_collection"
#follow_outside_symlinks "yes"
# If this setting is set to "yes", MPD will discover audio files by following
# symbolic links inside of the configured #music_directory "path_to_your_music_collection"
#follow_inside_symlinks "yes"
# Zeroconf / Avahi Service Discovery ##########################################
# If this setting is set to "yes", service information will be published with
# Zeroconf / Avahi.
#zeroconf_enabled "yes"
# The argument to this setting will be the Zeroconf / Avahi unique name for
# this MPD server on the network.
#zeroconf_name "Music Player"
# Permissions #################################################################
# If this setting is set, MPD will require password authorization. The password
# can setting can be specified multiple times for different password profiles.
#password "password@read,add,control,admin"
# This setting specifies the permissions a user has who has not yet logged in.
#default_permissions "read,add,control,admin"
# Input #######################################################################
input {
plugin "curl"
# proxy "proxy.isp.com:8080"
# proxy_user "user"
# proxy_password "password"
# Audio Output ################################################################
# MPD supports various audio output types, as well as playing through multiple
# audio outputs at the same time, through multiple audio_output settings
# blocks. Setting this block is optional, though the server will only attempt
# autodetection for one sound card.
# See <http://mpd.wikia.com/wiki/Configuration#Audio_Outputs> for examples of
# other audio outputs.
# An example of an ALSA output:
audio_output {
type "alsa"
name "My ALSA Device"
device "hw:0,3" # optional
## format "44100:16:2" # optional
## mixer_type "hardware" # optional
## mixer_device "default" # optional
## mixer_control "Master" # optional
## mixer_index "0" # optional
# An example of an OSS output:
#audio_output {
# type "oss"
# name "My OSS Device"
## device "/dev/dsp" # optional
## format "44100:16:2" # optional
## mixer_type "hardware" # optional
## mixer_device "/dev/mixer" # optional
## mixer_control "PCM" # optional
# An example of a shout output (for streaming to Icecast):
#audio_output {
# type "shout"
# encoding "ogg" # optional
# name "My Shout Stream"
# host "localhost"
# port "8000"
# mount "/mpd.ogg"
# password "hackme"
# quality "5.0"
# bitrate "128"
# format "44100:16:1"
## protocol "icecast2" # optional
## user "source" # optional
## description "My Stream Description" # optional
## genre "jazz" # optional
## public "no" # optional
## timeout "2" # optional
## mixer_type "software" # optional
# An example of a recorder output:
#audio_output {
# type "recorder"
# name "My recorder"
# encoder "vorbis" # optional, vorbis or lame
# path "/var/lib/mpd/recorder/mpd.ogg"
## quality "5.0" # do not define if bitrate is defined
# bitrate "128" # do not define if quality is defined
# format "44100:16:1"
# An example of a httpd output (built-in HTTP streaming server):
#audio_output {
# type "httpd"
# name "My HTTP Stream"
# encoder "vorbis" # optional, vorbis or lame
# port "8000"
## quality "5.0" # do not define if bitrate is defined
# bitrate "128" # do not define if quality is defined
# format "44100:16:1"
# max_clients "0" # optional 0=no limit
# An example of a pulseaudio output (streaming to a remote pulseaudio server)
#audio_output {
# type "pulse"
# name "My Pulse Output"
## server "remote_server" # optional
## sink "remote_server_sink" # optional
## Example "pipe" output:
#audio_output {
# type "pipe"
# name "my pipe"
# command "aplay -f cd 2>/dev/null"
## Or if you're want to use AudioCompress
# command "AudioCompress -m | aplay -f cd 2>/dev/null"
## Or to send raw PCM stream through PCM:
# command "nc example.org 8765"
# format "44100:16:2"
## An example of a null output (for no audio output):
#audio_output {
# type "null"
# name "My Null Output"
# mixer_type "none" # optional
# This setting will change all decoded audio to be converted to the specified
# format before being passed to the audio outputs. By default, this setting is
# disabled.
#audio_output_format "44100:16:2"
# If MPD has been compiled with libsamplerate support, this setting specifies
# the sample rate converter to use. Possible values can be found in the
# mpd.conf man page or the libsamplerate documentation. By default, this is
# setting is disabled.
#samplerate_converter "Fastest Sinc Interpolator"
# Normalization automatic volume adjustments ##################################
# This setting specifies the type of ReplayGain to use. This setting can have
# the argument "off", "album" or "track". See <http://www.replaygain.org>
# for more details. This setting is off by default.
#replaygain "album"
# This setting sets the pre-amp used for files that have ReplayGain tags. By
# default this setting is disabled.
#replaygain_preamp "0"
# This setting enables on-the-fly normalization volume adjustment. This will
# result in the volume of all playing audio to be adjusted so the output has
# equal "loudness". This setting is disabled by default.
#volume_normalization "no"
# MPD Internal Buffering ######################################################
# This setting adjusts the size of internal decoded audio buffering. Changing
# this may have undesired effects. Don't change this if you don't know what you
# are doing.
#audio_buffer_size "2048"
# This setting controls the percentage of the buffer which is filled before
# beginning to play. Increasing this reduces the chance of audio file skipping,
# at the cost of increased time prior to audio playback.
#buffer_before_play "10%"
# Resource Limitations ########################################################
# These settings are various limitations to prevent MPD from using too many
# resources. Generally, these settings should be minimized to prevent security
# risks, depending on the operating resources.
#connection_timeout "60"
#max_connections "10"
#max_playlist_length "16384"
#max_command_list_size "2048"
#max_output_buffer_size "8192"
# Character Encoding ##########################################################
# If file or directory names do not display correctly for your locale then you
# may need to modify this setting.
#filesystem_charset "UTF-8"
# This setting controls the encoding that ID3v1 tags should be converted from.
#id3v1_encoding "ISO-8859-1"
# SIDPlay decoder #############################################################
# songlength_database:
# Location of your songlengths file, as distributed with the HVSC.
# The sidplay plugin checks this for matching MD5 fingerprints.
# See http://www.c64.org/HVSC/DOCUMENTS/Songlengths.faq
# default_songlength:
# This is the default playing time in seconds for songs not in the
# songlength database, or in case you're not using a database.
# A value of 0 means play indefinitely.
# filter:
# Turns the SID filter emulation on or off.
#decoder {
# plugin "sidplay"
# songlength_database "/media/C64Music/DOCUMENTS/Songlengths.txt"
# default_songlength "120"
# filter "true"
Whenever I run xbmc using the hdmi digital output it just plays mp3 and flac files without problems.
Anyone any clues on how to solve this issue?
TIA, dafart
Since
Last edited by dafart (2010-07-01 00:38:09)

aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
Which correspondents fine with the
device "hw:0,3"
in my mpd.conf alsa section.
Also sound worked fine withh this config before I started installing ffmpeg-svn and alikes
hokasch:
I tried changing the mixer to "Master" but that did not change much.

Similar Messages

  • Do iPods play MP3 at 64 bitrate or only AAC files????

    I still can't get this thing to work but hopefully it will be working soon, but my question is will iPods play 64 bitrate songs or does apple make you convert the files to acc itune files??? If so can you compress acc files to make them smaller so you can put more songs in your shuffle?

    Apple says the shuffle will play the folowing files:
    MP3 (8 to 320 Kbps), MP3 VBR, AAC (8 to 320 Kbps), Protected AAC (from iTunes Music Store, M4A, M4B, M4P), Audible (formats 2, 3, and 4) and WAV
    So, yes, it should play your files. iTunes will encode both mp3 and AAC files as low as 16 kbps, so you should be able to compress them. (I haven't tried it, though.) I would personally perform that compression on the source, instead of recompressing an already compressed file, though.
    Good luck
    srb

  • Unable to send mp3 with mail attachment. Zip the file doesn't work same

    Tried to send an mp3 file several times and kept getting this message. The file was only 11 mg.
    Unable to send with mail attachment.
    Your message couldn't be sent because a server error occurred. To send this message,please delete the current attachment,then re-attach.
    iMac, Mac OS X (10.7.2)
    Toad replyed try zip file (compress) I did and still got the same message

    Many mail servers cap their message sending or receiving at 4MB.  If you are sending your own work that you want distributed by someone else, check with your internet provider if they can temporarily raise that restriction and the recipient's mail server can temporarily raise those restrictions.   Better would be for both of you to be able to access a webhosting site to share the material and use some FTP programs to send the file to each other.    If it is an MPEG-3 of a commercial CD's music, we can't help you as such distribution is illegal.

  • How to block Firefox from playing mp3 and allow me to save the file

    I have upgraded to Firefox v28. I want to save a mp3 file for playing later like previous versions of Firefox. When I click the file it starts playing and does not give me the option to save the file.
    In Options the 'application' settings for file type MP3 is set to 'save file'. The quicktime plugin is disabled.
    The media.windows-media-foundation.enabled is set to false in about:config
    How can I restore Firefox behavior to be like the old versions
    Thanks

    Try to set the Boolean pref <b>media.directshow.enabled</b> to <i>false</i> as well on the <b>about:config</b> page.
    You can also set the browser.altClickSave pref to true and hold down the Alt key when you left-click an MP3 link.

  • Itunes won't play mp3 after downloaded from firefox, but it does play it from Chrome

    I download an mp3 in Firefox, which is current--31.0.  I click on the download, iTunes opens it but it doesn't play it or even load it into iTunes.  When I download an mp3 from Chrome, it opens iTunes just fine and plays the song.  I have checked my add-ons and I have the iTunes applications detector in my plug-ins.  This is a brand new computer, so that probably has something to do with it.  I'm running Windows 8.1 on a Lenovo Ideapad.  I would appreciate any help with this problem as my job deal with music frequently and I use Firefox most often.  Thank you.

    The headers on the problem tracks may be corrupted or nonstandard. This can happen with some MP3 conversion or import utilities, and iTunes is very picky about headers. If you search the web for "mp3 repair" you'll find some repair tools. Most are for Windows, but here's one for Mac that I've seen mentioned:
    Mp3 Validator Mac version
    I haven't tried it so I can't attest to how well (or indeed if) it will work.
    Hope this helps.

  • MP3 and Flac player

    Hi,
    I am looking for a good audio player with the option to play MP3 and Flac files.
    I have tried FLAC player but its capability for organizing and editing  files according to composers and musical works is very limited.
    Any help will be appreciated.
    Thanks,
    Amnon

    Flash: I use Adobe 64 bit when absolutely necessary, behind NoScript and FlashBlock (Firefox addons) and sandfox
    Audio Player: mplayer (with smplayer frontend), and also VLC
    File Archiving: Personally I use a chooser script from within my file manager for most archiving.  That way I can do it fast and can customize the script with any archive formats and options I want.  Likewise, I use an xtract script associated in my file manager so I can click on any archive and it is instantly extracted into a subfolder - no interaction.  Also, if you want 7-Zip support it's p7zip, although I think xz is a more linux friendly and capable implementation of lzma2.
    Audio Ripper: Asunder is pretty good, although I'm still shopping.
    Video Ripper: I use mplayer, usually through ripdvd
    ISO Burner: I wrote a custom script for burning  (which I haven't shared) that does it with CLI commands, which I found to be the easiest and most reliable method.  Graveman and Brasero are also decent.
    PDF Viewer: Evince
    You might also check out the list of apps I used to replace KDE when I dropped it.
    Welcome to Arch.
    Last edited by IgnorantGuru (2010-06-22 02:27:40)

  • I dunno how to play mp3 in my new mac :( i'm a newbie, pls help!

    please tell me how to play mp3 on mac and i got some files transer from my pc, but i dunno how to open it here.. is there any ways to learn how to use macbook? thx alot!

    Hi yy7772: This is where the mac excels: to play mp3 files, you use iTunes (included). For all other Mac type quest ions check out this site: http://www.apple.com/support/switch101/
    Happy Listening
    Stedman

  • Muvo N200 doesn´t play mp3 correct

    Hi, im Pwpw, i have a MUVO n200 52mb
    i have it since 4 month ago, and 2 monts ago it didn?t play mp3 correctly, the was a scratch sound while playing it, so i didn?t know what to do and i change the whole stuff.
    Now the same problem, today i loaded some mp3 and the same problem, i dont know what to do, it only play correctly files loaded as wma, but i want to play my mp3 files, please tell me what to do, is this a firmware problem? what can i do? im new into this.
    Send me your wise advise
    Thank you

    Yes. Reload the firmware.

  • Just updated itunes on a new mac - doesn't want to play mp3s?

    Hi everyone, I just picked up a newish g4 tower and am having trouble with itunes.
    the os is 10.4.11 and I did the itunes update.
    I tried to download a couple songs but mp3's won't register in the library window. I downloaded 2 m4a files and they both play.
    does itunes no longer play mp3's?
    Or are all the files I download trash? I'm using limewire and have never had this problem with the old itunes. should I switch to a different fileshare service?
    I'm afraid to try to transfer my mp3 library from my old g4!
    much thanks to anyone with advice! -CM

    Hello and Welcome to Apple Discussions ...
    Post in the iTunes Forum for more exposure to your post. The iTunes pros hang out there:
    http://discussions.apple.com/forum.jspa?forumID=789
    Carolyn

  • [solved] I can't play MP3 files in JuK

    Hi
    When i try play a mp3 file, with juk, the system says this:
    [zuargo@zuargo-archlinux ~]$ juk
    [zuargo@zuargo-archlinux ~]$ xine is asking to seek behind the end of the data stream
    I have installed xine-phonon and it is uses default.
    I have tried installing gstreamer phonon (with all official of the repository plugins) but I have the same problem... I can't hear anything...
    I have tried installing pulseaudio but... nothing...
    I have tried installing oss but.... nothing
    I have tried erasing the file ~.xine/catalog.cache but... nothing...
    some web pages says solved it issue installing a package called libxine-ffmep but it is not in pacman...
    really I tried many options but I can't solved this problem
    of course, I can play mp3 files in the command line (throughout mpg123) and they sound good...
    sorry for my bad english I speak spanish
    Last edited by zuargo (2009-08-25 02:20:27)

    AdrenalineJunky wrote:
    from everything i'm reading, it seems like that error message is normally associated with xine-ffmpeg being missing...
    phonon-xine depends on xine-lib which depends on ffmpeg, but its probably worth checking to make sure they are installed.
    I have installed xine-lib
    Rasi wrote:Since there doesnt seem to be an obvious solution, simply use the gstreamer backend.
    I have used the gstreamer backend and it not works... I can't hear the mp3 files...
    another idea?

  • I got an error message when ever I play mp3/3gp format files.

    When I ever play mp3 or 3gp file format in my curve 8520 it always show (Unable to play content). When I restarts my phone when it opens, an error message pop out saying : &amp;amp;lt;Uncaught exception:- A browser content provider for video/3gpp. MIME type has already been registered with the browser.&amp;amp;gt; Pls tell me how to cope out this problem. I hve tried many reset's but it dosen't work. Pls reply me asap. Thanx.

    Hi asadbaig1993
    I would suggest performing a backup of your BlackBerry smartphone then reloading the software as shown in the article below:
    KB11320 - How to perform a clean reload of the BlackBerry Device Software using BlackBerry Desktop M...
    Thanks
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • [solved] amarok stopped playing mp3's

    EDIT: using Xine backend phonon with no problem, except now I have no system notfication sounds, Ah well.
    I have my system updated.
    Amarok will not play mp3's, although it will play flac's.
    I started "amarok --debug" and I see:
    amarok: [EngineController] [WARNING!] Phonon failed to play this URL. Error: "A required codec is missing. You need to install the following codec(s) to play this content: MPEG-1 Layer 3 (MP3)"
    I had no trouble before the update.  I have the codecs.
    Does anyone know what is wrong?
    [jason@dory ~]$ cd /usr/lib/codecs/
    [jason@dory codecs]$ ls
    AvidQTAVUICodec.qtx avimszh.dll iccvid.dll msg711.acm tsd32.dll vp6vfw.dll
    BeHereiVideo.qtx avizlib.dll icmw_32.dll msgsm32.acm tssoft32.acm vp7vfw.dll
    CLRVIDDC.DLL clrviddd.dll imaadp32.acm msh261.drv tvqdec.dll vssh264.dll
    CtWbJpg.DLL cook.so imc32.acm msms001.vwp ubv263d+.ax vssh264core.dll
    DECVW_32.DLL cook.so.6.0 ir32_32.dll msnaudio.acm ubvmp4d.dll vssh264dec.dll
    LCMW2.dll ctadp32.acm ir41_32.dll msrle32.dll ultimo.dll vsshdsd.dll
    LCODCCMW2E.dll ddnt.so.6.0 ir50_32.dll msscds32.ax vdowave.drv vsslight.dll
    LCodcCMP.dll divx.dll ivvideo.dll msvidc32.dll vgpix32d.dll vsswlt.dll
    QuickTime.qts divx_c32.ax jp2avi.dll mvoiced.vwp vid_3ivX.xa wma9dmod.dll
    QuickTimeEssentials.qtx divxa32.acm l3codeca.acm nsrt2432.acm vid_cvid.xa wmadmod.dll
    QuickTimeInternetExtras.qtx divxc32.dll l3codecx.ax pclepim1.dll vid_cyuv.xa wmsdmod.dll
    VDODEC32.dll divxdec.ax lhacm.acm qdv.dll vid_h261.xa wmspdmod.dll
    ViVD2.dll dnet.so.6.0 lsvxdec.dll qpeg32.dll vid_h263.xa wmv8ds32.ax
    acelpdec.ax drv2.so.6.0 m3jp2k32.dll qtmlClient.dll vid_iv32.xa wmv9dmod.dll
    alf2cd.acm drv3.so.6.0 m3jpeg32.dll rt32dcmp.dll vid_iv41.xa wmvadvd.dll
    aslcodec_dshow.dll drv4.so.6.0 m3jpegdec.ax scg726.acm vid_iv50.xa wmvdmod.dll
    aslcodec_vfw.dll drvc.so mcdvd_32.dll sipr.so.6.0 vivog723.acm wmvds32.ax
    asusasv2.dll dspr.so.6.0 mcmjpg32.dll sp5x_32.dll vmnc.dll wnvplay1.dll
    asusasvd.dll frapsvid.dll mi-sc4.acm tm20dec.ax voxmsdec.ax wnvwinx.dll
    ativcr2.dll huffyuv.dll mpg4c32.dll tokf.so.6.0 vp31vfw.dll wvc1dmod.dll
    atrac3.acm i263_32.drv mpg4ds32.ax tokr.so.6.0 vp4vfw.dll xanlib.dll
    atrc.so.6.0 iac25_32.ax msadp32.acm tsccvid.dll vp5vfw.dll zmbv.dll
    Last edited by jjesso1607 (2009-11-20 18:43:26)

    Same problem here - also for kalarm. Now I will probably oversleep tomorrow.
    Well, another file format could solve that problem...
    Last edited by yodo (2009-11-24 23:11:01)

  • How do I browse & play .mp3 files from a USB flash drive using Labview 8.0?

    I'm a tester & want to test USB flash drives connected to PC.
    I want to browse the file system & playback the audio files, .jpeg files etc in the USB drive. I've Labview 8.0. When I searched for some examples or VIs which can detect the USB flash drive, couldn't find any. So if you could point me in the right direction, I can find a solution to my problem.
    Thanks.
    Solved!
    Go to Solution.

    You probably won't find specific examples for this.  A USB flash drive is mounted by the OS and appears as a new memory storage device to all software on the PC, including LabVIEW.  You can certainly write a LabVIEW program to open files on the stick and play/run them but I would create a VI that wrote files to the stick and then read them back and checked them for bit-level errors.  Keep in mind that your OS might be doing parity checking under the hood which would make your test rather meaningless.
    BTW, testing memory by looking at pics or listening to MP3s would be useless of course.  A human can't see or hear bit-level errors in a high bandwidth data stream.
    Using LabVIEW: 7.1.1, 8.5.1 & 2013

  • Is there a new mechanism to play mp3 file in Flex4?

    Hi All,
    I am using the Flex 3 mp3 player, trying to load mp3 songs and having trouble canceling the file loading in case this is a big file (10Mg) and the user has pressed 'cancel'.
    The user would expect that the mp3 file loading will stop, but in the network monitor i still see the file is beeing loaded.
    Is there a way to solve this? Is there a new mp3 mechanism in Flex4?
    Thanks in advance,
    Lior

    Hi,
    Compile this and see if it works for you, the mp3 is 6mb. the label shows the bytes being downloaded, as soon as you press stop the download is stopped. This shows in the progressevent, also it will continue to play becuase of the buffer but it will stop playing at the point where the close() was called.
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
       xmlns:s="library://ns.adobe.com/flex/spark"
       xmlns:mx="library://ns.adobe.com/flex/halo">
    <fx:Script>
    <![CDATA[
    import mx.events.FlexEvent;
    private var snd:Sound = new Sound();
    private var Sndurl:String = "http://flashhub.net/song.mp3";
    private function sndLoad(): void
    snd.addEventListener(ProgressEvent.PROGRESS,sndStatus);
    snd.load(new URLRequest(Sndurl));
    snd.play();
    private function sndStatus(e:ProgressEvent): void
    lbl.text=String(e.bytesLoaded);
    private function sndStop():void
    snd.close();
    ]]>
    </fx:Script>
    <s:Button x="10" y="10" label="Start" click="sndLoad()"/>
    <s:Button x="10" y="30" label="Stop" click="sndStop()"/>
    <s:Label x="11" y="59" text="Label" id="lbl" width="78" height="21"/>
    </s:Application>

  • Cannot play MP3 files in Dreamweaver CS4

    Hi
    Apogogies if this has been asked before.
    I have an embedded MP3 file on one of my DWCS4 pages but when I try to play it from the Properties Inspector I get the message "Unable to find the plugin that handles this media type".
    The sound file plays OK in Firefox and IE but I would like to be able to test it in DW. I have the currrent version of Apple QuickTime Pro installed.
    I am using both Windows XP and Vista with the same problem.
    Is there a plug I can download for DW only in order to play these files without resorting to converting the MP3 to another format.
    Any help would be much appreicated.
    Thanks
    George

    Yes but I did exactly what I accused you of doing so it was really bad!
    Software troubles can drive you a bit crazy. Sorry again.
    From: pziecina <[email protected]>
    Reply-To: <[email protected]>
    Date: Thu, 08 Oct 2009 09:16:11 -0600
    To: d maass <[email protected]>
    Subject: Cannot play MP3 files in Dreamweaver CS4
    Hi
    Thank you for the apology, but as we have all (probably), misread and
    therefore wrongly replied to posts, it is not really necessary.
    PZ

Maybe you are looking for

  • Are there any tutorials on making animated gifs in flash, from a video?

    I have an avi video file that i'd like to make into an animated gif in flash. How do I go about doing this? I know there is an option in photoshop where you can import the video frames onto layers. Is there something similar in flash?

  • MB5B G/L  ACCOUNT AS SELECTION CRITERIA

    Hi experts I have to modify mb5b tranx prg . presently we are using date as selection criteria..but now onwards user wants G/L account along with date as selection criteria. I created one selec-option for field HKONT type hkont-bseg. Now in select qu

  • Why are tracks skipping like a cd in the latest version of iTunes?

    I just downloaded the new version of iTunes 10.7.0.21.  Now when I play my music, songs skip, like a cd.  I have uninstalled and re-installed iTunes and it didn't help.  Nothing has changed except the new version of iTunes.  Any help with this?

  • Scanner recognition

    Hello, PSE9 apparently can't see my Microtek ScanMaker 6800. It says there's no compatible device connected. PSE7 and all my other programs are having no problem with seeing the scanwizard driver and utility. I'm running WIN7 Ultimate 64. Thanks for

  • IPhoto card printing order

    Just had 10 cards printed from iPhoto image (with text added) to test quality.  Really pleased with the result and would like to order a lot more, but without the whole process of redesign.  Is there a simple way of re-ordering an earlier order?