473,569 Members | 2,698 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Websites with Audio Features?!?!

Hi all,
I am in desperate need of being able to have the users of my asp.net site to
be able to make a recording from their computer mic, and save that audio on
my server.. the user should be able to play back the recording with fast
forward, rewind, and pause features...

If you can provide any free code that could do this for me, i will always
have a kind spot in my heart for you

thank you so much
--
Ad****@hotmail. com

Nov 19 '05 #1
5 1569
you can record it locally then upload it... but you cant record it directly
without some sort of component.
The playback is easy, just point to the file.. the users media preferences
will take care of it from there.

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"ACaunter" <Ad****@hotmail .com> wrote in message
news:D6******** *************** ***********@mic rosoft.com...
Hi all,
I am in desperate need of being able to have the users of my asp.net site
to
be able to make a recording from their computer mic, and save that audio
on
my server.. the user should be able to play back the recording with fast
forward, rewind, and pause features...

If you can provide any free code that could do this for me, i will always
have a kind spot in my heart for you

thank you so much
--
Ad****@hotmail. com

Nov 19 '05 #2
Are there any free components that could do this for me, because i really
need the recording directly on the page for ease of use...

The user needs to quickly be able to pause, continue, play back, rewind,
fastforward, stop, and save. while still viewing the asp.net page.

"Curt_C [MVP]" wrote:
you can record it locally then upload it... but you cant record it directly
without some sort of component.
The playback is easy, just point to the file.. the users media preferences
will take care of it from there.

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"ACaunter" <Ad****@hotmail .com> wrote in message
news:D6******** *************** ***********@mic rosoft.com...
Hi all,
I am in desperate need of being able to have the users of my asp.net site
to
be able to make a recording from their computer mic, and save that audio
on
my server.. the user should be able to play back the recording with fast
forward, rewind, and pause features...

If you can provide any free code that could do this for me, i will always
have a kind spot in my heart for you

thank you so much
--
Ad****@hotmail. com


Nov 19 '05 #3
All that functionality and you want it for FREE. My goodness. How can
developers survive like this. LOL!

"ACaunter" <Ad****@hotmail .com> wrote in message
news:99******** *************** ***********@mic rosoft.com...
Are there any free components that could do this for me, because i really
need the recording directly on the page for ease of use...

The user needs to quickly be able to pause, continue, play back, rewind,
fastforward, stop, and save. while still viewing the asp.net page.

"Curt_C [MVP]" wrote:
you can record it locally then upload it... but you cant record it
directly
without some sort of component.
The playback is easy, just point to the file.. the users media
preferences
will take care of it from there.

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"ACaunter" <Ad****@hotmail .com> wrote in message
news:D6******** *************** ***********@mic rosoft.com...
> Hi all,
> I am in desperate need of being able to have the users of my asp.net
> site
> to
> be able to make a recording from their computer mic, and save that
> audio
> on
> my server.. the user should be able to play back the recording with
> fast
> forward, rewind, and pause features...
>
> If you can provide any free code that could do this for me, i will
> always
> have a kind spot in my heart for you
>
> thank you so much
> --
> Ad****@hotmail. com
>


Nov 19 '05 #4
Its not all that functionality.. windows media player can be easily embeded
and that covers the Play, stop, FF, Rew... all i'm missing is the recording..

I have code that is for VB.Net, which worked with the timer, but i couldn't
get it to work in asp.net.. there's gotta be something out there?!?!

"Tampa.NET Koder" wrote:
All that functionality and you want it for FREE. My goodness. How can
developers survive like this. LOL!

"ACaunter" <Ad****@hotmail .com> wrote in message
news:99******** *************** ***********@mic rosoft.com...
Are there any free components that could do this for me, because i really
need the recording directly on the page for ease of use...

The user needs to quickly be able to pause, continue, play back, rewind,
fastforward, stop, and save. while still viewing the asp.net page.

"Curt_C [MVP]" wrote:
you can record it locally then upload it... but you cant record it
directly
without some sort of component.
The playback is easy, just point to the file.. the users media
preferences
will take care of it from there.

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"ACaunter" <Ad****@hotmail .com> wrote in message
news:D6******** *************** ***********@mic rosoft.com...
> Hi all,
> I am in desperate need of being able to have the users of my asp.net
> site
> to
> be able to make a recording from their computer mic, and save that
> audio
> on
> my server.. the user should be able to play back the recording with
> fast
> forward, rewind, and pause features...
>
> If you can provide any free code that could do this for me, i will
> always
> have a kind spot in my heart for you
>
> thank you so much
> --
> Ad****@hotmail. com
>


Nov 19 '05 #5
I don't think you are going to be able to do anything like that without an
Active X or .NET controls embedded in the asp.net page. Both of these would
mean the user having to adjust their security settings. And using .NET
controls would also mean the client having the .NET framework installed.

