What's the possible purpose of these large audio formats?

I am learning more about how much data is actually necessary for high fidelity audio. As far as I can see, the highest quality data files able to be worked with and exported from Adobe Audition (CS6) are WAV-PCM and BWF-PCM files as described below:
Format: Wave PCM (*.wav, *.bwf)
Sample Type: 192000 Hz, 32-bit
Bitrate: 24576 kbps
Format Settings: Wave Uncompressed, 64-bit Floating Point (IEEE)
Markers and other metadata included
Large estimated file sizes, such as 6 min = 1 GB for stereo audio
Multichannel audio available
44.1kHz at 192kbps (generally 16-bit) is usually the maximum level of audible fidelity. I prefer a minimum of 256kbps and 24-bit (32-bit if possible). What's the purpose of such large and complex audio file formats?

steve.kr wrote:
44.1kHz at 192kbps (generally 16-bit) is usually the maximum level of audible fidelity. I prefer a minimum of 256kbps and 24-bit (32-bit if possible). What's the purpose of such large and complex audio file formats?
Forget about the bit rates - they're irrelevant. You don't need to sample any faster than 44.1k because that rate will let you include all of the information present in the signal, up to about 22kHz. That's several kHz further than any adult hearing extends. Your ears have a dynamic range that is potentially greater than a 16-bit signal's, but not in one go. If you start at 0dB (using this as the hearing threshold), then at about +85dB the Acoustic Reflex mechanism kicks in, and progressively shuts down the sensitivity, but this allows you to hear sounds with higher levels without damage. But it desensitises you at lower levels when this happens, so the 96dB on offer from a linear 16-bit system is more than adequate - as has been extensively proven by research.
The point of greater bit depths has nothing to do with hearing, but everything to do with processing. If you use the 32-bit Floating Point system you can manipulate levels up and down, and even save the results inbetween, without loss. This won't work with an integer based system - you lose resolution at the point you save if you attenuate your signal. With the Floating Point system, you can whack it up and down without loss, because the changes are stored in the scaling bits, and the actual (24-bit) data is unchanged.
The history of all these extended formats is a bit murky, and based on a lot of misinformation spread by people who should have known better, but didn't. There was at one stage a technically sound reason why some higher sample rate recordings sounded 'better' - this being the dodgy brick-wall filters that were being used creating large phase errors in the audible frequency range. But now that oversampling is the norm, 44.1k systems work absolutely fine, as they should do, and there's absolutely no justification whatsoever for massively high sample rates unless you're recording bats. There is no meaningful musical harmonic content that extends beyond about 14kHz, and if you include a lot of harmonic content at higher levels, a lot of listeners find it quite disturbing.

