i would like to record any sounds produced in my soundcard. please help, where i can get a freeware component or commercial(trial). delphi7/2009
相关问题
- Can we recover audio from MFCC coefficients?
- Is there a Delphi 5 component that can handle .png
- Is there a way to play audio on a mobile browser w
- Is there a way to install Delphi 2010 on Windows 2
- Is TWebBrowser dependant on IE version?
相关文章
- Android Visualizer class throwing runtime exceptio
- Best way to implement MVVM bindings (View <-> V
- Windows EventLog: How fast are operations with it?
- How to force Delphi compiler to display all hints
- Coloring cell background on firemonkey stringgrid
- HelpInsight documentation in Delphi 2007
- Can RTTI interrogate types from project code at de
- Simulate Microphone (virtual mic)
http://blogs.msdn.com/b/matthew_van_eerde/archive/2008/12/16/sample-wasapi-loopback-capture-record-what-you-hear.aspx might help
I have very good experience with the BASS audio library API.
Here is a forum thread with C# example, but since the BASS API is procedural and there is a good Delphi API interface, it translates pretty OK.
--jeroen
try http://sourceforge.net/projects/delphiasiovst/. there is a component to communicate with the ASIO driver. It's extremely easy to use, far more than DX or Windows audio.