Needs source code + chat with voice

i am maulik.
i start project for chat with voice so i need some pdf file or some book name to learn

Hi there,
check out the sample apps folder of the sdk - audio's the first one =).
  nigel

Similar Messages

  • Are we allowed to use the Web developer function in Firefox version 5.0 to edit the html source code associated with the Firefox home page?

    Locking at request of OP - https://support.mozilla.com/en-US/questions/844506
    Are we allowed to use the Web developer function, under the "Firefox" tab in Firefox version 5.0, to edit the html source code associated with the Firefox version 5.0 home page ( so that we can personalize the home page )? Is this legal?
    Sincerely in Christ,
    Russell E. Willis

    Solution: (Free Download Manager)
    Go here: http://codecpack.co/download/Free_Download_Manager.html and download Free Download Manager 3.8.1067 Beta 3, it works perfectly with Firefox 5.0.1
    Solution: (to Google mail aka Gmail)
    I have had this problem for a while since I did a previous Firefox update, where I had to force Gmail to load in Basic HTML else it's next to impossible to use it. The solution is this: simply update your Java, and Gmail will work without a problem using Standard HTML. To update your Java go here: http://www.java.com/en/ and select "Free Java Download".
    And beta normally, universally, means "the not quite there yet version of the version we're aiming for" NORMALLY used during production and testing of a type of software.

  • Database Source Code Synchronization with PVCS

    Hello All,
    I would really appreciate your ideas/suggestions on developing, implementing the following requirement.
    I am in the process of developing a mechanism to validate the database procedure source code in the application PVCS library, that matches the source code used for QA and PRD environments. The objective is to assure that production version of stored procedure code is the correct / matching version with PVCS, QA and PRD.
    Database: Oracle 9i
    Source Control System: PVCS
    Database Objects: Stored Procedures
    Other Questions:
    - Do you know any PVCS API's to read the files?
    Thanks, Madhavi

    Hello All,
    I would really appreciate your ideas/suggestions on
    developing, implementing the following requirement.
    I am in the process of developing a mechanism to
    validate the database procedure source code in the
    application PVCS library, that matches the source code
    used for QA and PRD environments. The objective is to
    assure that production version of stored procedure
    code is the correct / matching version with PVCS, QA
    and PRD.This is going to take a lot of work and I am not even sure that is is deterministic. And it is easily handled by the correct process control as well.
    The following process control steps allow this.
    - Developement ONLY delivers scripts for database changes. Thus table changes, data changes, new procs, old procs, what ever are delivered as scripts and are checked into version control.
    - QA does NOT use anything that is not in the version control system. No disks, memory sticks, emails, etc (and in particular QA does NOT use developement database servers for testing.)
    - QA are the ONLY ones allowed to install anything to production. This includes all the DBAs and it includes "emergency" fixes (which usually greatly diminsh if the above is followed and QA is actually testing stuff.)
    The last step can be enforced either by simply disallowing change access to production machines except for QA and non-developement (MUST be non-developement) admin.
    But if you insist, people have been interfacing programmitically with Oracle and PVCS for years. You can search the net for thousands of these. I suspect that you will find that Perl is used a lot in this (but that could be my own bias.)

  • Need source code or help for COMM_FAILURE 209

    Hi,
    Anyone know where I can get the source code for the com.sun.jndi.cosnaming package? I'm trying to debug this message WARNING: "IOP00410209: (COMM_FAILURE) Connection rebind". Only get this problem when connecting to solaris, fine on windows.
    We run tnameserv and jdk1.4.2 on both. Also tried using jacorb, get same problem. The ORB's don't return any errors, error only on client side. Client is also jdk1.4.2 running on windows.
    Ted.

    Sorry,
    but nobody here will do your homework for you. If you have problems with your code let us know and we try to help, but never ask for source code.
    Phil

  • How to setup source code control with StarTeam

    Hi,
    Could anyone please tell me what should I do to set up the source code control?
    My company use StarTeam Borland as a source code control tool. I try to set this as a Source Control for Labview by go to SourceControl category ins the Options setup, but I cannot select anything form the list of provider name. Do I have to do any extra step to make it right?
    Best regards,
    Thang Nguyen
    Message Edited by THANG NGUYEN on 08-12-2009 05:23 PM
    Attachments:
    SourceCodeControl.JPG ‏64 KB

    Read this: Source Code Control Provider Does Not Appear In LabVIEW Options. (A simple search would have yielded this.)

  • LCCS video chat with voice

    Hi,
    I've managed to create an application with allow two users to video chat through webcam and text msging, I've had a hard time implementing voice chat into the code, is there any sorce or guidance which i can refer to to implement voice chatting?Thx alot!
    "<rtc:AudioPublisher/>
    <rtc:AudioSubscriber/>"
    Do these two lines work for voice chat?or do i need to put coding to include microphone?Any help or reference is appreciated!Thx
    Regards

    Hi there,
    check out the sample apps folder of the sdk - audio's the first one =).
      nigel

  • Need source code to add image from a rolling camera onto a panel

    is there anyone who would be kind enough to tell me how i would get a moving camera image to appear on a specified panel.I am using Java awt

    Thankyou for responding. its important because i dont have a clue where to begin and i have a project idea that could help me exscape back into freedom

  • Chat open source code

    Can any one tell me where can i find
    open source code chat app ?

    Can any one tell me where can i find
    open source code chat app which can handle both online and offline messages?

  • Fill in a PDF Form from source code.

    Hello:
    I have a PDF form made with LiveCycle. This form read the data from a xml file. I'm trying to fill it programatically but i don't know how. I'd like to know if there is some way to do this action, from source code or with a command line.
    Thanks a lot.

    iText is an API which has the PDF edit capabilities.
    Read this link : http://www.itextpdf.com/
    If you have Adobe LiveCycle Forms ES/ES2 solution component, you need not go for iText; Instead, you can invoke the LC APIs through C#.net and merge the XML data into the PDF.
    If you would go with option#2, let me know. I will share you my ideas.
    Nith

  • How to protect JSP source code on the Server Side ?

    I am new on JSP. I Already know about various Web and Desktop technologies but is the first time on JSP. I know ASP for example.
    Well, about .NET platform, it protects my source code on the server, the source code is compiled and on the server, only the compiled file are installed, my source code stay with me...
    About JSP, how it works about ? Is possible to hide my source code too ? What the technique to hide the codes ? I need to prevent access to my source codes...
    Roberto

    roberto.novakosky wrote:
    About .exe files, do you know if a java class is more easy or dificult to do reverse engineering ?Depends on who your enemy is. If it's for example a hacker with a lot of C knowledge but zero of Java knowledge, reverse engineering .exe would be easier than .class. If one was interested, one would always take time to learn how to decompile the one or other. Making files secure is a waste of time. It's always "hackable".
    If there was a proof of concept, no one major software vendor would have had so much problems with piracy and cracks/keygens. Think about it once again. It's simply impossible. Just have a clear EULA and actually make work of it whenever you discovers if someone breaks your EULA.
    I was thinking about, the .JSP can be converted to servlet .java, and converted to .class, this way hide the source code.Once again, one could still decompile it (or reverse engineer, so you call).

  • Source Code Editor Framework for Flex

    Dear Flex Forum members:
    As a Flex newbie a quite important question in relation to the "Flex frameworks world" still remains to me, even after some google search sessions:
    Does there exist any (preferably free) Flex framework or Flex component covering the functionality of a source code editor with syntax highlighting and syntax checking? -- Anything comparable to the Editor Framework within the Eclipse RCP (Rich Client Platform) or even to the Eclipse GEF (Graphical Editor Framework)?
    The background is as follows (and as described in more detail in my first post to this forum):
    An Online Shop Management Component shall offer the ShopManager to specify the products and offers in some declarative way and after a pre-defined grammar in place. The application frontend must be realized in Flex, and that's the reason why I'm now searching for:
    some kind of textual or graphical editor framework for realizing the Shop Manager's editor which shall support him/her in creating shop specifications/configurations in a grammar-conforming way through syntax color highlighting and syntax checking (error feedback), and
    this editor framework being intended for Flex (i.e., being a flex framework)
    In some way, much of the editing/modeling functionality is identical to the one offered by Flex Builder (Eclipse application), but in my case this functionality must be exposed as web application (Flex component running on the browser).
    Aps., would it also be possible to realize the Shop Management Component as AIR app, distribute it through a web page and run it locally on the Shop Managers client desktop???
    Which products/frameworks do you know for accomplishing this task?
    Thank you very much for any help.
    Best regards
    Alessandro

    Since people complain about Flex's basic rich text editor (which is a basic building block of the kind of framework you're discussing), I doub't you'll find what you need out of the box anywhere...

  • Open source web chat

    Hello
    I want to integrate open source web chat with cisco contact center !
    Please let me know the procedure

    For SME escalation or customer-facing chat queueing? Assuming the later you need CCX 9.0 Premium with SocialMiner to serve as the DMZ-based web frontend and XMPP proxy. Be aware that chat is a 1.0 technology for CCX in this release; very basic.
    Web Chat:Cisco Unified CCX Premium provides the facility for end users to initiate a chat session with the agent, from a website, typically the public website of the organization using the Unified CCX. Unified CCX provides separate agent and supervisor web application, real-time, and historical reports for Chat. The chat functionality requires Cisco SocialMiner to be deployed, and SocialMiner to act as the endpoint that hosts the widgets that end users and agents use during the chat session. SocialMiner accepts the chat request, communicates with Unified CCX to allocate an agent for the chat and then establishes the chat session between agent and end user. The Unified CCX queues the chat requests from SocialMiner, allocates agents, and monitors the chat session. Additionally, it facilitates agent state changes and provides the real-time and historical reports for the Chat.
    The procedure is not well documented publically. If you're a partner you could look at these TOIs:
    https://communities.cisco.com/docs/DOC-30185
    https://communities.cisco.com/docs/DOC-30186
    Customers are limited to the product docs:
    CCX: http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_9_0/configuration/guide/UCCX_BK_U767AC77_00_uccx-admin-guide_chapter_010001.html#UCCX_RF_C344B17A_00
    SocialMiner documentation is hidden on the DocWiki:
    http://docwiki.cisco.com/wiki/SocialMiner
    Please remember to rate helpful responses and identify helpful or correct answers.

  • Broadcasting via JMF: Need sources

    Hello everybody!
    If anyone have sources/examples of aplications/applets(except standart samples on sun.com) , demonstrating broadcasting of audio, captured from microphone, please send it to
    [email protected]
    It would be great if it can be demonstrated on one computer.
    P.S. English is not my native language, sorry for possible mistakes.

    grennat wrote:
    No doubdt, the easyiest way to show how clever you are is to call another person n00b or idiot. ))How smart I am is independant of how dumb you or anyone else is...
    But, frankly speaking, i'm waiting for broadcasting's examples sent to my mail.
    The only correct answer was that i really don't understand JMFWhether you got 0 or 1000 examples sent to your email, you'd be absolutely no closer to fixing your problem...
    If you think that this is not how forum works, or have nothing to suggestI have a handful of suggestions...
    1) If you come to a forum requesting help, don't cop an additude with the people offering it to you.
    2) If you need source code, go to google. If you can't find it there, then it either doesn't exist or you're not very good at using google.
    3) If you post dumb n00b questions on a forum, you're going to get treated like a n00b. "i have strange echo when i capture sound from microphine...." is a n00b question. It just is.
    4) If you're going to go through the trouble of posting on a forum trying to get help, and you admittedly know nothing about the topic in which you need help, you should always outline the specific problem you're having trouble with. You may not have "concrete specific questions", you may not even know enough about what you're doing to come up with them...but if you didn't have a concrete specific problem, you wouldn't be posting on the forum in the first place...would you?
    5) If you really want to see "how clever" I am, go look through the last 6 months of JMF forum posts, and find a question that wasn't ultimately solved by myself or T.B.M. (or both, in most cases). They are very few and far-between...

  • Updating Labview source code

    There's a way to create a .diff file for upgrading the labview source code, like with patch.exe in C language?

    No there is no way build into LV to do that. Maybe there are third party tools which can handle this. You must be aware that such a tool must handle binary files since VIs are binary.
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • If you make a game with JavaFX 1.0, do you need to release the source code?

    Hello All,
    I am trying to get a good understanding of the GPL since
    that is the license that JavaFX 1.0 will be released under.
    Is it true that if we create a game using JavaFX 1.0,
    we will need to make our source code for the game
    available alongside it?
    Does anyone know?

    The answer is NO.
    The GPL only applies in this case to external modification of JavaFX, and not application developed with the technology. This clue is taken from OpenJDK which is GPL. In the same way, applications developed with Java technology and run under GPLed OpenJDK need not expose their source code. Morever JavaFX development and runtime are likely to be part of Java7.
    Anyway, the GPL issue will be clarified once JavaFX is released. I remember Joshua Marinacci mentions something about some change in license.

