This invention is directed, generally, to the field of network conferencing systems for use on a digital network and, more specifically, to audio communications on such systems.
With the rise of networked computing systems, particularly in business settings, new tools have emerged that allow network users, or clients, to interact with one another in various ways. Email, for example is a ubiquitous communication means which allows text messages to be communicated selectively over a network. Similarly, instant messaging and text-based “chats” have proven popular tools for communicating textual information between network clients. More recently, audio communication has been used over digital networks, the best-known format being the “voice-over-internet protocol” (VoIP). Even video conferencing has been used over digital networks, to varying degrees of success.
Collaboration software, sometimes referred to as “groupware” is designed to allow multiple network users to work on a single project together from separate workstations. One version of such software is “NOTES” which is a registered trademark and product of Lotus Development Corporation, Cambridge, Mass. Another is “NETMEETING” which is a registered trademark and product of Microsoft Corporation, Redmond, Wash. The goal of these products is to allow conferencing between multiple network clients, and collaboration among those clients in which they interact to manipulate a target such as a document or “whiteboard.” However, while improvements have been made in these products, there are areas in which the ability of users to communicate or collaborate may be improved.
In accordance with the present invention, an audio management apparatus is provided that manages simultaneous streams of packet-switched audio data for a network conference tool. The tool provides communication between a plurality of different connection points, with audio data being received from and transmitted to the connection points by the audio management apparatus. The connection points may be audio receiving/transmitting devices used by a participant in a network conference. The audio management apparatus may be one of a number of similar components that are used with a single network conference tool, allowing multiple conferences to be managed simultaneously. The audio management apparatus includes a plurality of member objects, each being associated with a different one of the connection points. Each of the member objects maintains a mixing protocol for audio data to be delivered to the connection point with which it is associated. Thus, for each conference participant, there is an independent tracking of the specific mix for the audio content that should be delivered to that participant.
The audio management apparatus includes a receiver that receives each packet of audio data delivered from the connection points. The receiver identifies the connection point (such as an audio connection for a conference participant) that is the source of the packet, and forwards the packet to the member object that is associated with that connection point. Thus, there is a receiver thread that controls the packets input to the audio management apparatus, and services any number of different member objects. There may be more than one receiver thread to divide up the tasks, but the number of receiver threads is independent of the number of member objects.
The audio management apparatus also includes a sender that processes each packet of audio data from each member object and transmits each packet to the respective connection point with which that packet is associated. The sender may also be a single thread that supports all of the member objects and, along with the thread used for the receiver, allows there to be a variable number of member objects, and therefore a scalable number of conference participants. As with the receiver, there may be more than one sender thread, so as to divide up the processing tasks, but the number of sender threads is also independent of the number of member objects. Thus, conference participants may be easily added or removed without affecting the system operation.
The member objects of the system handle the mixing of the audio data for the connection point that they represent. Upon receiving a packet from the receiver, a member object decodes the packet and appends it to a list maintained by that object. The packet is also added to a common mix that is maintained by a common mix object. The common mix is a list of audio data packets each comprising a combination of audio data packets of a plurality of the member objects for one particular time segment. The common mix may be a mix of all of the combined contributions of audio data received from all of the connection points, or may be a mix of less than all, as desired for the particular audio mixing strategy. The common mix packets may be used along with the packets maintained by the member objects for creating output audio mixes.
Prior to forwarding a packet to the sender, each member object creates the data packet such that it corresponds to the custom mix for the connection point it represents. This custom mix is defined by the conference tool which, under user control, establishes the desired audio connections between participants, and sends mixing instructions to the member objects. In performing the mixing, each member object has access to the data packets of the other member objects, and can add and subtract packets, including the common mix packets, from one another to achieve the desired audio mix. For example, a packet might be modified to subtract the contribution of the connection point with which the member object is associated, or the contribution of another participant that is involved in a private subgroup conference might be subtracted. Once modified, the packets are output by the sender thread to their appropriate connection points. As such, the packets delivered to a particular connection point have all been modified according to the mixing protocol maintained by the member object associated with that connection point.
The above and further advantages of the invention may be better understood by referring to the following description in conjunction with the accompanying drawings in which:
The present invention may be used with a collaboration tool that operates around a general backbone architecture that allows various access points and functionality. Shown in
The collaboration tool provides a number of unique functions that simplify and enhance distributed meetings, making them more effective. A critical part of the collaboration tool is the audio interconnection, which allows participants to have a voice conference from different remote locations. The illustration of
In the present embodiment, the audio bridge is a java program, and the conference managers 42 are java classes operating with that program (JAVA is a registered trademark of Sun Microsystems, Inc., Santa Clara, Calif.). Shown graphically in
In this example, the receiver 48, as well as the sender 46, is an instantiation of a java class. As part of the conference manager, a set of member objects 50 are created, each one representing a different one of the calls 38. Each member object maintains a mixing protocol for its particular call, and ensures that the correct audio mix is provided for that call. The receiver thread, upon receiving data from a particular call, sends a request to the appropriate member object 50 to process the received data. It should be noted that, in this embodiment, all of the input data received by the receiver is handled by a single receiver thread. However, it may be desirable to have multiple receiver threads, so as to split up the packet processing tasks. Nevertheless, the number of receiver threads is independent of the number of member objects. The sender, as discussed below, is also a single thread, or a number of threads otherwise independent of the number of member objects. With the number of input and output threads being independent of the number of member objects, the number of conference participants is flexible, and may be easily increased or decreased as desired for the conference. This provides a simple scalability for an environment in which the number of conference participants is unknown prior to the conference being established, and for which the number of participants may change during the conference.
Each of the member objects maintains a linked list to which packets that it receives are appended as they arrive. The use of linked lists, in general, is well known in the art, and will not be described in any further detail herein. In addition, while linked lists are used in the exemplary embodiment, other types of lists may also be used instead. Each member object is also responsible for modifying the data that will be output to its call. To do this, the packet data must be modified relative to the data of other packets from the same time interval, and forwarded to the sender 46, which then outputs it to the appropriate call 38. Although the receiver processes all incoming data packets as they arrive, the system maintains a regular time cycle in that the sender processes packets regularly, such as every 20 ms. Thus, for any given member object, data is forwarded by the receiver as it arrives, and each packet is appended to a linked list. Every time cycle, the sender thread processes and removes the first packet in the linked list for each member. This is done by the sender making a request for the member to calculate the packet to be output, processing the mixed packet, and delivering it to the appropriate call via one of the socket associated with that call.
The actual mixing involves the adding and subtracting of audio contributions of the different participants, depending on which contributions each participant is supposed to receive. The mixing may be done in the VoIP domain, so that conventional voice signals are packetized before mixing, while the signals from software phones using the VoIP protocol may be processed directly.
The functionality of the collaboration tool may allow for multiple conversations to take place within the same conference, with some or all of the audio inputs to be excluded from the audio mix of certain participants. Another function is to customize the packets that are distributed to the calls receiving them. One task in this regard is to remove, from the mixed packet sent to a particular call, the contribution of that call. Thus, the audio contribution of a participant is excluded from the audio received by that participant, for example, to remove the perception of an echo.
To demonstrate mixing strategies used in the present invention,
The initiation of a conference subgroup within the main conference also has effects on the audio inputs and outputs. In certain circumstances it may be possible to create a subgroup within a primary conference that allows a subset of the conference participants to have a private conversation without the remaining participants being able to hear them. From a situation in which there are no current subgroup conferences, and none of the meeting participants has his or her audio muted (as in
In this example, the participants in the subgroup are those parties represented by nodes “B,” “C” and “D.” In this example, when selected participants join the subgroup, the audio for those participants is muted in the main conference. As a result, the audio contributions of “B,” “C” and “D” are no longer received by “A,” “E” and “F,” but are still received by the parties to the subgroup. The particular rules of the collaboration tool will also affect how the audio from the main conference is handled. In this example, the audio from the main conference, now limited to the contributions of “A,” “E” and “F,” is still heard by the participants to the subgroup, only at an attenuated volume. This is indicated in
As there are different mixing strategies that may be desired, the conference manager 42 (
The receiver forwards each packet to the member object that represents the source of the packet. In
How the data is combined for each outgoing call depends on the mixing arrangement of the conference in question. In a very basic arrangement, where all parties are actively participating in a single discussion, the mix for a user includes all of the input data for the appropriate time segment, but with that user's own contribution subtracted from the mix. Conferences that have more complicated mixes, such as would be required for subgroup conferences, require different combinations of packets from the various members. For example, if there is a subgroup conference between two participants, their audio contributions are withheld from the other conference participants while the subgroup conference is taking place. Thus, for each of the main conference participants that is not participating in the subgroup conference, the data sent to that participant would include the contributions of each of the other participants in the main conference, with the contributions of the participants to the subgroup subtracted (along with the contribution of the participant receiving the mix). Thus, each of the mixing functions requires access to the packets of all the contributors.
Each of the member objects is responsible for preparing the packets to be delivered to the participant represented by that particular object. In order to prepare whichever custom mix is necessary for a given participant, each member object is given access to the packets of the other member objects. This is represented in
The audio outputs from the member objects are assembled by each member object combining the audio packets as appropriate for their respective conference participants. In this example, the incoming packets are decoded by the member objects to put them in a format that allows them to be easily mixed. For example, linear PCM format allows for combinations of different audio packets by simple addition or subtraction, although other formats may be used as well. In a linear PCM format, the audio mixing is performed by each member object performing packet combinations. For example, for a simple conference structure in which all participants can speak and listen in a common forum (like that represented in
Those skilled in the art will recognize that the creation of audio output packets to be output from a particular member object is a matter of that member object combining different packets as necessary to create the custom mix that has been designated for the participant represented by that member object. So, if some participants are participating in a subgroup conference, the audio contributions from those participants would be omitted from the output to the other participants. Thus, the member objects for those other participants could create an output mix by adding together packets (other than the common mix packets), while omitting the packets from those participants participating in the subgroup conference. Alternatively, the mix could be created by using the common mix packet and subtracting the packets from those participants in the subgroup conference. It will be recognized that any number of variations in the output mix may be thus created, and each is considered to be within the scope of the invention. Moreover, it may be desirable to construct the common mix packets from less than all of the input audio data. For example, when a subgroup conference is created, it may be desirable to omit the audio inputs of the subgroup conference participants from the common mix. This would then simplify the creation of an output mix for any participants in the main conference that are not participants in the subgroup conference. Those skilled in the art will understand that any number of different mixing strategies may be used, and those various strategies are all considered to be within the scope of the invention.
The packets created by the member objects 50 are output via a sender 46. As mentioned above, the sender sends a request to the member objects for audio packets to be output, processes them, and forwards them to the correct calls 38. Because the number of receiver and sender threads are independent of the number of member objects, it allows for the easy scalability of the system to accommodate as many participants as desired. Thus, the number of member objects may be expanded and reduced as necessary, without affecting the operation of the audio bridge. This high degree of scalability greatly facilitates the handling of audio data mixing in the collaboration tool, requiring no special modifications for changing the number of calls that are party to a particular conference.
While the invention has been shown and described with reference to a preferred embodiment thereof, it will be recognized by those skilled in the art that various changes in form and detail may be made herein without departing from the spirit and scope of the invention as defined by the appended claims.