Re: django-audiorecorder ?

2010-01-04 Thread Frédéric Burlet

On Saturday 02 January 2010 10:55:11 Waqqas Jabbar wrote:
> Hi,
> 
> There are audio players available for djagon, but is there any django
> project the provide audio recording capability?
> My search has not produce any good results.
> 
> There are some python based libraries liky PyAudio (
> http://people.csail.mit.edu/hubert/pyaudio/) or Gstreamer python binding,
> that can be used. Can anyone give me some ideas on how to make one of my
>  own ?
> 
> I want to record only short clip.Can javascript be used for audio recording
> on client computer and the upload the file?
> 
> peace
> waqqas
> 
> --

Hi,

If your purpose is to record/read live stream via a website, I think it's then
better to provide either a java applet or a flash application that help the
user to record audio or video via your website.

For flash applications, you can use red5[1] which is an open source flash
server implemented in java. It allows you to record/read live streams through
flash applications (If you are brave or feisty... you could implement this
server in python ;)

[1] http://osflash.org/red5

If you need to implement a client in flash, you can use openlazlo[2] or use
an-already-existing client. I know that the dokeos[3] project has one but I
never tried to compile it or install it myself.

[2] http://www.openlaszlo.org/
[3] http://dokeos.svn.sourceforge.net/viewvc/dokeos/trunk/videoconference/

Hope this helps.

Fred.


signature.asc
Description: This is a digitally signed message part.


Re: django-audiorecorder ?

2010-01-04 Thread Bill Freeman
Boy, I sure hope that you can't record audio at my house just be
virtue of my having visited a web page.

You might be able to offer a Java app (hopefully not applet) that
the user can install and run (the user may not have python),
producing a file that they can then upload to you.  Or even record
directly to you if they give the script net access permission.  Of
course you have to configure their mixer as well, possibly guessing
which input has the source you want.  You could mess things up for
the naive.

(People who install and run stuff they've downloaded from a random
website deserve what they get.)

But so long as it's a short clip, even MS sound recorder will do, and
I assume that MACs have something like that.  Most linux's too, have
(at least one) suitable tool.  So if it were me, I'd simple provide
instructions as to how to create a file to upload.

Bill

On Sat, Jan 2, 2010 at 4:55 AM, Waqqas Jabbar  wrote:
> Hi,
>
> There are audio players available for djagon, but is there any django
> project the provide audio recording capability?
> My search has not produce any good results.
>
> There are some python based libraries liky PyAudio
> (http://people.csail.mit.edu/hubert/pyaudio/) or Gstreamer python binding,
> that can be used. Can anyone give me some ideas on how to make one of my own
> ?
>
> I want to record only short clip.Can javascript be used for audio recording
> on client computer and the upload the file?
>
> peace
> waqqas
>
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




django-audiorecorder ?

2010-01-02 Thread Waqqas Jabbar
Hi,

There are audio players available for djagon, but is there any django
project the provide audio recording capability?
My search has not produce any good results.

There are some python based libraries liky PyAudio (
http://people.csail.mit.edu/hubert/pyaudio/) or Gstreamer python binding,
that can be used. Can anyone give me some ideas on how to make one of my own
?

I want to record only short clip.Can javascript be used for audio recording
on client computer and the upload the file?

peace
waqqas

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.