Maybe you are looking for

  • Is there any way to install iTunes on windows 7 without it changing all my desktop shortcuts to iTunes?

    I just got a new iPhone 6 and I want to use iTunes to download songs and back my info up on iCloud, but every time I try to install iTunes it replaces all my shortcuts with iTunes! I had to entirely uninstall it last time to be able to use google chr

  • SSIS Packages Pending Execution

    Hi, We are facing issue with running ssis packages from job. The package is going to "PendingExecutionstatus" and it is struck in the same status. We are using windows service account to run the job. The package is running successfully if we run thro

  • 100 only rather than 10/100 switch?

    Does anyone know if it is possible to get a switch or hum that only runs at the 100 speed or can be set to do so. The reason is that my tray loading iMac has a known issue of not autonegotiating very well for speed with some routers. The work around

  • Error: "i Tunes Library.itl"

    My old laptop crashed, so I bought a new one. I have my iTunes saved on a an external hard drive, but when I loaded iTunes on to my new computer and clicked on the iTunes icon, I received the following: Error: The file "i Tunes Library.itl" cannot be

  • ADD_JOB_EMAIL_NOTIFICATION  failed

    Hi Oracle expert, I downloaded the job email notification and installed in our existing development DB oracle 10g. The installation was successfully. However when I tried to run the procedure it endup with errors as follows: SQL> exec add_job_email_n