Similar Messages

  • My iSight is not working on my Macbook Pro. What are the possible problems and solutions?

    My iSight is not working on my Macbook Pro. What are the possible problems and solutions?

    Hello Douglas,
    Thank you for the details of the issue you are experiencing with the built-in iSight camera on your MacBook Pro.  I recommend the following steps for this issue:
    Important: Follow these instructions in order. Test the camera between steps to see if the issue is resolved.
    Built-in iSight cameras
    These steps are for iSight cameras that are built into a computer, such as the iMac G5 (iSight) or later, the MacBook, or MacBook Pro.
    See if the issue is application-specific.
    Try another application (iSight works with applications like iChat, PhotoBooth, and iMovie HD 6) to see if the iSight camera exhibits the same behavior in all applications. If it only happens in one application, try reinstalling that application.
    See if the issue is user-specific.
    Test your iSight camera in another user account. If the issue only occurs in one user, the issue would be isolated to user settings.
    Find out if the computer recognizes the iSight
    Check System Profiler (in the Utilities folder, inside the Applications folder). Under the USB header, check to see if the iSight camera is detected.
    Reset SMC or PMU
    Reset your computer's SMC or PMU, and then check System Profiler again. (SMC reset instructions for iMac G5 (iSight), Intel-based iMacs; PMU reset instructions for MacBook and MacBook Pro.)
    If your built-in iSight camera is still not behaving correctly after trying all these steps, you may need to contact Apple or an Apple-Authorized Service Provider for service.
    You can find the full article here:
    How to Troubleshoot iSight
    http://support.apple.com/kb/ht2090
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • My macbook is getting hot pretty quickly. What are the possible causes?  How can I tell if it is mechanical vs. dust?

    My Macbook Pro is getting hot pretty quickly. What are the possible causes?  I have had the machine about 3 years.

    Open Activity Monitor in the Utilities folder.  Select All Processes from the Processes dropdown menu.  Click twice on the CPU% column header to display in descending order.  If you find a process using a large amount of CPU time (>=70,) then select the process and click on the Quit icon in the toolbar.  Click on the Force Quit button to kill the process.  See if that helps.  Be sure to note the name of the runaway process so you can track down the cause of the problem.
    Install iStat Menus 4.05 to provide actual temperature readings and fan speeds.

  • What is the exact purpose of Transaction NACE and NAST Table?

    Hi All,
    What is the exact purpose of Transaction NACE and NAST Table?
    Pls help me…
    Akshitha.

    Hi
    When a Output type in an apllication doc is configured with a Medium, Partner, Lang and other communication paramters an entry is created in NAST table
    so to trigger the output an entry in NAST is compulsory
    Output is a link between the Driver Program and the Sapscript,
    An output type summarizes messages of the same meaning. It contains parameters that are valid for all its assigned messages, for example appropriate partner functions.
    Transmission medium is a medium which the layout will be come out, this may be printout, Fax or Mail
    Check this link.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c8/19884743b111d1896f0000e8322d00/content.htm
    ex-how to config output type.
    You will assign output types using Transaction NACE.
    Do the follow steps to assign output type
    1)Select Application Type V2 which will have description Shipping.
    2)Click on Output types button.
    3)Go to change mode by pressing Ctrl+F4.
    4)Select one output type which already exists
    5)Do Copy As(F6)
    6)Give your output type against Output Type field.
    7)Under General data Tab, Give Program and Form routine and Save the data.
    i think it a work of functional guy but at senior level i think it is not a big deal for abaper.
    Check the following documentation
    In NACE t-codewe have the application for each one. based on the application output type can be defined, based on output type script and print progrma can be defined.
    If suppose data can be read from EDI then we should go for condition records.
    So whenever we execute the script first composer checks the output type and then execute the program. in program whenever opn form FM will be populate then script will open first. After that again program till another FM will populate if it then script will populate........like it is cycle proces. Composer does all these things and at last it will submit that output to spool.
    Go to the Transaction NACE.
    choose the related sub module.. like billing or shipping
    doubel click on Output Types
    Choose the Output Type for which whcih you wanted your script to trigger
    Then select the Output Type and double click on Processing Routine
    Then go to create new entries--> Select the Medium (1- print output), then enter your Script and Print Program detls --> Save and come out
    Now go to the Transaction (for which you have created the output type)... Issue output--> Select the output type --> Print....
    Device Types for SAP Output Devices (Detail Information)
    Definition
    The device type indicates the type of printer to be addressed. When you define an output device, choose the name of the device type that was defined in the SAP System for your printer model, such as Post2 for a PostScript printer. In the case of frontend printing under Microsoft Windows, you can also use the generic (device-independent) device type SWIN.
    The system uses the information in the device type to convert a document from the internal SAP character representation (spool request in OTF or in text format) to a device-specific, print-ready data stream (output request). Since a device type specifies attributes that apply to all devices of a certain model, it can be shared among device definitions. For example, all devices in the SAP spool system that are compatible with Hewlett-Packard LaserJet IIID printers would use the HPLJIIID device type.
    You should not confuse the device type with the printer driver. The device type is the total of all attributes of an output device that the SAP System must know to control the output device correctly, such as control commands for font selection, page size, character set selection, and so on. These attributes also include the printer driver that SAPscript/Smart Forms (the SAP form processor) should use for this printer. The SAPscript printer driver that is to be used for devices of this type for output formatting is therefore only an attribute that the device type specifies.
    How do I choose the correct device type?
    • In most cases, the SAP System already provides the appropriate device type for the printer type for the printer model that you want to use.
    These standard device types are completely defined and need no modification or extension before you use them in device definitions.
    • You can also download missing device types from the sapserv server. For a current list of the supported device types, see SAP Note 8928 in the SAP Service Marketplace.
    • Most printers can be controlled using a generic format, such as PostScript. They can be switched to a mode that is compatible with one of the standard printers for which an SAP device type is available. In this case, a supported model is emulated.
    • Almost all printers are delivered with Microsoft Windows printer drivers. The system can control these printers with the generic (device-independent) device type SWIN. The Microsoft Windows spool system then performs the processing of the print data.
    • If the specified device types are not available, and generic device types cannot be used, you must create your own device type or edit a copy of an existing device type. We recommend that only those with specialist knowledge of the SAP Spool System and printer driver code do this. For more information, see Defining a New Device Type .
    Attributes of a Device Type
    A device type is distinguished by the attributes listed below. If you change an existing device type or create a new device type, you must change at least some of these attributes.
    • Character set: A character set specifies the codes with which characters must be represented in the print-ready output stream (output request). This code replaces the generic SAP characters set that is used internally by the SAP spool system (spool request).
    • Printer driver: You can specify different printer drivers for printing SAPscript documents and ABAP lists.
    • Print controls: Print controls represent printer operations, such as boldface or changing the font size. These print control are replaced by printer-specific commands during the creation of the output request from a spool request.
    • Formats: Formats specify the format supported by the SAP system. The system differentiates between SAPScript formats (DINA4 and LETTER) and ABAP list formats (X_65_132 = 65 rows/132 columns).
    • Page format: A page format is the interface between a format and SAPscript. It specifies the paper dimensions with which SAPScript can calculate the row and column lengths.
    • Actions: Actions are output device-specific commands that are required for the implementation of a format. The action printer initialization, for example, can contain a printer command with which the number of rows on a page is defined. There is a set of actions for every format supported by a device type.
    Reward points for useful Answers

  • What are the possible errors that can happen in data loads(rsmo monitor)?

    hi all,
    what could be the error that could result in red color in the RSMO  monitor of data load transaction?
    1. request everything ok
    (what are the possible error type which make here red)
    2. extraction everything ok
    (what are the possible error type which make here red)
    3. transfer (idocs and trfc) error occured?
    (what are the possible error type which make here red)
    4. processing
        - data package
    5. process chain
    (what are the possible error type which make here red)
    6 other messages.
    (what are the possible error type which make here red)
    thanks
    pooja

    Hi,
    I can tell you the most common reasons of these failures.
    1. request everything ok
    Here it will be telling you if the request was properly send to source system and got triggered there.
    2. extraction everything ok
    In this step the actual extraction of data happens, issue slike sysfail or CPIC error may cause this to fail.
    3. transfer (idocs and trfc) error occured?
    When extraction is complete and data is being send to BW. But if dur to some reason it fails, error may come here.
    4. processing
    Processing in BW fails for each data packet is displayed here.
    This can also happen when you have sysfail in source.
    5. process chain
    This can show the logs of the chain here and also status of subsequent process.
    6 other messages.
    Any other error message.
    Refer
    What is the information we can get the through details tab in RSMO
    working with RSMO errors
    http://help.sap.com/saphelp_nw70/helpdata/en/12/43074208ae2a38e10000000a1550b0/frameset.htm
    Also
    Data Load Errors
    /people/siegfried.szameitat/blog/2005/07/28/data-load-errors--basic-checks
    Data Load issues
    Errors in loading
    data loading errors
    load Errors
    Process Chain Errors
    /people/mona.kapur/blog/2008/01/14/process-chain-errors
    Common Process chain errors
    process chain issues or errors
    Hope this helps.
    Thanks,
    JituK

  • What is the possibility that I bought a completely new iPhone with different SN on each component?

    Hi all,
    M right in the Apple store in Shanghai writing this post. And still feeling bad about what I have experenced today.
    Last June, I have got a completely new 4S to replace my old 4, which had encounted many annoying issues when I was using it. And this 4S was a completely new one, I mean, not those officially retrofit ones for ordinary replacement when reparing. Howevewhen the locking button doesn't work well and I came for warranty today. The genius told me that the SN on main board and the sim card support doesn't match and refused to repair it.
    Brilliant! This is the FIRST time that I am going to get my new 4S repaired and, BANG! it just became some sucky 4S that I have tried to repair it by myself or some un-official channel? And I think I have never done these things before. Well at least when I am still myself.
    Now the genius is trying to confirm this device after I provided my recipt for last repair.
    Is Apple became more unefficient and pretty badly servered recently? and BTW can anyone tell me what is the possibility that a so-called new device from Apple has same problem.
    Well, guess this might be my last Apple device...

    Hi wjosten,
    Actually what ****** me off was the attitude from the genius here. I have my iPhone 4 repaired 3 times and 2 of which is replacing the main board. And finally they provided me a new 4S and I appreciate that. However, this time according to their words, seems it was ME who cos all these ****. And finally they agreed to check and confirm the issue for me after I argued with them. I don't think everyone is ok for that.
    Yep the world is not perfect. I am, even not so much any more, an apple fan. But this time my patience had been gone really.

  • What's the exact purpose of the tcode VT01N?

    Hi All,
    Can some body let me know what's exact purpose of VT01N transaction(create sheipment) how it differs to VL01N(outbound delivery) among this which one we have to create Ist shipment or delivery? What's the exact link between these  two sales document?
    Thanks&Regards
    Mahesh

    Dear Mahesh,
    You create a shipment document when the goods are relevant for delivery in the sales order. After you create a sales order, you create a delivery. The delivery must have a route in the transportation tab. Then you can club different deliveries in a shipment document. These are the bare minimum required for creation of a shipment document with one stage.
    There are three fields in VT01N
    1) Transportation planning point
    A group of employees responsible for transportation activities.
    Use
    Each shipment is allocated to a transportation planning point for transportation planning. It helps to determine responsibility for transportation processing during which it can be used as a selection criterion, in order to create a list of shipments to be processed, for example.
    Examples
    Within a company, one transportation planning point can be responsible for sea shipments and one for shipments sent by road, for example. Transportation planning points can also be defined geographically.
    Dependencies
    Before a transportation planning point can carry out transportation planning, it must be set in Customizing.
    2) Shipment type
    Specifies what type of transportation processing is to be performed.
    Use
    The shipment type has various control features for transportation processing. These include:
    •number range from which the shipment document number is assigned
    •specifications such as the transportation processing type and processing control indicator
    •control elements such as the output determination procedure, text determination procedure, etc.
    •default values such as the shipping type, service level, leg indicator
    Procedure
    When you create a shipment, you must specify a shipment type.
    Examples
    Shipment by road:
    •In the case of a stop-off shipment, the shipment legs are determined by the system using specific rules.
    •An individual shipment could be a preliminary leg for a shipment by sea
    Shipment by sea
    •Specific output is required for processing.
    Shipment by rail:
    •Specific texts are required so that the rail consignment note can be filled in completely.
    Dependencies
    A shipment document is assigned to one particular shipment document type.
    3) Selection variant for transportation planning
    Defines the default values for the criteria used to select inbound or outbound deliveries for transportation planning.
    Use
    You can specify the selection variant on the initial transportation screen. The predefined selection criteria are then proposed on the selection screen.
    You can specify a selection variant for each shipment type. This is then proposed when you create shipments of this type.
    Procedure
    Selection variants for selecting inbound and outbound deliveries for transportation planning must be created for report RV56LFSL.
    Regards,
    Rakesh
    P.S. Award point if your find it useful

  • What's the possible reason to lock a login account?

    If a login account locked not by sp_locklogin. what 's the possible reason to lock a login account?
    for testing purpose, I try to connect ASE 15.4 with a specific account and put a wrong password intentionally more than 5 times with sybase central but the account not locked.

    Do you have ASE configured to lock logins after 5 failed attempts?
    This can be configured serverwide with
    sp_configure "maximum failed logins", 5
    -bret

  • Orphan Essbase processes - What are the possible causes

    We are running Essbase 11.1.1.1.00 on AIX and have encountered numerous orphaned processes. IE.
    hypadm 753666 975046 0 Dec 16 - 487:34 /appl/hyp/hyperion/products/Essbase/EssbaseServer/bin/ESSSVR Periodic xxxxxx NOCREATE 10000 65535 "" 1 1 1927282691 NODEBUG 1 109 116 2 English_UnitedStates.Latin1@Binary
    hypadm 975046 1 0 Dec 15 - 2:53 /appl/hyp/hyperion/products/Essbase/EssbaseServer/bin/ESSBASE ** -secure
    We have to manually kill these processes or the cause problem with the logs and performance.
    What are the possible causes? Has anyone else experiences similar issues?
    Thanks

    We had a similiar problem on UNIX. It was due to a process clean up script that was running as part of scheduled server maintenance. For some reason it would kill the Essbase server process and leave us with the orphaned child processes.
    Once we figured that out the script was adjusted to ignore all Essbase processes.
    Your example - I may be reading it wrong but it does not appear to be orphaned.

  • SOA Suite 10g and SOA Suite 11g? what are the major changes in these two?

    Hi Experts,
    I am keen in knowing about Soa Suite 11g. SOA Suite 10g and SOA Suite 11g, BPEL changes? what are the major changes in these two product/tool wise? Is now OSB is part of Soa Suite 11g? it would be helpful for us to know what are the major changes and updates or modifications came in 11g.
    Please share this valuable information.
    Is there still any version is in progress from Oracle, which is yet to be officially launched from oracle?

    what are the major changes in these two product/tool wise? Few major changes to enlist are that SOA suite 10g was using Oracle Application Server (OC4J) however 11g is on Weblogic and 11g is based on SCA. B2B is now part of SOA suite itself and OSB can share a domain with SOA. You may refer below link to know few more -
    http://blogs.oracle.com/soabpm/2010/03/11gr1_patchset_2_111130_soa_fe.html
    Is now OSB is part of Soa Suite 11g? OSB has a separate installer but can share a domain with SOA and SOA-direct binding is also supported now. Refer below link to know more about new features in OSB 11g -
    http://download.oracle.com/docs/cd/E14571_01/relnotes.1111/e10132/osb.htm#CJACHEHJ
    Is there still any version is in progress from Oracle, which is yet to be officially launched from oracle?No major release is planned. Patches for 11g R1 may come.
    Regards,
    Anuj

  • What are the possible values for the JOB status?

    What are the possible values for the JOB status in the table TBTCP and significance for each?

    Hi,
    Have a look at include LBTCHDEF.
    The standard include from SAP.
    -> Definitions and Constants for Function group BTCH
    Kind Regards
    Raymond

  • I have installed HP2035n. But when i try to open the embedded web server, i get the error "Firefox doesn't know how to open this address, because the protocol (fe80) isn't associated with any program." What is the possible solution?

    I have installed HP2035n. But when i try to open the embedded web server, i get the error "Firefox doesn't know how to open this address, because the protocol (fe80) isn't associated with any program." What is the possible solution?
    I typed in the IPv6 address of the printer in the address feild of firefox.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    Do a malware check with some malware scanning programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    * "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • What is the Best way to move large mailboxes between datacenters?

    What is the Best way to move large mailboxes between datacenters?

    Hi, 
     Are you asking with regards to on-premises Exchange? With Microsoft Online SaaS services (aka Exchange Online) there is no control and no need to control which data center a mailbox resides in.
     With regard to on-premises Exchange, you have two choices: you can move it over the WAN in which case you would either do a native mailbox move (assuming you have Exchange 2010 or later you can suspend the move after the copy so you can control the
    time of the cutover) or create a database copy in the second data center and once the database copies have synchronized change the active copy.
    The other choice is to move is out of band which would usually involve an offline seed of the database (you could conceivably move via PST file but that would disrupt access to the mailbox and is not really the 'best way').
    In general, Exchange on-premises questions are best asked on the Exchange forum: http://social.technet.microsoft.com/Forums/office/en-US/home?category=exchangeserver
    Thanks,
    Guy 

  • The web developer toolbar wont load on my computer, what are the possible solutions?

    when i click to download the toolbar now, firefox refreshes as it should be nothing happens.
    maybe i dont see the toolbar? i cant find it.
    what are the possible reasons its not downloading and what can i do?

    Hey lydiabat10,
    Thanks for using Apple Support Communities.
    Looks like the iPhone won't allow explicit content on it. One thing you may want to look at is the Restrictions.
    iOS: Understanding Restrictions (parental controls)
    http://support.apple.com/kb/HT4213
    Have a nice day,
    Mario

  • In app run if no list generated what are the possible causes

    afetr the app run when i click on execute system showing no list generated.  what r the possible causes?

    Hi
    1.  no due date open items are not availabe for that vendor.
    2.  please check the vendor master.  payment method are defind or not.
    then you will run the APP cycle.
    Regards
    Ram

