Guest navvcs Report post Posted 09/13/2007 04:09 PM Hi there: What if you want to include a play beep while recording. Say you want to record a 30 seconds message and want to play a beep on 25th second to let user know that he has only 5 seconds left.... any solution.?? HELP..!! Navzie Share this post Link to post
SupportTeam Report post Posted 09/14/2007 12:53 AM This is possible with VoiceGuide v7 - but will only work if higher end Dialogic cards are used ( JCT series and DMV series cards). Share this post Link to post
Guest miva Report post Posted 09/14/2007 07:54 AM Assuming you are using VG7 and have compatible Dialogic Card. How would this be done? Share this post Link to post
SupportTeam Report post Posted 09/14/2007 08:42 AM Right now you would need to use the COM commands to attach another Dialogic 'voice' device to the Dialogic 'line' device and use another COM command to do the play... It requires fairly good knowledge of Dialogic technology to make this work. We are planning on including an easy to use 'Whisper' command in the future (still JCT and DMV under v7 only). Share this post Link to post
Guest navvcs Report post Posted 09/14/2007 05:43 PM So... Its not possible with Dialogic D4PCI at all? No way out....! Further - How can I append the recording to an existing audio file? If I am recording an audio file for 25 seconds and then another recording module for next 5 seconds, so there will be a beep in between on 25th secs and this 2nd recording module will append the audio to the same file recorded in 1st module. Help please... Share this post Link to post
SupportTeam Report post Posted 09/15/2007 12:31 AM So... Its not possible with Dialogic D4PCI at all? No, its not possible with D/4PCI. Further - How can I append the recording to an existing audio file? You can run a program which does such appending. An Example of one approach is provided in the VoiceGuide Help file: from http://www.voiceguide.com/vghelp/source/ht...drunprogram.htm : Example 7: Concatenation of sound files can be done using the "shntool" utility. Eg: to concatenate wav files 1.wav, 2.wav and 3.wav into one file 1_2_3.wav you would run the following command from a "Run Program" module: command /c shntool join -stdout 1.wav 2.wav 3.wav > 1_2_3.wav shntool can be obtained from: http://www.etree.org/shnutils/shntool/ http://shnutils.freeshell.org/shntool/ If I am recording an audio file for 25 seconds and then another recording module for next 5 seconds, so there will be a beep in between on 25th secs and this 2nd recording module will append the audio to the same file recorded in 1st module. That can work, but note that you will loose about half a second of recording during the playing of the beep. Share this post Link to post