[asterisk-users] karaoke functionality

2008-05-20 Thread Arjan Kroon | Mobillion
Hi,

 

Is it possible top use a form of Karaoke Functionality?

 

When a caller calls a number, he hears a voicefile.

During this voicefile he sings along with this voicefile.

Is it possible to record what the caller is singing?

 

Grt,

 

 

image001.gif___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] karaoke functionality

2008-05-20 Thread randulo
On Tue, May 20, 2008 at 11:58 AM, Arjan Kroon | Mobillion
[EMAIL PROTECTED] wrote:
 During this voicefile he sings along with this voicefile.
 Is it possible to record what the caller is singing?

Only on non-RB or rap tracks because the lag would make the result un-funky.

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] karaoke functionality

2008-05-20 Thread Sherwood McGowan
Arjan Kroon | Mobillion wrote:

 Hi,

  

 Is it possible top use a form of Karaoke Functionality?

  

 When a caller calls a number, he hears a voicefile.

 During this voicefile he sings along with this voicefile.

 Is it possible to record what the caller is singing?

  

 Grt,

  

 

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Yes, this is entirely possible using Monitor().
http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+Monitor

When you record a conversation using the monitor command, the end result 
is two files, a [name]-in.[ext] file and a [name]-out.[ext] fileI 
believe you're looking for the input side, I always get them confused

Just be sure not to use the m option, that would mix the two channels 
together into a single sound file.

Hope this helps,
Sherwood McGowan


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] karaoke functionality

2008-05-20 Thread Steve Totaro
On Tue, May 20, 2008 at 7:42 AM, Sherwood McGowan
[EMAIL PROTECTED] wrote:
 Arjan Kroon | Mobillion wrote:

 Hi,



 Is it possible top use a form of Karaoke Functionality?



 When a caller calls a number, he hears a voicefile.

 During this voicefile he sings along with this voicefile.

 Is it possible to record what the caller is singing?



 Grt,



 

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 Yes, this is entirely possible using Monitor().
 http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+Monitor

 When you record a conversation using the monitor command, the end result
 is two files, a [name]-in.[ext] file and a [name]-out.[ext] fileI
 believe you're looking for the input side, I always get them confused

 Just be sure not to use the m option, that would mix the two channels
 together into a single sound file.

 Hope this helps,
 Sherwood McGowan


I would think you would want the two channels muxed.  I know I would.
With the background music, I sound great ;-) but without it is like
scratching a chalkboard.

Thanks,
Steve Totaro

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] karaoke functionality

2008-05-20 Thread Sherwood McGowan
Steve Totaro wrote:
 On Tue, May 20, 2008 at 7:42 AM, Sherwood McGowan
 [EMAIL PROTECTED] wrote:
   
 Arjan Kroon | Mobillion wrote:
 
 Hi,



 Is it possible top use a form of Karaoke Functionality?



 When a caller calls a number, he hears a voicefile.

 During this voicefile he sings along with this voicefile.

 Is it possible to record what the caller is singing?



 Grt,



 

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
   
 Yes, this is entirely possible using Monitor().
 http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+Monitor

 When you record a conversation using the monitor command, the end result
 is two files, a [name]-in.[ext] file and a [name]-out.[ext] fileI
 believe you're looking for the input side, I always get them confused

 Just be sure not to use the m option, that would mix the two channels
 together into a single sound file.

 Hope this helps,
 Sherwood McGowan

 

 I would think you would want the two channels muxed.  I know I would.
 With the background music, I sound great ;-) but without it is like
 scratching a chalkboard.

 Thanks,
 Steve Totaro

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
   
Yes, but he asked if you could record the singer, so I gave him ALL the 
info just in case.

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] karaoke functionality

2008-05-20 Thread Andy Kuo
Hi,

Why not use MixMonitor(), so you have a single file with the singer
and the music?

Thanks.
Andy


On 5/20/08, Sherwood McGowan [EMAIL PROTECTED] wrote:
 Arjan Kroon | Mobillion wrote:
 
  Hi,
 
 
 
  Is it possible top use a form of Karaoke Functionality?
 
 
 
  When a caller calls a number, he hears a voicefile.
 
  During this voicefile he sings along with this voicefile.
 
  Is it possible to record what the caller is singing?
 
 
 
  Grt,
 
 
 
  
 
  ___
  -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
 Yes, this is entirely possible using Monitor().
 http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+Monitor

 When you record a conversation using the monitor command, the end result
 is two files, a [name]-in.[ext] file and a [name]-out.[ext] fileI
 believe you're looking for the input side, I always get them confused

 Just be sure not to use the m option, that would mix the two channels
 together into a single sound file.

 Hope this helps,
 Sherwood McGowan


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] karaoke functionality

2008-05-20 Thread Arjan Kroon | Mobillion
Yes, Thanks, Monitor() was the solution.
It works perfect.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andy Kuo
Sent: woensdag 21 mei 2008 5:43
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] karaoke functionality

Hi,

Why not use MixMonitor(), so you have a single file with the singer
and the music?

Thanks.
Andy


On 5/20/08, Sherwood McGowan [EMAIL PROTECTED] wrote:
 Arjan Kroon | Mobillion wrote:
 
  Hi,
 
 
 
  Is it possible top use a form of Karaoke Functionality?
 
 
 
  When a caller calls a number, he hears a voicefile.
 
  During this voicefile he sings along with this voicefile.
 
  Is it possible to record what the caller is singing?
 
 
 
  Grt,
 
 
 
 

 
  ___
  -- Bandwidth and Colocation Provided by http://www.api-digital.com
--
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
 Yes, this is entirely possible using Monitor().
 http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+Monitor

 When you record a conversation using the monitor command, the end
result
 is two files, a [name]-in.[ext] file and a [name]-out.[ext] fileI
 believe you're looking for the input side, I always get them
confused

 Just be sure not to use the m option, that would mix the two channels
 together into a single sound file.

 Hope this helps,
 Sherwood McGowan


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users