Ambiera Forum

Discussions, Help and Support.

Ambiera Forum > irrKlang
How can I record only the built-in sound?

wts_record
Guest
Quote
2019-11-24 11:18:24

I just want to record the built-in sound, not the outside.
What should I do?


erik
Registered User
Quote
2019-11-25 12:00:16

When enumerating the recording devices, there is sometimes also a device which records the audio of the sound hardware listed. Use that one and it should work.


wts_record
Guest
Quote
2019-12-01 14:36:02

Thanks

I run this tutorial code in "https://www.ambiera.com/irrklang/docu/index.htmlrecordingAudio" second code

```
irrklang::ISoundDeviceList* deviceList = irrklang::createAudioRecorderDeviceList();

for (int i=0; i<deviceList->getDeviceCount(); ++i)
printf("%d: %s\n", i, deviceList->getDeviceDescription(i));
```

I found that
0: default device
1: mic(Synaptics SmartAudio HD)


What should I choose?
Or can I check it in a different way?


erik
Registered User
Quote
2019-12-02 10:20:03

Try 0, maybe it works


Create reply:


Posted by: (you are not logged in)


Enter the missing letter in: "Interna?ional" (you are not logged in)


Text:

 

  

Possible Codes


Feature Code
Link [url] www.example.com [/url]
Bold [b]bold text[/b]
Image [img]http://www.example.com/image.jpg[/img]
Quote [quote]quoted text[/quote]
Code [code]source code[/code]

Emoticons


   






Copyright© Ambiera e.U. all rights reserved.
Privacy Policy | Terms and Conditions | Imprint | Contact