Jump to content

DART: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
OS/2's DART (Direct Audio RouTines) libraries provide easy to use, low-latency access to sound output on Warp systems much like Be's Media Kit and Windows DirectSound do. DART is a fairly simple interface that allows you to send buffers of digitized sound directly to the sound card without having to wait for MMPM to play the sounds for you. MMPM can take up to a second to start playing a sound which means that when you pull the trigger you have to wait for the bang. DART allows you to reduce that delay to an unnoticeable hundred-or-so milliseconds.
OS/2's DART (Direct Audio RouTines) libraries provide easy to use, low-latency access to sound output on Warp systems much like Be's Media Kit and Windows DirectSound do. DART is a fairly simple interface that allows you to send buffers of digitized sound directly to the sound card without having to wait for MMPM to play the sounds for you. MMPM can take up to a second to start playing a sound which means that when you pull the trigger you have to wait for the bang. DART allows you to reduce that delay to an unnoticeable hundred-or-so milliseconds.


==Related Articles==
==Articles==
* [[Multiplatform Game Programming in OS/2 - Part 1]]
* Robert Basler: [[Multiplatform Game Programming in OS/2 - Part 1]], [[Multiplatform Game Programming in OS/2 - Part 2|Part 2]], [[Multiplatform Game Programming in OS/2 - Part 3|Part 3]]
* [[Multiplatform Game Programming in OS/2 - Part 2]]
* [[Digital Sound & Music Interface for OS/2]] by [[Julien Pierre]]
* [[Multiplatform Game Programming in OS/2 - Part 3]]
* [[Ultra-Fast Audio for Games and Multimedia]] by [[Linden deCarmo]]


==External Links==
==External Links==
* [https://books.google.com.ec/books?id=PYz2tBsjTvYC&pg=PA199&lpg=PA199&dq=OS/2+DART+Direct+Audio&source=bl&ots=SjplDG65DK&sig=A7gjBsJdfr_-6FDR9VHoB8Z3Ewk&hl=es-419&sa=X&ved=0ahUKEwjxu-7fjqfVAhWCVyYKHaDyBBoQ6AEIJTAA#v=onepage&q=OS%2F2%20DART%20Direct%20Audio&f=false Fast as a Dart: OS/2's Direct Audio RouTines] By [[Linden deCarmo]] - PC Magazine (21 Jan 1997)  
* Linden deCarmo: [http://books.google.com/books?id=PYz2tBsjTvYC&pg=PA199 Fast as a Dart: OS/2's Direct Audio RouTines] - PC Magazine (21 Jan 1997)  


[[Category:Components]]
[[Category:Multimedia]]

Latest revision as of 22:57, 10 March 2020

OS/2's DART (Direct Audio RouTines) libraries provide easy to use, low-latency access to sound output on Warp systems much like Be's Media Kit and Windows DirectSound do. DART is a fairly simple interface that allows you to send buffers of digitized sound directly to the sound card without having to wait for MMPM to play the sounds for you. MMPM can take up to a second to start playing a sound which means that when you pull the trigger you have to wait for the bang. DART allows you to reduce that delay to an unnoticeable hundred-or-so milliseconds.

Articles

External Links