Save snd

My problem: If I convert FLAC to AIFF with Switch, I get the track by title, but if I add artist & album name and save it on a external HD, then import it again to Itunes,  I get the track title only but with no manual added info.. How do I solve this?

The thread n0dix indicated got me started toward solving the same problem. I have an EeePC 1000HE and needed to put the following in /etc/modprobe.d/modprobe.conf:
options snd-hda-intel model=auto
This worked for me and might for you, too.

Similar Messages

  • No longer able to export .snd or System 7 .sfil audio files

    I don't know what version of Quicktime or OS X removed the export option, but I can no longer create .snd or System 7 .sfil audio files using the Quicktime export feature.
    Any suggestions as to how I can convert any newer sound file format to this older NeXT/Sun sound file format?
    My current OS is 10.4.3 with Quicktime 7.0.3 Pro.
    I'm ultimately trying to change my new mail notification in Entourage using Expression (http://soundsetcentral.com) to modify the Microsoft Sound Set.
    PowerBook G4   Mac OS X (10.4.3)  

    I have found the solution to this issue...
    1) You need to install OS 9 on your OS X "Tiger" using the OS 9 installation disc that shipped with your Mac.
    2) Go to System Preferences and select Sytem/Classic.
    3) Select the "Start/Stop" tab and highlight the System Folder on your boot HDD. Click the Start Button.
    4) Download SoundApp 2.7.3 from http://www.versiontracker.com/dyn/moreinfo/macos/4124&vid=4134
    5) Extract the SoundApp directory to "/Applications (Mac OS 9)"
    6) Open SoundApp
    7) Select File/Convert...
    8) Find the sound file you wish to convert.
    9) Set your settings for export:
    Format: System Sound
    Encoding: u-Law
    Rate: No Change
    Channels: No Change
    Bits: 16-Bit
    10) Click the Convert Button.
    11) Save the file.
    This file will now be recognized by "Expression X" (http://soundsetcentral.com/)
    You can now create your own notifications for Entourage in Apple OS X "Tiger".
    I hope this helps. Please let me know if you have any questions or comments.
    Regards.

  • How do I save a waveform as a *playable* .wav file? (LV 6i)

    What series of I/O file saving .vi's do I need to save a general waveform as a .wav file (ie- i want to be able to use a general wave file player to output the file with the waveform)?

    Hi,
    Your Waveform has time and data information. You should unbundle it (Get Waveform Components) and use the data array as an input for the Snd Write Wave File.vi (Functions>Graphics&Sound>Sound>Sound File). The 'sound format' input refers to the sampling rate of your waveform, which will tipically be 8000,11025,22050,44100 Hz.
    The file is in a PC wave file (.wav) format and can be read by the Snd Read Wave File VI or other applications.
    A good example to look at is: Help>Examples>(Directory Structure)Sound>sndExample.llb>Simple Audio Player.vi. There you'll find everything: since how to store and play music, since how to code and decode wav files.
    Regards,
    Guillermo

  • ?? Save Project ???

    Not sure if this is possible, but if there is a way to collect all of your media used in an FCP project.
    I want to save my FCP project along with all of my raw footage, txt, snd fx (everything in the browser). Im working on a big project, drawing footage from 5 separate HD, so i would like to save all the clips that are on the timeline.
    Is this possible?

    Media Manager.
    for example:
    http://revver.com/video/472960/final-cut-pro-media-manager-tutorial-part-1/
    good luck

  • Save a new file

    Hello I realize sound effects with labview.
    I would like to save the new sound which modified by the Vi but I don't konw the good function.
    I will listen the sound after it was modified.
    Help me please
    Labview 7.0
    Attachments:
    choper(version7.0).vi ‏222 KB

    You've got the Snd Write Wave File in your VI. You just need to wire it up. Maybe something like the attachment below.
    I also cleaned up the wiring on your diagram. It was pretty sloppy and made the program hard to read.
    Attachments:
    choper(version7.0)_mod.vi ‏220 KB

  • [SOLVED] ALSA and intel soundcard - not detected, /dev/snd is empty

    Hi, there was some topics mounths ago about this but I still can't figure out how to get my sound to work.
    The main problem is that my soundcard is not detected and /dev/snd seems a little empty. I can't find the controlc0,1  files either....
    Here is some useful info.
    root@red red]# ls -l /sys/module/snd/holders/
    total 0
    lrwxrwxrwx 1 root root 0 Jun 15 17:09 snd_hda_codec -> ../../snd_hda_codec
    lrwxrwxrwx 1 root root 0 Jun 15 17:09 snd_hda_intel -> ../../snd_hda_intel
    lrwxrwxrwx 1 root root 0 Jun 15 17:09 snd_hwdep -> ../../snd_hwdep
    lrwxrwxrwx 1 root root 0 Jun 15 17:09 snd_mixer_oss -> ../../snd_mixer_oss
    lrwxrwxrwx 1 root root 0 Jun 15 17:09 snd_pcm -> ../../snd_pcm
    lrwxrwxrwx 1 root root 0 Jun 15 17:09 snd_pcm_oss -> ../../snd_pcm_oss
    lrwxrwxrwx 1 root root 0 Jun 15 17:09 snd_seq -> ../../snd_seq
    lrwxrwxrwx 1 root root 0 Jun 15 17:09 snd_seq_device -> ../../snd_seq_device
    lrwxrwxrwx 1 root root 0 Jun 15 17:09 snd_seq_oss -> ../../snd_seq_oss
    lrwxrwxrwx 1 root root 0 Jun 15 17:09 snd_timer -> ../../snd_timer
    [root@red red]# lsmod | grep '^snd' | column -t
    snd_seq_dummy 1439 0
    snd_seq_oss 28928 0
    snd_seq_midi_event 5412 1 snd_seq_oss
    snd_seq 50530 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_seq_device 5233 3 snd_seq_dummy,snd_seq_oss,snd_seq
    snd_hda_intel 22514 0
    snd_pcm_oss 39096 0
    snd_hda_codec 68863 1 snd_hda_intel
    snd_hwdep 6150 1 snd_hda_codec
    snd_mixer_oss 16956 1 snd_pcm_oss
    snd_pcm 70924 3 snd_hda_intel,snd_pcm_oss,snd_hda_codec
    snd_timer 19684 2 snd_seq,snd_pcm
    snd 57209 10 snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm_oss,snd_hda_codec,snd_hwdep,snd_mixer_oss,snd_pcm,snd_timer
    snd_page_alloc 7161 2 snd_hda_intel,snd_pcm
    [root@red red]# ls -l /dev/snd/
    total 0
    crw-rw---- 1 root audio 116, 3 Jun 15 17:00 seq
    crw-rw---- 1 root audio 116, 2 Jun 15 17:00 timer
    Souncard : Don't know the exact name, the "intel hd" one with an ICH7 bridge
    Mobo : intel d945gclf (little atom board, not the newer ones)
    Notice that line : snd_hda_intel       22514  0
    Seems to me that the module is loaded, am I right?
    EDIT: Sorry, maybe I am in the wrong section...
    Last edited by Lrouge (2010-06-18 18:33:54)

    Looks pretty complete to me.  (OK, /dev/snd does look sparse.)  What do you see when you run alsamixer and press the F5 key?
    $ sudo su -
    # pacman -Sy alsa-utils
    # alsamixer
    Press F5 and check for:
    * Master, Speaker, Front, Line, PCM volume down (if any)
    * Any MM (bottom of vertical bar, signifies: line is muted) -- mute / un-mute with the 'm' key
    Press Esc key to exit alsamixer + save changes.
    Also, right after booting, run:  dmesg | grep -i codec
    Look for something like "Realtek" or "ALC662" or similar.
    Manually add codec driver: modprobe snd_hda_codec_realtek
    ls -al /dev/snd
    drwxr-xr-x 2 root root 60 May 28 19:35 by-path
    crw-rw---- 1 root audio 116, 7 May 28 19:35 controlC0
    crw-rw---- 1 root audio 116, 6 May 28 19:35 hwC0D2
    crw-rw---- 1 root audio 116, 5 May 28 19:35 pcmC0D0c
    crw-rw---- 1 root audio 116, 4 May 28 19:35 pcmC0D0p
    crw-rw---- 1 root audio 116, 3 May 28 19:35 seq
    crw-rw---- 1 root audio 116, 2 May 28 19:35 timer
    lsmod | grep snd
    snd_hda_codec_realtek 179443 1
    snd_seq_dummy 1099 0
    snd_seq_oss 25304 0
    snd_seq_midi_event 4452 1 snd_seq_oss
    snd_hda_intel 18921 0
    snd_seq 42628 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_seq_device 4313 3 snd_seq_dummy,snd_seq_oss,snd_seq
    snd_hda_codec 56728 2 snd_hda_codec_realtek,snd_hda_intel
    snd_pcm_oss 33693 0
    snd_hwdep 5102 1 snd_hda_codec
    snd_pcm 57479 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
    snd_mixer_oss 14810 1 snd_pcm_oss
    snd_timer 16117 2 snd_seq,snd_pcm
    snd 43847 11 snd_hda_codec_realtek,snd_seq_oss,snd_hda_intel,snd_seq,snd_seq_device,snd_hda_codec,snd_pcm_oss,snd_hwdep,snd_pcm,snd_mixer_oss,snd_timer
    soundcore 5007 1 snd
    snd_page_alloc 5809 2 snd_hda_intel,snd_pcm

  • Filename in Save As dialog when saving PDF file

    I have a web site serving up PDF files. Without going into details, the URLs of the PDFs are not just your basic URL but look simething like this:
    http://www.domain.com/WorkFlowApp/Clients/demo1/secure/Promo%20Cover%20Cool-MedH i.pdf?userId=55b64ad5-28a2-490e-b3d6-4944099a390f#collab=CollabService@http://ww w.domain.com/ICCollab/IC_Service.asmx?WSDL
    In this case the actual filename is "Promo Cover Cool-MedHi.pdf"
    While viewing in Safari (OS X), if the user saves the PDF to their local machine, the Save As dialog comes up and the filename field is automatically populated. The problem is, instead of using just the filename, the field contains this:
    http---www.domain.com-WorkFlowApp-Clients-demo1-secure-Promo%20Cover%20Cool-MedH i.pdf?userId=55b64ad5-28a2-490e-b3d6-4944099a390f#collab=CollabService@http---ww w.domain.com-ICCollab-IC_Service.asmx?WSDL
    I know when performing the same action on Windows using Internet Explorer, the Save As dialog box filename field is populated correctly with just the filename (although it shows up URL encoded as Promo%20Cover%20Cool-MedHi.pdf, which is OK).
    I'd like to be able to force Safari to use just the filename in the Save As dialog box. Has anyone come accross this problem and figured out a solution?

    Hello Ebnul.nao
    I am having this same problemwith trying to work this out.
    Did you succeed in the end?
    I will really appreciate your help if you did
    Kind regards

  • Can not refresh page after save properly(When not saving master record)

    I am using jdeveloper 11g R2 (11.1.2.3) JSF Facelet
    In some use case I have Address as master table and Person as detail table
    For some business reason I need to don't save same addresses
    eg:
    If +1 Test St+ is in database already and new user coming and adding this address with new person
    I need to use the row in database not creating a new address
    I do saving in doDML method of Address with some hashing algorithm and it is fine
    My problem is that I can not refresh page after save properly
    User coming to page think Adding a new address and a new person but in fact no new
    address added because of business I describe above
    Any ideas how I can implement this?
    Appreciate that
    Regards
    Mohsen

    Hi,
    from your description it is not clear why the page doesn't refresh. It could be a problem in your implementation code - who knows. What if you perform the address check on a command button that actually submits the new address? If the check returns true (address exists) you would call row.refresh(forget new row); and re-query the view object so the address coming from the database is displayed. If you wanted to use the doDML then yuou need to be aware that doDML doesn't help removing the row the user created. It just ignores the database update but the entity is still around, which in my suggested solution wont be the case.
    Frank

  • I can't save downloads to documents folder, only to desktop...

    Only desktop saves are allowed.  The message states, "Word cannot save or create this file.  This disk may be full or write protected..." The disk isn't full, so I'm not sure what to do.  I'm having to save everything to the desktop and then move files into document folders in Finder.  Any advice on how to save directly to documents or what may be wrong?   Thanks so much!.

    Back up all data now.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. You can demote it back to standard status when this step has been completed.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Drag or copy — do not type — the following line into the Terminal window, then press return:
    sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -R $UID:20 ~ $_ ; chmod -R -N ~ $_ 2> /dev/null
    Be sure to select the whole line by triple-clicking anywhere in it. You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning. If you don’t have a login password, you’ll need to set one before you can run the command.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2
    Boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select Utilities ▹ Terminal from the menu bar. A text window opens.
    In the Terminal window, type this:
    resetpassword
    That's one word with no spaces. Then press return. A Reset Password window opens. You’re not going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select  ▹ Restart from the menu bar.

  • Saves to wrong folder

    When I want to save a jpeg file into the same folder I opened I click 'save as' and the wrong folder
    opens but with the correct file number I am working on ready to save.
    I have to search in pictures and re-open the correct folder to save into.
    The photo also appears in the wrong folder and I have to delete it from there.
    I have been using PS3 for years and this has just started happening for no reason.
    Can anyone help please.
    Thanks
    mickeyspillanemikehammer

    Sorry, maybe for your purpose you have to check this option, not uncheck it... Try it

  • Aio remote only allows save to pdf when trying to print picture

    brand new HPm MFP M127 fw.  have web services enabled and all the other stuff noted in the printer installation.  Installed aio remote on galaxy s3 with droid 4.4.2.  went ahead and installed HP print services from GP as well. 
    Browse to a photo in the gallery, select print and the print setting dialog appears, but no option to print.  only save to PDF.  When I try to go ahead and let it save, to see if it will let me print after, it fails.  What am I missing here?

    Hi,
    The HP Laserjet Pro M127 is not supported by the HP All-In-One Remote app, therefore it won't allow printing to the printer, as you may find listed within the HP Consumer LaserJet printers section:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02814760&lc=en&cc=us&dlc=en&product=3204788#N39...
    You may print using the HP ePrint app or Print Solution for Android as listed below:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03722645&tmp_task=setupCategory&cc=us&dlc=en&lc...
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Sharepoint Foundation 2013 People field wont save data

    Guys, having an issue with a list column. We have some columns that are Person or Group.  when we enter in a user, it finds it just fine saves it just fine. but if i come back into that list and edit some other field the Person or Group field is totaly
    cleared out. I don't know what is going on. we are using SharePoint foundation 2013.

    If you're using SharePoint 2013 April 2013 CU or higher, this is a known issue where the People data is missing in Edit view. There is a separate issue that is resolved in the September 2014 CU:
    http://support.microsoft.com/kb/2995905
    Consider the following scenario:
    You create a SharePoint 2013 list that contains a Person or Group (people picker) column.
    You create or edit an item, and then you select a person whose name contains a comma in the Person or Group field.
    In this scenario, the value of the Person or Group field is lost when you save the item. 
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • HAVE NEW 13.3 MAC AIR AND when using it to open sites in safari I have no issue until I go to a link page that is a pdf file or I am trying to save the screen info as a pdf. I only get a black screen with no data, cannot find solution in help menu

    HAVE NEW 13.3 MAC AIR (previously, still have 13.3 MCbook pro which works captures what I am looking for an answer to)
    when i open sites in safari the page opens fine if it is not a pdf based page.
    Once i open a site that has a link to another page that is a pdf based page the page comes up as a black screen with no info showing
    If I open a site that gices me an open to save a file to a word, excel type document or a pdf , everything works fine until I try to save the information to a PDF and again the screen goes black
    I have tried the safari help site but to no avail, does anyone have a solution to thid problem. (I do have the abode ofr mac program loaded)

    If you delete all the Adobe Reader stuff it will probably fix this. For almost everything, the Apple pdf handling works better.

  • Open and Save Dialog Boxes Appear Briefly then Close

    Open and save dialogs on my MDD 867 flash briefly and then close themselves in my administrator account. All the other accounts are fine. This makes me suspect something in the Library. I just did a wipe and install plus Migration Assistant to no avail--which furthers my suspicion of Library problems.
    Anyone have any suggestions which file(s) could be the culprits?

    More than likely it's a conflict/corrupted amongst the various preference (plist) files. Log into a good admin account, backup the bad account's folder, delete the bad account, selecting the save data option (which is stored in /Users/Deleted Users/ as a disk image), recreate the bad account using the same username/password combo, log out and back into the recreated original account. If the problem's solved, open the saved data dmg file in /Users/Deleted Users/, open the /Library/Preferences/ folder from the saved data, open the current /Users/restored account/Library/Preferences/ folder, and slowly copy plist files from the saved data folder to the current one that don't exist in it. Log out and back in to ensure there's no conflict and things still work correctly. Resolving conflicts or identifying corrupt plist files is a laborious process. Good luck.
    See http://discussions.apple.com/thread.jspa?messageID=4703015 for more details on this process.

  • Open and Save dialogs are painfully slow. Is there a solution?

    Open and Save dialogs are painfully slow. Is there a solution?

    I pulled this part out of one of the topics Barney-15E linked to. It absolutely works! The glacially slow Finder response has been driving me batty in Mavericks. Each time I restarted, it would take forever to list the startup drive when I opened it. Open and Save dialogues were also painfully slow to respond. Now they all snap open and list instantly. I used TextWrangler to comment out the line in the file auto_master, then ran the automount command in Terminal.
    Working workaround:
    Use the following statements in Terminal.
    sudo vi /etc/auto_master
    In this file comment out /net with #  (#/net .....)
    sudo automount -vc
    Fixed.
    Confirmed here too both for Preview.app Open file sluggishness and Finder window population. Thanks Snaggletooh_DE!
    Couple of notes:
    (1) Some folks may be more comfortable using a GUI editor like TextWrangler instead of vi
         a) in the Finder use the GO menu and select Go to Folder
         b) type  '/etc' ( without single quotes ) in the Go to folder dialog box and press the Go button
         c) Right ( Control  ) click the auto_master file in the resulting Finder window. Select "Open with...." and use TextWrangler ( your choice )
         d) Comment out the line by inserting a '#' ( pound sign ) as noted in Snaggletooth_DE's instructions
         e) Save the file  ( probably need to authenticate with your admin password  )
         f) Do the 'sudo automount -vc' per Snaggletooth_DE's instructions. Will need to authenticate again.
    (2) Notice Snaggletooth_DE described this as a "workaround" because it bypasses an Apple bug. Presumably most people have not changed their auto_master file and it worked fine in Mountain Lion and prior. In other words: If you haven't done so already, please continue to submit feedback and bug reports to Apple for this issue.
    Kudos to Snaggletooth_DE for figuring out code is trying to look at network ( NFS ) volumes that maybe don't exist.

Maybe you are looking for

  • Error ,message into table

    Hi all, i am trying to put a error message into a table...any idea how i can get this without doing move 'matnr & is in error' into my table? thanx

  • Report Generation Problem

    First, I tried posting the question coming up in a web case, but that was on 9/27. Anyone know what the est. time is to expect a response? In the mean time, maybe one of you could help? Our tech support person installed RoboHelp Server. When trying t

  • Error While Activation of Addtional Actions

    Hi Folks I am just trying to perform two actions in a day. So i am trying to activate the node PM - PA - Set up Personnel Actions - Activation Additional Actions. I am giving the Personnel Number for whom i am wanting to run the second Personnel acti

  • Compat-oracle-rhel4-1.0-3 : oracle 9i on RHAS v.4

    I am a developer and I am installing 9.2.0.4 on RHAS v.4 I was reading about a library I needed call compat-oracle-rhel4-1.0-3. Do I need this and where do I get it ?

  • Why is the shuffle feature omit songs on both of my Nano's

    Both of my nano's have about 1900 songs on them, but when I choose "shuffle songs" and play all of my music or even a large playlist several songs are ommitted. For example, if I select "shuffle songs" and play "all" my nano displays "1 of 1450"; whe