Log in to post
|
Print Thread |
|
|
|
|
Off-Topic
|
Joined: Nov 2005
Posts: 479
Journeyman
|
OP
Journeyman
Joined: Nov 2005
Posts: 479 |
Hi - I've been digging a little deeper lately and am trying to get my arms around ASIO. I know I use it now in my DAW/Computer/Digital Audio Interface. And as long as I have all the right boxes checked, everything seems works out. But now I want to effect some internal routing, etc. and would like to learn just what is going on so I can control it - as it seems like it is really controlling me.
I think I understand that there are 32 channels of ASIO.
What program in my computer provides, or is the source for ASIO? Windows? My interface? BIAB or Sonar? Or is it a separate program running in the background?
Is there anything like an "ASIO monitor" that will show me in real time just what the ASIO inputs and outputs are - the routings?
Is there a document that will explain ASIO and how it interacts with my computer, interface, and DAW?
Thanks for any enlightenment.
Last edited by kelso; 02/10/09 07:13 AM.
|
|
|
|
|
|
|
|
|
|
|
|
Off-Topic
|
Joined: Jan 2008
Posts: 1,058
Expert
|
Expert
Joined: Jan 2008
Posts: 1,058 |
Kelso, from my limited understanding of the asio drivers, these are written by the hardware mfg of sound cards and other interfacing sound hardware. The asio allows for communication between windows and the computer and sound card for the Input and output of audio signals. The mfg must implement the code that allows for windows and the sequencer or other apps to do computer speak at the binary level. Some of these drivers are better than others but each is linked to the hardware, mostly. There is one exception that I'm vaguely aware of and that is a program called asio4all but I don't believe it is a true asio driver. There are several sites that deal with the hardware of sound and one is called http://www.gearslutz.com/board/There are others , some others here might have a better take on this. Wyndham
|
|
|
|
|
|
|
|
|
|
|
|
Off-Topic
|
Joined: Jul 2000
Posts: 26,880
Veteran
|
Veteran
Joined: Jul 2000
Posts: 26,880 |
Kelso, since the equipment vendor provides the drivers to make that equipment work, it may provide ASIO drivers, WDM drivers (or the older MME form), or both. The quality of the drivers is up to the manufacturer and varies widely. For example, most of the other users on the Tascam forum prefer WDM for their FW-1884.
Also, although I can't cite it right now, I recall several mentions on the SONAR forum saying that SONAR seems to get along better in general with WDM than with ASIO. I know specifically for the combination of SONAR and Tascam FW-1884 that I use, SONAR recommends WDM.
So, keep an open mind and experiment to see what may work better.
BIAB 2025 Win Audiophile. Software: Studio One 7 Pro, Swam horns, Acoustica-7, Notion 6, Song Master Pro, Win 11 Home. Hardware: Intel i9, 32 Gb; Roland Integra-7, Presonus 192 & Faderport 8, Royer 121, Adam Sub8 & Neumann 120 monitors.
|
|
|
|
|
|
|
|
|
|
|
|
Off-Topic
|
Joined: May 2000
Posts: 38,502
Veteran
|
Veteran
Joined: May 2000
Posts: 38,502 |
ASIO -- Audio Streaming Input Output
Developed by Steinberg company, originally for their own proprietary pcm digital audio recording systems.
ASIO attempts to "bypass" the way your computer addresses the hard drive such that you get a more streamlined, almost "sacrosanct" if you will, path when reading and wiriting audio data to and from the drive. Disk Streaming as we call it.
Steinberg "opened up" the technology for sharing and use by all. Mfrs of soundcards hurriedly climbed onboard.
Meanwhile, microsoft was working on their driver situation.
Originally with Windows we had "MME" which stands for "MultiMediaEntertainment" or something like that -- and it took more time for a command to make a "round trip" from Input to Output or to address the hard disk for Audio Streaming.
Microsoft then developed the WDM Windows Driver Model scheme in time to be released for use with the tail end of Win98 (could be downloaded and installed in 98, came bundled with 98SE -- Win98 Second Edition) and this improved the speed of Microsoft Sound Drivers considerably. It is safe to say that anyone today using 98SE or any microsoft operating system that came after 98SE is actually using the WDM soundcard drivers when they select "MME" in a pgmusic host program.
WDM can approach the same speeds as ASIO sometimes.
The Vista sound driver is even more streamlined than WDM, it is a different technical approach, is supposed to be faster but in my case the jury is still out on that one. Perhaps using this driver with the new Windows 7 that is in beta will someday equal and exceed the speed of WDM and maybe even ASIO. Time will tell.
The real question to answer is whether or not you need ASIO sound drivers.
First, some quick facts about ASIO:
*ASIO does not sound any different or better than MME or WDM created digital audio. They all make the same end result, a PCM Digital soundfile (or in Windows' jargon, a ".wav format" soundfile. Macintosh users will know this file as .AIFF format. Actually identical except for file header information, easy enough to convert from one to the other and back).
*ASIO drivers can be necessary for those using MIDI softsynths in realtime because the ASIO driver simply can make a "round trip" through the computer faster.
As mentioned earlier, in some cases WDM can "keep up" with ASIO for this purpose, depending on other factors such as machine speed, choice of software synthesizer, and such things.
If you attempt to play a software synthesizer with a realtime MIDI instrument such as a MIDI keyboard or the like and experience latency -- which is what happens when you play a key and don't hear the sound until some time after the keypress, then ASIO drivers should be the ones to choose in your setup.
*ASIO drivers can typically do a slightly better job when attempting to do true multiple channel input and output multitracking on your computer.
This is also often misunderstood. If you are basically a "one man show" in your home studio, using programs like BIAB or RealBand for backing tracks and adding a few tracks yourself to the mix one track at a time, this may be called multitracking, but it is not true multi-channel multitracking where you would be using a multi-channel (more than one stereo recording input) soundcard and recording anywhere from 4 to 32(!) tracks of audio into the computer at the same time!. This while maybe listening to as many prerecorded tracks to play along with. That is true multi-channel recording and truth be told, very few around here try to do that and are not even equipped to do it, not having a multiple channel soundcard installed, multiple mic preamps and multiple mics, instruments and musicians available.
Even then, it is possible to select the "MME" driver choice inside pgmusic products like RealBand and Powertracks and safely record multiple channel input while streaming multiple channel outputs. PGMusic user "rharv" reports using MME (WDM) driver exclusively with his multichannel Delta 1010 soundcard without problems. Matter of fact, he reported problems when trying to use ASIO drivers. Powertracks and RealBand compensate for Windows Sound Driver latency using a robust buffer setting system.
Something to think about there.
*If you've got things working and are making recordings, consider leaving well enough alone if you have no problems as mentioned above.
"If it works, don't fix it."
--Mac
|
|
|
|
|
|
|
|
|
|
|
|
Ask sales and support questions about Band-in-a-Box using natural language.
ChatPG's knowledge base includes the full Band-in-a-Box User Manual and sales information from the website.
|
|
|
|
|
|
|
|
|
|
|
Holiday Weekend Hours
Our Customer Service hours this weekend are as follows:
Friday, April 18: 8:00 - 4:00
Saturday, April 19: closed
Sunday, April 20: closed
Monday, April 21: Regular hours
Thank you!
Band-in-a-Box 2025 French Version is Here!
Bonjour à tous,
Band-in-a-Box® 2025 pour Windows est disponible en Français.
Le téléchargement se fait à partir du site PG Music
Pour ceux qui auraient déjà acheté la version 2025 de Band-in-a-Box (et qui donc ont une version anglaise), il est possible de "franciser" cette version avec les patchs suivants:
BIAB 2025 - francisation
RealBand 2025 - francisation
Voilà, enjoy!
Band-in-a-Box 2025 German Version is Here!
Update Your Band-in-a-Box® 2025 to Build 1128 for Windows Today!
Already using Band-in-a-Box 2025 for Windows®? Download Build 1128 now from our Support Page to enjoy the latest enhancements and improvements from our team.
Stay up to date—get the latest update now!
Update to RealBand® 2025 Build 5 Windows Today!
Already using RealBand® 2025 for Windows®? Download Build 5 now from our Support Page to ensure you have the latest enhancements and improvements from our team.
Get the latest update today!
PowerTracks Pro Audio 2025 for Windows is Here!
PowerTracks Pro Audio 2025 is here! This new version introduces many features, including VST3 support, the ability to load or import a .FLAC file, a reset option for track height in the Tracks window, a taller Timeline on the Notation window toolbar, new freeze buttons in the Tracks window, three toolbar modes (two rows, single row, and none), the improved Select Patch dialog with text-based search and numeric patch display, a new button in the DirectX/VST window to copy an effects group, and more!
First-time packages start at only $49. Already a PowerTracks Pro Audio user? Upgrade for as little as $29!
www.pgmusic.com/powertracks.htm
Video: Summary of the New Band-in-a-Box® App for iOS®
Join Tobin as he takes you on a tour of the new Band-in-a-Box® app for iOS®! Designed for musicians, singer-songwriters, and educators, this powerful tool lets you create, play, and transfer songs effortlessly on your iPhone® or iPad®—anytime, anywhere.
Band-in-a-Box® for iOS® :Summary video.
Check out the forum post for more information.
|
|
|
|
|
|
|
|
|
|
|
Forums58
Topics83,890
Posts771,844
Members39,477
|
Most Online25,754 Jan 24th, 2025
|
|
|
|
|
|
|
|
|