Line in Volume control!
-
Hi, i was looking for a snippet to control the line in volume of my machine, but i found nothing usefull! Could you guys gimme some help? I am trying to create a simple sound recording software..just to keep busy.. :) TIA, Duarte
Tried searching this site for "volume control" for you, several results not the least was; A Synchronized Volume Control for your Application[^]
-
Hi, i was looking for a snippet to control the line in volume of my machine, but i found nothing usefull! Could you guys gimme some help? I am trying to create a simple sound recording software..just to keep busy.. :) TIA, Duarte
I'm not sure what you are searching ... But ... have you realized that the .Net-Framework has the HScrollBar-Control (or the VScrollBar) which could be used for that. If this answer doesn't match to your requirement then please provide more information ...
-
I'm not sure what you are searching ... But ... have you realized that the .Net-Framework has the HScrollBar-Control (or the VScrollBar) which could be used for that. If this answer doesn't match to your requirement then please provide more information ...
-
Tried searching this site for "volume control" for you, several results not the least was; A Synchronized Volume Control for your Application[^]
-
well..i just want a slider or 2 buttons (+/-) to control the volume of the line in... the problem is that i find no code for that and i wish to see some snippets so i can understand!!
-
Easy enough to find: vb.net slider - Google Search[^].
-
no problem for the slider..i need the code to control the line in volume..thats what i need!! i have searched but only returns code to control the main volume, not line in... i find no snippet for the line in volume control!
-
well..with windows mixer we can control the amount of volume the audio signal is recorded! Cant we do that with visual basic?
-
Alienoiz wrote:
Cant we do that with visual basic?
No idea, what does the documentation say?
-
There is no simple "line in" volume; you may have one or more audio-cards in your computer, and such a card may or may not have a line in. You may be interested in this[^] article.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)
-
There is no simple "line in" volume; you may have one or more audio-cards in your computer, and such a card may or may not have a line in. You may be interested in this[^] article.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)
i already saw this article...but i cannot recreate it on Visual Basic... I would like to have the "line in " slider represented there in the "Recordings" section.. but i do not know where to start from..i have seen the code to record .wav from the line in input of my PC..it is recording fine enough for me... i just wish to have a way to adjust the recording volume!!!
-
yes ..i also searched the site but most of examples are C# not Visual Basic..and i do not find anything related to line in also!!
The example I gave the link to has the Line In volume shown in one of it's pictures so it does contain something to do with Line In. You can quite easily convert C# to VB, lots of online sites will do it for you, plus you can use the C# modules that do the background work with the audio and use VB to do the UI if you wanted to.
-
I'm not sure what you are searching ... But ... have you realized that the .Net-Framework has the HScrollBar-Control (or the VScrollBar) which could be used for that. If this answer doesn't match to your requirement then please provide more information ...
hi again.. so i have all this built up and functional I am now thinking on making a fine GUI to it... and i believe i just miss the Line In volume controller here!! Despite of only being able to record in 16-bits / 2 chans and 44.1Khz/48Khz .. i am enjoying to do this.... ... it is working fine .. i do not have a audiocard selector wich would be good but it is recording well through my realtek line in : ) .. maybe i do some more research and add a way to toggle between line in and mic : ) For now i realy just would like to have the Line In volume controller : ) Regards, Duarte
-
i already saw this article...but i cannot recreate it on Visual Basic... I would like to have the "line in " slider represented there in the "Recordings" section.. but i do not know where to start from..i have seen the code to record .wav from the line in input of my PC..it is recording fine enough for me... i just wish to have a way to adjust the recording volume!!!
-
-
-