If you could just record from someone's microphone with just a browser,
imagine the security nightmare - you are browing the web, and someone could
just be recording every sound going into your mic.

"ACaunter" <Ad****@hotmail .com> wrote in message
news:E2******** *************** ***********@mic rosoft.com...
Its not all that functionality.. windows media player can be easily
embeded
and that covers the Play, stop, FF, Rew... all i'm missing is the
recording..

I have code that is for VB.Net, which worked with the timer, but i
couldn't
get it to work in asp.net.. there's gotta be something out there?!?!

"Tampa.NET Koder" wrote:
All that functionality and you want it for FREE. My goodness. How can
developers survive like this. LOL!

"ACaunter" <Ad****@hotmail .com> wrote in message
news:99******** *************** ***********@mic rosoft.com...
> Are there any free components that could do this for me, because i
> really
> need the recording directly on the page for ease of use...
>
> The user needs to quickly be able to pause, continue, play back,
> rewind,
> fastforward, stop, and save. while still viewing the asp.net page.
>
>
>
> "Curt_C [MVP]" wrote:
>
>> you can record it locally then upload it... but you cant record it
>> directly
>> without some sort of component.
>> The playback is easy, just point to the file.. the users media
>> preferences
>> will take care of it from there.
>>
>> --
>> Curt Christianson
>> Site & Scripts: http://www.Darkfalz.com
>> Blog: http://blog.Darkfalz.com
>>
>>
>> "ACaunter" <Ad****@hotmail .com> wrote in message
>> news:D6******** *************** ***********@mic rosoft.com...
>> > Hi all,
>> > I am in desperate need of being able to have the users of my asp.net
>> > site
>> > to
>> > be able to make a recording from their computer mic, and save that
>> > audio
>> > on
>> > my server.. the user should be able to play back the recording with
>> > fast
>> > forward, rewind, and pause features...
>> >
>> > If you can provide any free code that could do this for me, i will
>> > always
>> > have a kind spot in my heart for you
>> >
>> > thank you so much
>> > --
>> > Ad****@hotmail. com
>> >
>>
>>
>>


Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2487
by: Bruce Bon | last post by:
The class below is intended to play a Sun audio file (.au) in the background while the main thread, which is servicing a GUI, continues without impact. It doesn't work. For a sound file that takes 3-5 seconds to play, the main thread hangs for that long. I have run this many times, with changes in printouts and insertion of strategic...
24
1965
by: Dave Benjamin | last post by:
Guido gave a good, long interview, available at IT Conversations, as was recently announced by Dr. Dobb's Python-URL! The audio clips are available here: http://www.itconversations.com/shows/detail545.html http://www.itconversations.com/shows/detail559.html I'd like to comment on a few parts of that interview. One thing Guido mentions...
21
4818
by: dub | last post by:
Hello web folks... I've been desigining web pages for 13 years using my trusty text editor (UltraEdit) and in depth knowledge of HTML. I'm truly a text editor ninja at this point. I am frequently using regular expressions to search and replace in multiple files. I also use many different copy buffers and know all the keyboard shortcuts like...
0
967
by: ACaunter | last post by:
Hi all, I am in desperate need of being able to have the users of my asp.net site to be able to make a recording from their computer mic, and save that audio on my server.. the user should be able to play back the recording with fast forward, rewind, and pause features... If you can provide any free code that could do this for me, i will...
11
3757
by: jim shirreffs | last post by:
Hello, I am trying to put together a Java system for playing audio CDs on a large CD player, I have most of it working But entering all the data like Artist, Title, track name, track length (seconds) is a real pain in the butt. What I would like to do is write a java class that would extrack that info from an audio CD placed in the computers...
2
2861
by: Jo Chase | last post by:
I would like to record audio from a mic and perform some basic analysis on the audio wave patterns produced. What would be the easiest way to accomplish this in Python?
5
3427
by: Juliano.net | last post by:
How can I capture audio and video so I can send them through the internet? I want to create a web conference application.
3
1759
by: ray well | last post by:
hi, i'm looking for an audio component to add to a .net 2005 program, that could play all or part (starting at a certain point and ending at a certain point within a audio file) of a wav, midi, or mp3 file. i also need to be able to set the midi insturment. can anyone recomend such a component, or better still a location where such...
2
7877
by: hzgt9b | last post by:
Using VS2003, VB.NET, BACKGROUND I have a window forms based application that will be distributed and executed directly from CD media. The app contains a TreeView control and a WebBroswer (AxSHDocVw.AxWebBrowse) control. The TreeView is populated with nodes that when clicked play an audio clip that is stored on the CD and navigate the...
0
7612
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7924
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8122
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
6284
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5219
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3653
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3640
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1213
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
937
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.