473,503 Members | 9,887 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 1562
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**********************************@microsof t.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**********************************@microsof t.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**********************************@microsof t.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**********************************@microsof t.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**********************************@microsof t.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**********************************@microsof t.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**********************************@microsof t.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**********************************@microsof t.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**********************************@microsof t.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
2480
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...
24
1946
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: ...
21
4810
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...
0
960
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...
11
3741
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...
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
3420
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
1753
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,...
2
7871
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...
0
7294
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,...
0
7361
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...
1
7015
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5602
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,...
1
5026
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4693
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...
0
3183
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...
0
3173
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1523
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.