Maybe you are looking for

  • Remote app on iPhone to view/control Logic screen when in iso booth?

    When in my recording booth, I can't see my Logic Pro screen that is in my control room. I need to be able to see and adjust my mic level to get it right, press record, stop, etc... i.e. just very basic tracking functions. I could bring my MacBook Pro

  • Dreamweaver Alternatives?

    I have been dissatisfied, to put it mildly, with the Mac version of Dreamweaver CS3 and in fact I rarely use it, DW8 being so much more stable and reliable by comparison. Lately it feels like even DW8 is failing me. It freezes repeatedly while transf

  • Record Management. Search record by objects added into the record

    Hi all, We would like to navigate from the gos (generic object service) of a  business object to the record where this object is added. In principle the object will be added just to one record and it will be manually added from the organizer in the s

  • OBIEE 11g RPD and Weblogic Identity Management

    Hi, I have an issue where only users from one weblogic Provider (LDAPAuthenticator) can log into OBIEE. New users created using the default provider (DefaultAuthenticator) cannot log in (the exception is the Administrator user which was upgraded from

  • Error when running BDLS

    Dear expert, BDLS as the final steps of system refresh (ECC), i failed with error i scheduled it as the background job error: "Data inconsistency when running program RBDLSMAP, form routine PROCESS_SPECIAL_OBJECTS" And also i can't not run the BDLS a