US20050237998A1 - Audio decoding apparatus and network telephone set - Google Patents

Audio decoding apparatus and network telephone set Download PDF

Info

Publication number
US20050237998A1
US20050237998A1 US10/768,187 US76818704A US2005237998A1 US 20050237998 A1 US20050237998 A1 US 20050237998A1 US 76818704 A US76818704 A US 76818704A US 2005237998 A1 US2005237998 A1 US 2005237998A1
Authority
US
United States
Prior art keywords
packet
received
order information
packets
outputted
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US10/768,187
Inventor
Kozo Okuda
Mika Kirimoto
Takashi Iida
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sanyo Electric Co Ltd
Original Assignee
Sanyo Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sanyo Electric Co Ltd filed Critical Sanyo Electric Co Ltd
Assigned to SANYO ELECTRIC CO. LTD. reassignment SANYO ELECTRIC CO. LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: IIDA, TAKASHI, KIRIMOTO, MIKA, OKUDA, KOZO
Publication of US20050237998A1 publication Critical patent/US20050237998A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/90Buffering arrangements
    • H04L49/9084Reactions to storage capacity overflow
    • H04L49/9089Reactions to storage capacity overflow replacing packets in a storage arrangement, e.g. pushout
    • H04L49/9094Arrangements for simultaneous transmit and receive, e.g. simultaneous reading/writing from/to the storage element
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/90Buffering arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/90Buffering arrangements
    • H04L49/9023Buffering arrangements for implementing a jitter-buffer
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/253Telephone sets using digital voice transmission
    • H04M1/2535Telephone sets using digital voice transmission adapted for voice communication over an Internet Protocol [IP] network

Definitions

  • the present invention relates to a network telephone set and an audio decoding apparatus that utilize VoIP of an Internet telephone set or the like.
  • VoIP Voice over Internet Protocol
  • IP network such as the Internet or the intranet
  • the Internet telephone compresses an audio and then, packetizes the compressed audio, to carry out telephone conversations via an IP network, unlike conventional telephone sets.
  • a variation may occur in the times when packets arrive in many cases depending on the conditions of the IP network. That is, intervals of the packets which arrive via the IP network may not be fixed in many cases.
  • coded data must be delivered to a decoder at predetermined intervals. Therefore, a jitter buffer 101 for absorbing the jitter is provided in the preceding stage of a decoder 102 , as shown in FIG. 1 .
  • the jitter buffer 101 comprises a plurality of buffer portions for respectively storing a plurality of packets.
  • the packets which have arrived are stored in the order of their packet numbers from the left in the buffer portions in the jitter buffer 101 in accordance with order information stored in the packets.
  • the packet stored in the buffer portion on the leftmost side is read out for each predetermined time period, and is delivered to the decoder 102 .
  • the decoder 102 decodes the packet (coded data) delivered from the jitter buffer 101 , and outputs the decoded packet.
  • the jitter buffer requires the function of rearranging the received packets which arrive in a rearranged state in the correct order in addition to a buffering function for outputting the received packets at predetermined intervals.
  • a circuit for simultaneously realizing the processing becomes significantly complicated in configuration.
  • the buffering function is efficient if it is realized in an FIFO (first in first out) form in which received packets can be outputted at predetermined intervals in the order in which they arrive. Accordingly, it is considered that an FIFO jitter buffer (FIFO memory) is used as the jitter buffer.
  • FIFO jitter buffer FIFO memory
  • the received packets which arrive in a rearranged state cannot be rearranged in the correct order in the FIFO jitter buffer.
  • An object of the present invention is to provide, in an audio decoding apparatus using as a jitter buffer an FIFO jitter buffer capable of efficiently realizing a buffering function, an audio decoding apparatus capable of rearranging received packets which arrive in a rearranged state in the order which is as correct as possible before the received packets are stored in the FIFO jitter buffer.
  • Another object of the present invention is to provide, in a network telephone set using as a jitter buffer an FIFO jitter buffer capable of efficiently realizing a buffering function, a network telephone set capable of rearranging received packets which arrive in a rearranged state in the order which is as correct as possible before the received packets are stored in the FIFO jitter buffer.
  • a first audio decoding apparatus is characterized by comprising packet order change control means, comprising packet rearranging storage means capable of storing one or a plurality of received packets, for outputting the packet which has been sent out in the earliest time from a transmission side, out of the packet received this time and the packets stored in the packet rearranging storage means, on the basis of order information related to the received packet and order information related to the packets stored in the packet rearranging storage means as well as storing in the packet rearranging storage means the packets excluding the outputted packet out of the received packet and the packets stored in the packet rearranging storage means; an FIFO jitter buffer for sequentially storing the packets outputted from the packet order change control means as well as outputting the stored packets in the order inputted; and decoding means for decoding the packet outputted from the FIFO jitter buffer.
  • An example of the packet order change control means is one comprising packet rearranging storage means capable of storing one or a plurality of received packets, means for specifying, on the basis of the order information related to the packet received this time and the order information related to the packets stored in the packet rearranging storage means, the packet sent out in the earliest time from the transmission side out of the packets, means for outputting, when the packet sent out in the earliest time is the packet received this time, the packet received this time, and means for outputting, when the packet sent out in the earliest time is the packet stored in the packet rearranging storage means, the packet sent out in the earliest time, as well as storing in the packet rearranging storage means the packet received this time and the packets excluding the outputted packet out of the packets stored in the packet rearranging storage means.
  • the packet order change control means may comprise a plurality of packet order change control means, the packet order change control means may be connected in series, and the packet outputted from the packet order change control means in the final stage may be stored in the FIFO jitter buffer.
  • a second audio decoding apparatus is characterized by comprising packet order change control means for controlling the order of received packets; an FIFO jitter buffer for sequentially storing the packets outputted from the packet order change control means as well as outputting the stored packets in the order inputted; and decoding means for decoding the packet outputted from the FIFO jitter buffer,
  • the packet order change control means comprising a plurality of packet rearranging storage means capable of storing a plurality of received packets, first means for outputting the packet first received after initialization processing as well as setting order information related to the outputted packet as order information related to the packet last outputted, second means for storing, when the second and subsequent packets are received after the initialization processing, the packet received this time in the packet rearranging storage means as well as selecting the packet which has been sent out in the earliest time from a transmission side, out of the packets stored in the packet rearranging storage means
  • a first network telephone set is characterized by comprising packet order change control means, comprising packet rearranging storage means capable of storing one or a plurality of received packets, for outputting the packet which has been sent out in the earliest time from a transmission side, out of the packet received this time and the packets stored in the packet rearranging storage means on the basis of order information related to the received packet and order information related to the packets stored in the packet rearranging storage means as well as storing in the packet rearranging storage means the packets excluding the outputted packet out of the received packet and the packets stored in the packet rearranging storage means; an FIFO jitter buffer for sequentially storing the packets outputted from the packet order change control means as well as outputting the stored packets in the order inputted; and decoding means for decoding the packet outputted from the FIFO jitter buffer.
  • An example of the packet order change control means is one comprising packet rearranging storage means capable of storing one or a plurality of received packets, means for specifying, on the basis of the order information related to the packet received this time and the order information related to the packets stored in the packet rearranging storage means, the packet sent out in the earliest time from the transmission side, out of the packets, means for outputting, when the packet sent out in the earliest time is the packet received this time, the packet received this time, and means for outputting, when the packet sent out in the earliest time is the packet stored in the packet rearranging storage means, the packet sent out in the earliest time, as well as storing in the packet rearranging storage means the packet received this time and the packets excluding the outputted packet out of the packets stored in the packet rearranging storage means.
  • the packet order change control means may comprise a plurality of packet order change control means, the packet order change control means may be connected in series, and the packet outputted from the packet order change control means in the final stage may be stored in the FIFO jitter buffer.
  • a second network telephone set is characterized by comprising packet order change control means for controlling the order of received packets; an FIFO jitter buffer for sequentially storing the packets outputted from the packet order change control means as well as outputting the stored packets in the order inputted; and decoding means for decoding the packet outputted from the FIFO jitter buffer,
  • the packet order change control means comprising a plurality of packet rearranging storage means capable of storing a plurality of received packets, first means for outputting the packet first received after initialization processing as well as setting order information related to the outputted packet as order information related to the packet last outputted, second means for storing, when the second and subsequent received packets are received after the initialization processing, the packet received this time in the packet rearranging storage means as well as selecting the packet which has been sent out in the earliest time from a transmission side, out of the packets stored in the packet rearranging storage means
  • FIG. 1 is a block diagram showing a conventional technique
  • FIG. 2 is a block diagram showing the configuration of an Internet telephone set
  • FIG. 3 is a block diagram showing a first example of the configuration of a DSP 3 and a microcomputer 4 ;
  • FIG. 4 is a block diagram showing a second example of the configuration of a DSP 3 and a microcomputer 4 ;
  • FIG. 5 is a block diagram showing a third example of the configuration of a DSP 3 and a microcomputer 4 ;
  • FIGS. 6 a to 6 f are diagrams for explaining the operation of a packet order change control unit 121 ;
  • FIG. 7 is a flow chart showing the procedure for initialization processing by the packet order change control unit 121 ;
  • FIG. 8 is a flow chart showing the procedure for packet order change processing by the packet order change control unit 121 ;
  • FIG. 9 is a block diagram showing an embodiment in which a packet order change control unit 121 comprises two packet rearranging buffers 120 a and 120 b;
  • FIGS. 10 a to 10 g are diagrams for explaining the operation of the packet order change control unit 121 in a case where there are provided two packet rearranging buffers;
  • FIG. 11 is a flow chart showing the procedure for packet order change processing by the packet order change control unit 121 in a case where there are provided two packet rearranging buffers;
  • FIG. 12 is a block diagram showing an embodiment in a case where two packet order change control units are connected in series;
  • FIGS. 13 a to 13 f are diagrams for explaining the operation of each of two packet order change control units 121 a and 121 b in a case where the packet order change control units are connected in series;
  • FIG. 14 is a flow chart showing the procedure for packet order change processing by the first packet order change control unit 121 a;
  • FIG. 15 is a flow chart showing the procedure for packet order change processing by the second packet order change control unit 121 b;
  • FIGS. 16 a to 16 f are diagrams for explaining another example of the operation of a packet order change control unit 121 ;
  • FIGS. 17 a to 17 g are diagrams for explaining another example of the operation of the packet order change control unit 121 .
  • FIG. 18 is a flow chart showing the procedure for packet order change processing explained in FIGS. 16 and 17 .
  • FIG. 2 illustrates the configuration of an Internet telephone set.
  • the Internet telephone set comprises an A/D (Analog-to-Digital) converter 1 , a D/A (Digital-to-Analog) converter 2 , a DSP (Digital Signal Processor) 3 , a microcomputer 4 , and a network controller 5 .
  • A/D Analog-to-Digital
  • D/A Digital-to-Analog
  • DSP Digital Signal Processor
  • An input audio signal is converted into a digital audio signal by the A/D converter 1 , and the digital audio signal is then fed to the DSP 3 .
  • the digital audio signal is compressed, and is then packetized.
  • An obtained packet is sent out to an IP (Internet Protocol) network through the network controller 5 .
  • IP Internet Protocol
  • the packet which has been sent via the IP network is inputted to the microcomputer 4 through the network controller 5 .
  • the packet is decoded.
  • a digital audio signal obtained by the decoding is converted into an analog audio signal by the D/A converter 2 , and the analog audio signal is outputted.
  • FIGS. 3, 4 , and 5 illustrate first, second, and third examples of the configuration of the DSP 3 and the microcomputer 4 .
  • the DSP 3 comprises a coder 111 , an FIFO jitter buffer (FIFO memory) 122 , and a decoder 123 .
  • the microcomputer 4 comprises an RTP (Real Time Transport Protocol) packetization unit 112 , a packet order change control unit 121 comprising a packet rearranging buffer (packet rearranging storage means) 120 , and so on.
  • RTP Real Time Transport Protocol
  • An input audio signal inputted to the DSP 3 from the A/D converter 1 (see FIG. 2 ) is fed to the coder 111 in the DSP 3 .
  • the coder 111 compresses the input audio signal.
  • Coded data obtained by the coder 111 is fed to the RTP packetization unit 112 in the microcomputer 4 .
  • the RTP packetization unit 112 packetizes the coded data, to generate an RTP packet.
  • the generated RTP packet is subjected to predetermined processing by the microcomputer 4 , and is then sent out to the IP network through the network controller 5 (see FIG. 2 ).
  • the received RTP packet which has been sent to the microcomputer 4 through the network controller 5 is subjected to predetermined processing by the microcomputer 4 , and is then sent to the packet order change control unit 121 in the microcomputer 4 .
  • the packet order change control unit 121 performs packet order change processing, described later, and then sends the received packet to the FIFO jitter buffer 122 in the DSP 3 .
  • the FIFO jitter buffer 122 in the DSP 3 holds the inputted received packet, and outputs the held received packets in the order inputted for each predetermined time interval.
  • the decoder 123 in the DSP 3 decodes the received packet sent from the FIFO jitter buffer 122 .
  • An audio signal outputted from the decoder 123 is outputted to the D/A converter 2 (see FIG. 2 ).
  • an RTP packetization unit 112 and a packet order change control unit 121 which are provided on the side of the microcomputer 4 in FIG. 3 , are provided on the side of the DSP 3 . Consequently, a coder 111 , the RTP packetization unit 112 , the packet order change control unit 121 comprising a packet rearranging buffer 120 , an FIFO jitter buffer (FIFO memory) 122 , and a decoder 123 are provided in the DSP 3 .
  • an FIFO jitter buffer (FIFO memory) 122 which is provided on the side of the DSP 3 in FIG. 3 , is provided on the side of the microcomputer 4 . That is, the DSP 3 comprises a coder 111 and a decoder 123 .
  • the microcomputer 4 comprises an RTP packetization unit 112 , a packet order change control unit 121 comprising a packet rearranging buffer 120 , the FIFO jitter buffer 122 , and so on.
  • the example of the configuration of the DSP 3 and the microcomputer 4 is not limited to those shown in FIGS. 3 to 5 .
  • another example of the configuration for example, an RTP packetization unit 112 is provided on the side of the DSP 3 in the example of the configuration shown in FIG. 3 ).
  • P 1 is taken as the received packet which has first arrived after initialization processing, described later.
  • the order information related to the received packet indicates the order in which coded data are packetized by the RTP packetization unit 112 and are then transmitted to the IP network, and is included in an RTP header.
  • the order information is represented by a 16-bit variable with no sign (“0” to “FFFF” in hexadecimal notation), and is returned to “0” after it reaches “FFFF”.
  • the packet order change control unit 121 stores the received packet P 1 in the packet rearranging buffer 120 .
  • FIG. 7 shows the procedure for initialization processing by the packet order change control unit 121 .
  • the initialization processing shown in FIG. 7 is performed in a case where it is judged that a telephone is connected so that a telephone conversation can be carried out and a case where telephone conversation processing is disrupted and reset.
  • FIG. 8 shows the procedure for packet order change processing by the packet order change control unit 121 .
  • the packet order change processing is performed every time the received packet is sent to the packet order change control unit 121 .
  • the order information N related to the received packet is acquired (step 11 ).
  • N indicates a 16-bit variable (a binary digit) with no sign.
  • signed short means 16 bits with a sign
  • unsigned short means 16 bits with no sign.
  • the left side of the foregoing expression (1) is operated in the following manner. 16-bit subtraction of 16-bit N with no sign and 16-bit SN with no sign, is first done. Specifically, binary addition of a complement to 216 of 16-bit SN with no sign, *SN, to 16-bit N with no sign, i.e., N+*SN, is done. When a carry from the most significant digit is produced as a result of the addition, it is ignored. In such a manner, the obtained 16-bit result of the addition is handled as a 16-bit binary digit with a sign. It is judged whether or not the 16-bit binary number with a sign which is the result of the operation of the left side of the foregoing expression (1) is positive.
  • the most significant digit of the 16-bit binary number with a sign which is the result of the operation of the left side of the foregoing expression (1) is one, so that it is judged that the binary number is not positive. That is, it is judged that the packet received this time is transmitted less recently than the received packet stored in the packet rearranging buffer 120 .
  • the packets which are transmitted at intervals of 2 15 or more cannot be rearranged to reach the receiving-side device, when unsigned short N which is the order information related to the packet received this time is smaller than unsigned short SN which is the order information related to the received packet stored in the packet rearranging buffer 120 , the most significant digit of the 16-bit binary number with a sign which is the result of the operation of the left side of the foregoing expression (1) is one, so that it is judged that the binary number is not positive with an exception, described later. That is, it is judged that the packet received this time is transmitted less recently than the received packet stored in the packet rearranging buffer 120 .
  • the most significant digit of the 16-bit binary number with a sign which is the result of the operation of the left side of the foregoing expression (1) is one, so that it is judged that the binary number is positive. That is, it is judged that the packet received this time is transmitted more recently than the received packet stored in the packet rearranging buffer 120 .
  • the packet received this time is transmitted more recently than the received packet stored in the packet rearranging buffer 120 . Therefore, the received packet stored in the packet rearranging buffer 120 is outputted to the FIFO jitter buffer 122 (step 17 ), and the packet received this time is stored in the packet rearranging buffer 120 (step 18 ). The value of the variable SN representing the order information related to the received packet stored in the packet rearranging buffer 120 is taken as the order information N acquired in the step 11 (step 19 ). The current packet order change processing is terminated.
  • the packets are rearranged only depending on which of the order information related to the packets is larger. Accordingly, all the packets transmitted from the transmission side to the receiving side are not necessarily rearranged in ascending order from the packet sent out in the earliest time.
  • the packets P 1 , P 2 , P 5 , P 4 , P 3 , and P 6 are received in this order, the packets P 1 , P 2 , P 4 , P 3 , P 5 , and P 6 are outputted in this order from the packet order change control unit 121 .
  • the packets can be rearranged such that they are arranged in the more correct order by increasing the number of packet rearranging buffers 120 , as described later, all the packets transmitted from the transmission side to the receiving side are not necessarily rearranged in ascending order from the packet sent out in the earliest time.
  • the packet transmitted from the transmission side can be inevitably received on the received side, so that a packet loss may, in some cases, occur.
  • a packet loss may, in some cases, occur.
  • the packets are rearranged only depending on which of the order information related to the packets is larger, thereby preventing processing from being delayed when a packet loss or the like occurs.
  • One of the two packet rearranging buffers is referred to as a first packet rearranging buffer 120 a
  • the other packet rearranging buffer is referred to as a second packet rearranging buffer 120 b.
  • P 1 is taken as the received packet which has first arrived after the above-mentioned initialization processing.
  • the packet order change control unit 121 stores the received packet P 1 in the first packet rearranging buffer 120 a.
  • the packet order change control unit 121 stores the received packet P 2 in the second packet rearranging buffer 120 b.
  • FIG. 11 shows the procedure for packet order change processing by the packet order change control unit 121 in a case where there are provided two packet rearranging buffers.
  • the initialization processing by the packet order change control unit 121 is the same as that shown in FIG. 7 .
  • the packet order change processing is performed every time the received packet is sent to the packet order change control unit 121 .
  • the order information N related to the received packet is acquired (step 31 ).
  • the packet received this time is a received packet which has first arrived after the initialization processing, and the packet received this time is stored in the first packet rearranging buffer 120 a (step 34 ).
  • the received packet stored in the first packet rearranging buffer 120 a is stored in the second packet rearranging buffer 120 b (step 40 ). Further, the packet received this time is stored in the first packet rearranging buffer 120 a (step 41 ).
  • the value of the variable SN 2 is taken as the value of the variable SN 1
  • the packet received this time is a received packet which has arrived third and later after the initialization processing, to judge whether or not (signed short) ((unsigned short)N ⁇ (unsigned short) SN 2 )>0 (step 44 ). If (signed short) ((unsigned short)N ⁇ (unsigned short) SN 2 )>0, the received packet stored in the first packet rearranging buffer 120 a is outputted to the FIFO jitter buffer 122 (step 45 ). Further, the received packet stored in the second packet rearranging buffer 120 b is stored in the first packet rearranging buffer 120 a (step 46 ), and the packet received this time is then stored in the second packet rearranging buffer 120 b (step 47 ).
  • the value of the variable SN 1 is taken as the value of the variable SN 2 , and the value of the variable SN 2 is taken as the order information N acquired in the step 31 (step 48 ).
  • the current packet order change processing is terminated.
  • step 49 it is judged whether or not (signed short)((unsigned short)N ⁇ (unsigned short)SN 1 )>0 (step 49 ). If (signed short) ((unsigned short)N ⁇ (unsigned short)SN 1 )>0, the received packet stored in the first packet rearranging buffer 120 a is outputted to the FIFO jitter buffer 122 (step 50 ). Further, the packet received this time is stored in the first packet rearranging buffer 120 a (step 51 ). The value of the variable SN 1 is taken as the order information N acquired in the step 31 (step 52 ). The current packet order change processing is terminated.
  • three or more packet rearranging buffers may be provided in one packet order change control unit.
  • FIG. 12 illustrates an example of the configuration of a DSP 3 and a microcomputer 4 .
  • the same units as those shown in FIG. 3 are assigned same reference numerals and hence, the description thereof is not repeated.
  • the DSP 3 comprises a coder 111 , an FIFO jitter buffer (FIFO memory) 122 , and a decoder 123 , similarly to the DSP 3 shown in FIG. 3 .
  • the microcomputer 4 comprises an RTP packetization unit 112 , and two packet order change control units 121 a and 121 b .
  • the two packet order change control units 121 a and 121 b are connected in series.
  • the packet order change control unit 121 a in the preceding stage is referred to as a first packet order change control unit 121 a
  • the packet order change control unit 121 b in the succeeding stage is referred to as a second packet order change control unit 121 b.
  • the first packet order change control unit 121 a comprises a first packet rearranging buffer 120 a .
  • the second packet order change control unit 121 b comprises a second packet rearranging buffer 120 b.
  • P 1 is taken as the received packet which has first arrived after the above-mentioned initialization processing.
  • the first packet order change control unit 121 a stores the received packet P 1 in the first packet rearranging buffer 120 a.
  • the second packet order change control unit 121 b stores, when it receives the received packet P 1 from the first packet order change control unit 121 a , the received packet P 1 in the second packet rearranging buffer 120 b because the packet P 1 is a received packet which has been first received after the initialization processing.
  • FIG. 14 shows the procedure for packet order change processing by the first packet order change control unit 121 a
  • FIG. 15 shows the procedure for packet order change processing by the second packet order change control unit 121 b.
  • Initialization processing by the first packet order change control unit 121 a and initialization processing by the second packet order change control unit 121 b are the same as the initialization processing shown in FIG. 7 .
  • a flag whose value is made zero by the initialization processing by the first packet order change control unit 121 a is taken as F 1
  • a flag whose value is made zero by the initialization processing by the second packet order change control unit 121 b is taken as F 2 .
  • the packet order change processing by the first packet order change control unit 121 a is performed every time the received packet is sent to the first packet order change control unit 121 a.
  • the order information N related to the received packet is acquired (step 111 ).
  • step 112 it is judged whether or not (signed short) ((unsigned short)N ⁇ (unsigned short) SN 1 )>0 (step 116 ). If (signed short)((unsigned short)N ⁇ (unsigned short)SN 1 )>0, the received packet stored in the first packet rearranging buffer 120 a is outputted to the second packet order change control unit 121 b (step 117 ), and the packet received this time is stored in the first packet rearranging buffer 120 a (step 118 ). The value of the variable SN 1 is taken as the order information N acquired in the step 111 (step 119 ). The current packet order change processing is terminated.
  • the packet received this time is outputted to the second packet order change control unit 121 b (step 120 ).
  • the current packet order change processing is terminated.
  • the packet order change processing by the second packet order change control unit 121 b is performed every time the received packet is sent to the second packet order change control unit 121 b from the first packet order change control unit 121 a.
  • the order information N related to the received packet is acquired (step 211 ).
  • step 212 it is judged whether or not (signed short) ((unsigned short)N ⁇ (unsigned short) SN 2 )>0 (step 216 ). If (signed short)((unsigned short)N ⁇ (unsigned short)SN 2 )>0, the received packet stored in the second packet rearranging buffer 120 b is outputted to the FIFO jitter buffer 122 (step 217 ), and the packet received this time is stored in the second packet rearranging buffer 120 b (step 218 ). The value of the variable SN 2 is taken as the order information N acquired in the step 211 (step 219 ). The current packet order change processing is terminated.
  • the packet order change control unit 121 comprises two packet rearranging buffers 120 a and 120 b , as shown in FIG. 16 .
  • P 1 is taken as the received packet which has first arrived after initialization processing, described later.
  • the order information related to the received packet indicates the order in which coded data are packetized by the RTP packetization unit 112 and is then transmitted to the IP network, and is included in an RTP header.
  • the order information is represented by a 16-bit variable with no sign (“0” to “FFFF” in hexadecimal notation), and is returned to “0” after it reaches “FFFF”.
  • the packet order change control unit 121 outputs the received packet P 1 to the FIFO jitter buffer 122 .
  • the number subsequent to LN means that it is a number which is one larger than LN in principle.
  • LN “FFFF”, however, the subsequent number is “0”.
  • the packet rearranging buffer 120 a which has stored the packet P 2 is set to an empty state.
  • the packet order change control unit 121 comprises three packet rearranging buffers 120 a , 120 b , and 120 c , as shown in FIG. 7 .
  • P 1 is taken as the received packet which has first arrived after initialization processing, described later.
  • the packet order change control unit 121 outputs the received packet PI to the FIFO jitter buffer 122 .
  • the packet rearranging buffer 120 a which has stored the packet P 2 is set to an empty state.
  • FIG. 18 shows the procedure for packet order change processing described in FIGS. 16 and 17 .
  • the packet order change processing is performed every time the received packet is sent to the packet order change control unit 121 .
  • the packet received this time is stored, out of a plurality of provided packet rearranging buffers 120 , the empty buffer (step 305 ).
  • the received packet which is transmitted least recently out of the received packets stored in the packet rearranging buffers 120 is selected (step 306 ), and it is judged whether or not the order information N related to the selected received packet is a number subsequent to the order information indicated by LN (step 307 ).
  • the received packet is outputted to the FIFO jitter buffer 122 (step 308 ).
  • the packet rearranging buffer 120 which has stored the outputted received packet is set to an empty state.
  • the order information N related to the received packet is set as the value of the variable LN representing the order information related to the received packet last outputted to the FIFO jitter buffer 122 (step 309 ).
  • step 310 it is judged whether or not all the packet rearranging buffers 120 are empty. In a case where all the packet rearranging buffers 120 are not empty (a case where the received packet is stored in at least one of the packet rearranging buffers 120 ), the procedure is returned to the step 306 .
  • step 311 it is judged whether or not the packet rearranging buffer 120 is full (whether or not the received packet is stored in all the packet rearranging buffers 120 ) (step 311 ).
  • the received packet selected in the step 306 is outputted to the FIFO jitter buffer 122 (step 308 ).
  • the order information N related to the received packet is set as the value of the variable LN representing the order information related to the received packet last outputted to the FIFO jitter buffer 122 (step 309 ).
  • the procedure proceeds to the step 310 .

Abstract

An audio decoding apparatus comprises packet order change control means, comprising packet rearranging storage means capable of storing one or a plurality of received packets, for outputting the packet which has been sent out in the earliest time from a transmission side, out of the packet received this time and the packets stored in the packet rearranging storage means, on the basis of order information related to the received packet and order information related to the packets stored in the packet rearranging storage means as well as storing in the packet rearranging storage means the packets excluding the outputted packet out of the received packet and the packets stored in the packet rearranging storage means; and an FIFO jitter buffer for sequentially storing the packets outputted from the packet order change control means as well as outputting the stored packets in the order inputted.

Description

    BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • The present invention relates to a network telephone set and an audio decoding apparatus that utilize VoIP of an Internet telephone set or the like.
  • 2. Description of the Background Art
  • For example, Internet telephone that carries out audio telephone conversations using the Internet has already been developed. The Internet telephone utilizes techniques called “VoIP”. VoIP (Voice over Internet Protocol) is a technique that makes it possible to carry out audio telephone conversations on an IP network such as the Internet or the intranet, that is, to transmit and receive audio data.
  • The Internet telephone compresses an audio and then, packetizes the compressed audio, to carry out telephone conversations via an IP network, unlike conventional telephone sets. In this type of telephone conversation device, a variation (jitter) may occur in the times when packets arrive in many cases depending on the conditions of the IP network. That is, intervals of the packets which arrive via the IP network may not be fixed in many cases. In order to continuously output a decoded audio on the side of the receiving of the packets, however, coded data must be delivered to a decoder at predetermined intervals. Therefore, a jitter buffer 101 for absorbing the jitter is provided in the preceding stage of a decoder 102, as shown in FIG. 1.
  • The jitter buffer 101 comprises a plurality of buffer portions for respectively storing a plurality of packets. The packets which have arrived are stored in the order of their packet numbers from the left in the buffer portions in the jitter buffer 101 in accordance with order information stored in the packets. The packet stored in the buffer portion on the leftmost side is read out for each predetermined time period, and is delivered to the decoder 102. When one of the packets is delivered to the decoder 102, the other packets in the jitter buffer 101 are shifted one at a time leftward. The decoder 102 decodes the packet (coded data) delivered from the jitter buffer 101, and outputs the decoded packet.
  • The jitter buffer requires the function of rearranging the received packets which arrive in a rearranged state in the correct order in addition to a buffering function for outputting the received packets at predetermined intervals. However, a circuit for simultaneously realizing the processing becomes significantly complicated in configuration.
  • The buffering function is efficient if it is realized in an FIFO (first in first out) form in which received packets can be outputted at predetermined intervals in the order in which they arrive. Accordingly, it is considered that an FIFO jitter buffer (FIFO memory) is used as the jitter buffer. When the FIFO jitter buffer is used as the jitter buffer, however, the received packets which arrive in a rearranged state cannot be rearranged in the correct order in the FIFO jitter buffer.
  • SUMMARY OF THE INVENTION
  • An object of the present invention is to provide, in an audio decoding apparatus using as a jitter buffer an FIFO jitter buffer capable of efficiently realizing a buffering function, an audio decoding apparatus capable of rearranging received packets which arrive in a rearranged state in the order which is as correct as possible before the received packets are stored in the FIFO jitter buffer.
  • Another object of the present invention is to provide, in a network telephone set using as a jitter buffer an FIFO jitter buffer capable of efficiently realizing a buffering function, a network telephone set capable of rearranging received packets which arrive in a rearranged state in the order which is as correct as possible before the received packets are stored in the FIFO jitter buffer.
  • In an audio decoding apparatus comprising an FIFO jitter buffer as a jitter buffer, a first audio decoding apparatus according to the present invention is characterized by comprising packet order change control means, comprising packet rearranging storage means capable of storing one or a plurality of received packets, for outputting the packet which has been sent out in the earliest time from a transmission side, out of the packet received this time and the packets stored in the packet rearranging storage means, on the basis of order information related to the received packet and order information related to the packets stored in the packet rearranging storage means as well as storing in the packet rearranging storage means the packets excluding the outputted packet out of the received packet and the packets stored in the packet rearranging storage means; an FIFO jitter buffer for sequentially storing the packets outputted from the packet order change control means as well as outputting the stored packets in the order inputted; and decoding means for decoding the packet outputted from the FIFO jitter buffer.
  • An example of the packet order change control means is one comprising packet rearranging storage means capable of storing one or a plurality of received packets, means for specifying, on the basis of the order information related to the packet received this time and the order information related to the packets stored in the packet rearranging storage means, the packet sent out in the earliest time from the transmission side out of the packets, means for outputting, when the packet sent out in the earliest time is the packet received this time, the packet received this time, and means for outputting, when the packet sent out in the earliest time is the packet stored in the packet rearranging storage means, the packet sent out in the earliest time, as well as storing in the packet rearranging storage means the packet received this time and the packets excluding the outputted packet out of the packets stored in the packet rearranging storage means.
  • The packet order change control means may comprise a plurality of packet order change control means, the packet order change control means may be connected in series, and the packet outputted from the packet order change control means in the final stage may be stored in the FIFO jitter buffer.
  • In an audio decoding apparatus comprising an FIFO jitter buffer as a jitter buffer, a second audio decoding apparatus according to the present invention is characterized by comprising packet order change control means for controlling the order of received packets; an FIFO jitter buffer for sequentially storing the packets outputted from the packet order change control means as well as outputting the stored packets in the order inputted; and decoding means for decoding the packet outputted from the FIFO jitter buffer, the packet order change control means comprising a plurality of packet rearranging storage means capable of storing a plurality of received packets, first means for outputting the packet first received after initialization processing as well as setting order information related to the outputted packet as order information related to the packet last outputted, second means for storing, when the second and subsequent packets are received after the initialization processing, the packet received this time in the packet rearranging storage means as well as selecting the packet which has been sent out in the earliest time from a transmission side, out of the packets stored in the packet rearranging storage means, third means for judging whether or not the order information related to the selected packet is a number subsequent to the order information related to the packet last outputted, fourth means for outputting, when the order information related to the packet selected by the third means is a number subsequent to the order information related to the packet last outputted, the packet, setting the order information related to the outputted packet as the order information related to the packet last outputted, and setting the packet rearranging storage means which has stored the packet to an empty state, fifth means for storing, when the order information related to the packet selected by the third means is not a number subsequent to the order information related to the packet last outputted, and the packet rearranging storage means is not full, the packet as it is in the packet rearranging storage means, and then waiting until the subsequent packet is received, sixth means for outputting, when the order information related to the packet selected by the third means is not a number subsequent to the order information related to the packet last outputted, and the packet rearranging storage means is full, the packet, setting the order information related to the outputted packet as the order information related to the packet last outputted, and setting the packet rearranging storage means which has stored the packet to an empty state, and seventh means for judging, when processing is performed by the fourth means or the sixth means, whether or not the packet rearranging storage means is empty, and waiting, when the packet rearranging storage means is empty, until the subsequent packet is received, while performing, when the packet rearranging storage means is not empty, processing of the second means and the subsequent means.
  • In network telephone set comprising an FIFO jitter buffer as a jitter buffer, a first network telephone set according to the present invention is characterized by comprising packet order change control means, comprising packet rearranging storage means capable of storing one or a plurality of received packets, for outputting the packet which has been sent out in the earliest time from a transmission side, out of the packet received this time and the packets stored in the packet rearranging storage means on the basis of order information related to the received packet and order information related to the packets stored in the packet rearranging storage means as well as storing in the packet rearranging storage means the packets excluding the outputted packet out of the received packet and the packets stored in the packet rearranging storage means; an FIFO jitter buffer for sequentially storing the packets outputted from the packet order change control means as well as outputting the stored packets in the order inputted; and decoding means for decoding the packet outputted from the FIFO jitter buffer.
  • An example of the packet order change control means is one comprising packet rearranging storage means capable of storing one or a plurality of received packets, means for specifying, on the basis of the order information related to the packet received this time and the order information related to the packets stored in the packet rearranging storage means, the packet sent out in the earliest time from the transmission side, out of the packets, means for outputting, when the packet sent out in the earliest time is the packet received this time, the packet received this time, and means for outputting, when the packet sent out in the earliest time is the packet stored in the packet rearranging storage means, the packet sent out in the earliest time, as well as storing in the packet rearranging storage means the packet received this time and the packets excluding the outputted packet out of the packets stored in the packet rearranging storage means.
  • The packet order change control means may comprise a plurality of packet order change control means, the packet order change control means may be connected in series, and the packet outputted from the packet order change control means in the final stage may be stored in the FIFO jitter buffer.
  • In a network telephone set comprising an FIFO jitter buffer as a jitter buffer, a second network telephone set according to the present invention is characterized by comprising packet order change control means for controlling the order of received packets; an FIFO jitter buffer for sequentially storing the packets outputted from the packet order change control means as well as outputting the stored packets in the order inputted; and decoding means for decoding the packet outputted from the FIFO jitter buffer, the packet order change control means comprising a plurality of packet rearranging storage means capable of storing a plurality of received packets, first means for outputting the packet first received after initialization processing as well as setting order information related to the outputted packet as order information related to the packet last outputted, second means for storing, when the second and subsequent received packets are received after the initialization processing, the packet received this time in the packet rearranging storage means as well as selecting the packet which has been sent out in the earliest time from a transmission side, out of the packets stored in the packet rearranging storage means, third means for judging whether or not the order information related to the selected packet is a number subsequent to the order information related to the packet last outputted, fourth means for outputting, when the order information related to the packet selected by the third means is a number subsequent to the order information related to the packet last outputted, the packet, setting the order information related to the outputted packet as the order information related to the packet last outputted, and setting the packet rearranging storage means which has stored the packet to an empty state, fifth means for storing, when the order information related to the packet selected by the third means is not a number subsequent to the order information related to the packet last outputted, and the packet rearranging storage means is not full, the packet as it is in the packet rearranging storage means, and then waiting until the subsequent packet is received, sixth means for outputting, when the order information related to the packet selected by the third means is not a number subsequent to the order information related to the packet last outputted, and the packet rearranging storage means is full, the packet, setting the order information related to the outputted packet as the order information related to the packet last outputted, and setting the packet rearranging storage means which has stored the packet to an empty state, and seventh means for judging, when processing is performed by the fourth means or the sixth means, whether or not the packet rearranging storage means is empty, and waiting, when the packet rearranging storage means is empty, until the subsequent packet is received, while performing, when the packet rearranging storage means is not empty, processing of the second means and the subsequent means.
  • The foregoing and other objects, features, aspects and advantages of the present invention will become more apparent from the following detailed description of the present invention when taken in conjunction with the accompanying drawings.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram showing a conventional technique;
  • FIG. 2 is a block diagram showing the configuration of an Internet telephone set;
  • FIG. 3 is a block diagram showing a first example of the configuration of a DSP 3 and a microcomputer 4;
  • FIG. 4 is a block diagram showing a second example of the configuration of a DSP 3 and a microcomputer 4;
  • FIG. 5 is a block diagram showing a third example of the configuration of a DSP 3 and a microcomputer 4;
  • FIGS. 6 a to 6 f are diagrams for explaining the operation of a packet order change control unit 121;
  • FIG. 7 is a flow chart showing the procedure for initialization processing by the packet order change control unit 121;
  • FIG. 8 is a flow chart showing the procedure for packet order change processing by the packet order change control unit 121;
  • FIG. 9 is a block diagram showing an embodiment in which a packet order change control unit 121 comprises two packet rearranging buffers 120 a and 120 b;
  • FIGS. 10 a to 10 g are diagrams for explaining the operation of the packet order change control unit 121 in a case where there are provided two packet rearranging buffers;
  • FIG. 11 is a flow chart showing the procedure for packet order change processing by the packet order change control unit 121 in a case where there are provided two packet rearranging buffers;
  • FIG. 12 is a block diagram showing an embodiment in a case where two packet order change control units are connected in series;
  • FIGS. 13 a to 13 f are diagrams for explaining the operation of each of two packet order change control units 121 a and 121 b in a case where the packet order change control units are connected in series;
  • FIG. 14 is a flow chart showing the procedure for packet order change processing by the first packet order change control unit 121 a;
  • FIG. 15 is a flow chart showing the procedure for packet order change processing by the second packet order change control unit 121 b;
  • FIGS. 16 a to 16 f are diagrams for explaining another example of the operation of a packet order change control unit 121;
  • FIGS. 17 a to 17 g are diagrams for explaining another example of the operation of the packet order change control unit 121; and
  • FIG. 18 is a flow chart showing the procedure for packet order change processing explained in FIGS. 16 and 17.
  • DESCRIPTION OF THE PREFERRED EMBODIMENT
  • Referring now to FIGS. 2 to 18, description is now made of an embodiment in a case where the present invention is applied to an Internet telephone.
  • [1] Description of Configuration of Internet Telephone Set
  • FIG. 2 illustrates the configuration of an Internet telephone set.
  • The Internet telephone set comprises an A/D (Analog-to-Digital) converter 1, a D/A (Digital-to-Analog) converter 2, a DSP (Digital Signal Processor) 3, a microcomputer 4, and a network controller 5.
  • An input audio signal is converted into a digital audio signal by the A/D converter 1, and the digital audio signal is then fed to the DSP 3. In the DSP 3, or the DSP 3 and the microcomputer 4, the digital audio signal is compressed, and is then packetized. An obtained packet is sent out to an IP (Internet Protocol) network through the network controller 5.
  • The packet which has been sent via the IP network is inputted to the microcomputer 4 through the network controller 5. In the microcomputer 4 and the DSP 3, or the DSP 3, the packet is decoded. A digital audio signal obtained by the decoding is converted into an analog audio signal by the D/A converter 2, and the analog audio signal is outputted.
  • FIGS. 3, 4, and 5 illustrate first, second, and third examples of the configuration of the DSP 3 and the microcomputer 4.
  • The first example of the configuration shown in FIG. 3 will be first described.
  • The DSP 3 comprises a coder 111, an FIFO jitter buffer (FIFO memory) 122, and a decoder 123. The microcomputer 4 comprises an RTP (Real Time Transport Protocol) packetization unit 112, a packet order change control unit 121 comprising a packet rearranging buffer (packet rearranging storage means) 120, and so on.
  • An input audio signal inputted to the DSP 3 from the A/D converter 1 (see FIG. 2) is fed to the coder 111 in the DSP 3. The coder 111 compresses the input audio signal. Coded data obtained by the coder 111 is fed to the RTP packetization unit 112 in the microcomputer 4. The RTP packetization unit 112 packetizes the coded data, to generate an RTP packet. The generated RTP packet is subjected to predetermined processing by the microcomputer 4, and is then sent out to the IP network through the network controller 5 (see FIG. 2).
  • The received RTP packet which has been sent to the microcomputer 4 through the network controller 5 is subjected to predetermined processing by the microcomputer 4, and is then sent to the packet order change control unit 121 in the microcomputer 4. The packet order change control unit 121 performs packet order change processing, described later, and then sends the received packet to the FIFO jitter buffer 122 in the DSP 3.
  • The FIFO jitter buffer 122 in the DSP 3 holds the inputted received packet, and outputs the held received packets in the order inputted for each predetermined time interval. The decoder 123 in the DSP 3 decodes the received packet sent from the FIFO jitter buffer 122. An audio signal outputted from the decoder 123 is outputted to the D/A converter 2 (see FIG. 2).
  • The second example of the configuration shown in FIG. 4 will be then described.
  • In the example of the configuration shown in FIG. 4, an RTP packetization unit 112 and a packet order change control unit 121, which are provided on the side of the microcomputer 4 in FIG. 3, are provided on the side of the DSP 3. Consequently, a coder 111, the RTP packetization unit 112, the packet order change control unit 121 comprising a packet rearranging buffer 120, an FIFO jitter buffer (FIFO memory) 122, and a decoder 123 are provided in the DSP 3.
  • The third example of the configuration shown in FIG. 5 will be then described.
  • In the example of the configuration shown in FIG. 5, an FIFO jitter buffer (FIFO memory) 122, which is provided on the side of the DSP 3 in FIG. 3, is provided on the side of the microcomputer 4. That is, the DSP 3 comprises a coder 111 and a decoder 123. The microcomputer 4 comprises an RTP packetization unit 112, a packet order change control unit 121 comprising a packet rearranging buffer 120, the FIFO jitter buffer 122, and so on. The example of the configuration of the DSP 3 and the microcomputer 4 is not limited to those shown in FIGS. 3 to 5. For example, another example of the configuration (for example, an RTP packetization unit 112 is provided on the side of the DSP 3 in the example of the configuration shown in FIG. 3).
  • [2] Description of Operation of Packet Order Change Control Unit 121
  • Referring to FIGS. 6 a to 6 f, description is made of the operation of the packet order change control unit 121. It is herein assumed that there is provided only one packet rearranging buffer 120.
  • In FIGS. 6 a to 6 f, Pi (i=1, 2, . . . , 6) represents a received packet, and i represents order information (a sequence number) related to the received packet. P1 is taken as the received packet which has first arrived after initialization processing, described later. The order information related to the received packet indicates the order in which coded data are packetized by the RTP packetization unit 112 and are then transmitted to the IP network, and is included in an RTP header. The order information is represented by a 16-bit variable with no sign (“0” to “FFFF” in hexadecimal notation), and is returned to “0” after it reaches “FFFF”.
  • As shown in FIG. 6 a, when the received packet P1 is first sent after initialization processing, the packet order change control unit 121 stores the received packet P1 in the packet rearranging buffer 120.
  • As shown in FIG. 6 b, when the received packet P2 is then sent, the packet order change control unit 121 compares the order information N (=2) related to the received packet P2 with the order information SN (=1) related to the received packet P1 stored in the packet rearranging buffer 120.
  • The packet P2 (the order information N (=2)) received this time is transmitted more recently than the received packet P1 (the order information SN (=1)) stored in the packet rearranging buffer 120. Therefore, the received packet P1 stored in the packet rearranging buffer 120 is outputted to the FIFO jitter buffer 122, and the packet P2 received this time is stored in the packet rearranging buffer 120.
  • As shown in FIG. 6 c, when the received packet P4 is then sent, the packet P4 (the order information N (=4)) received this time is transmitted more recently than the packet P2 (the order information SN (=2)) stored in the packet rearranging buffer 120. Therefore, the received packet P2 stored in the packet rearranging buffer 120 is outputted to the FIFO jitter buffer 122, and the packet P4 received this time is then stored in the packet rearranging buffer 120.
  • As shown in FIG. 6 d, when the received packet P3 is then sent, the packet P3 (the order information N (=3)) received this time is transmitted less recently than the packet P4 (the order information SN (=4)) stored in the packet rearranging buffer 120. Therefore, the packet P3 received this time is outputted to the FIFO jitter buffer 122 with the received packet P4 stored in the packet rearranging buffer 120. Consequently, the packets are rearranged.
  • As shown in FIG. 6 e, when the received packet P5 is then sent, the packet P5 (the order information N (=5)) received this time is transmitted more recently than the received packet P4 (the order information SN (=4)) stored in the packet rearranging buffer 120. Therefore, the received packet P4 stored in the packet rearranging buffer 120 is outputted to the FIFO jitter buffer 122, and the packet P5 received this time is then stored in the packet rearranging buffer 120.
  • As shown in FIG. 6 f, when the received packet P6 is then sent, the packet P6 (the order information N (=6)) received this time is transmitted more recently than the packet P5 (the order information SN (=5)) stored in the packet rearranging buffer 120. Therefore, the received packet P5 stored in the packet rearranging buffer 120 is outputted to the FIFO jitter buffer 122, and the packet P6 received this time is then stored in the packet rearranging buffer 120.
  • FIG. 7 shows the procedure for initialization processing by the packet order change control unit 121. The initialization processing shown in FIG. 7 is performed in a case where it is judged that a telephone is connected so that a telephone conversation can be carried out and a case where telephone conversation processing is disrupted and reset.
  • In a case where a telephone is connected so that a telephone conversation can be carried out or a case where telephone conversation processing is disrupted and reset, the packet rearranging buffer 120 is initialized (step 1). Thereafter, the value of a flag F storing the fact that initialization processing has just been performed is set to zero (F=0) (step 2). The current initialization processing is terminated.
  • FIG. 8 shows the procedure for packet order change processing by the packet order change control unit 121.
  • The packet order change processing is performed every time the received packet is sent to the packet order change control unit 121.
  • When the received packet is sent to the packet order change control unit 121, the order information N related to the received packet is acquired (step 11). N indicates a 16-bit variable (a binary digit) with no sign.
  • It is judged whether or not the value of the flag F is zero (step 12). If F=0, it is judged that the packet received this time is a received packet which has first arrived after the initialization processing, and the packet received this time is stored in the packet rearranging buffer 120 (step 13). The value of a variable SN representing the order information related to the received packet stored in the packet rearranging buffer 120 is taken as the order information N acquired in the step 11 (step 14). SN indicates a 16-bit variable (a binary digit) with no sign. Further, the value of the flag F is set to one (F=1) (step 15). The current packet order change processing is terminated.
  • If F=1 in the foregoing step 12, it is judged whether or not the packet received this time is transmitted more recently than the received packet stored in the packet rearranging buffer 120 on the basis of N and SN. Specifically, it is judged whether or not the following expression (1) is satisfied:
    (signed short) ((unsigned short)N−(unsigned short)SN)>0  (1)
  • In the foregoing expression (1), signed short means 16 bits with a sign, and unsigned short means 16 bits with no sign. The left side of the foregoing expression (1) is operated in the following manner. 16-bit subtraction of 16-bit N with no sign and 16-bit SN with no sign, is first done. Specifically, binary addition of a complement to 216 of 16-bit SN with no sign, *SN, to 16-bit N with no sign, i.e., N+*SN, is done. When a carry from the most significant digit is produced as a result of the addition, it is ignored. In such a manner, the obtained 16-bit result of the addition is handled as a 16-bit binary digit with a sign. It is judged whether or not the 16-bit binary number with a sign which is the result of the operation of the left side of the foregoing expression (1) is positive.
  • Description is made of the reason why such an operation is performed. Actually, even when packets are not received in accordance with the order of transmission, a case where the two packets which are transmitted at very long intervals are hardly rearranged to reach a receiving-side device. It is herein assumed that the packets which are transmitted at intervals of 215 or more cannot be rearranged to reach the receiving-side device.
  • On the premise that the packets which are transmitted at intervals of 215 or more cannot be rearranged to reach the receiving-side device, when unsigned short N which is the order information related to the packet received this time is larger than unsigned short SN which is the order information related to the received packet stored in the packet rearranging buffer 120, the most significant digit of the 16-bit binary number with a sign which is the result of the operation of the left side of the foregoing expression (1) is zero, so that it is judged that the binary number is positive with an exception, described later. That is, it is judged that the packet received this time is transmitted more recently than the received packet stored in the packet rearranging buffer 120.
  • The exception is caused by the fact that the order information related to the packet transmitted subsequently to the packet whose order information is “FFFF (hexadecimal notation)” is returned to “0 (hexadecimal notation)”. Using as a boundary a change point from “FFFF (hexadecimal notation)” to “0 (hexadecimal notation)”, when two packets in the vicinity of both sides of the boundary arrive in the order different from the order of transmission, unsigned short N which is the order information related to the packet received this time is a value close to “FFFF (hexadecimal notation)”, and unsigned short SN which is the order information related to the received packet stored in the packet rearranging buffer 120 is a value close to zero (hexadecimal notation)” (N>SN) and the difference therebetween is not less than 215. In such a case, the most significant digit of the 16-bit binary number with a sign which is the result of the operation of the left side of the foregoing expression (1) is one, so that it is judged that the binary number is not positive. That is, it is judged that the packet received this time is transmitted less recently than the received packet stored in the packet rearranging buffer 120.
  • On the premise that the packets which are transmitted at intervals of 215 or more cannot be rearranged to reach the receiving-side device, when unsigned short N which is the order information related to the packet received this time is smaller than unsigned short SN which is the order information related to the received packet stored in the packet rearranging buffer 120, the most significant digit of the 16-bit binary number with a sign which is the result of the operation of the left side of the foregoing expression (1) is one, so that it is judged that the binary number is not positive with an exception, described later. That is, it is judged that the packet received this time is transmitted less recently than the received packet stored in the packet rearranging buffer 120.
  • The exception is caused by the fact that the order information related to the packet transmitted subsequently to the packet whose order information is “FFFF (hexadecimal notation)” is returned to “0 (hexadecimal notation)”. Using as a boundary a change point from “FFFF (hexadecimal notation)” to “0 (hexadecimal notation)”, when two packets in the vicinity of both sides of the boundary arrive in accordance with the order of transmission, unsigned short N which is the order information related to the packet received this time is a value close to “0 (hexadecimal notation)”, and unsigned short SN which is the order information related to the received packet stored in the packet rearranging buffer 120 is a value close to “FFFF (hexadecimal notation)” (N<SN), and the difference therebetween is not less than 215. In such a case, the most significant digit of the 16-bit binary number with a sign which is the result of the operation of the left side of the foregoing expression (1) is one, so that it is judged that the binary number is positive. That is, it is judged that the packet received this time is transmitted more recently than the received packet stored in the packet rearranging buffer 120.
  • If (signed short) ((unsigned short)N−(unsigned short)SN)>0, the packet received this time is transmitted more recently than the received packet stored in the packet rearranging buffer 120. Therefore, the received packet stored in the packet rearranging buffer 120 is outputted to the FIFO jitter buffer 122 (step 17), and the packet received this time is stored in the packet rearranging buffer 120 (step 18). The value of the variable SN representing the order information related to the received packet stored in the packet rearranging buffer 120 is taken as the order information N acquired in the step 11 (step 19). The current packet order change processing is terminated.
  • In a case where it is judged in the foregoing step 16 that (signed short) ((unsigned short) N−(unsigned short) SN)<0, the packet received this time is transmitted less recently than the received packet stored in the packet rearranging buffer 120. Therefore, the packet received this times is outputted to the FIFO jitter buffer 122 (step 20). The current packet order change processing is terminated.
  • In the above-mentioned embodiment, the packets are rearranged only depending on which of the order information related to the packets is larger. Accordingly, all the packets transmitted from the transmission side to the receiving side are not necessarily rearranged in ascending order from the packet sent out in the earliest time. When only one packet rearranging buffer 120 is provided, the packets P1, P2, P5, P4, P3, and P6, for example, are received in this order, the packets P1, P2, P4, P3, P5, and P6 are outputted in this order from the packet order change control unit 121.
  • Although the packets can be rearranged such that they are arranged in the more correct order by increasing the number of packet rearranging buffers 120, as described later, all the packets transmitted from the transmission side to the receiving side are not necessarily rearranged in ascending order from the packet sent out in the earliest time.
  • Meanwhile, in actual communication, it is not ensured that the packet transmitted from the transmission side can be inevitably received on the received side, so that a packet loss may, in some cases, occur. When it is assumed that all the packets transmitted from the transmission side are rearranged in the order from the least recently transmitted packet to the most recently transmitted packet, therefore, processing is delayed when a packet loss or the like occurs, so that a telephone conversion cannot be carried out. In the present embodiment, therefore, the packets are rearranged only depending on which of the order information related to the packets is larger, thereby preventing processing from being delayed when a packet loss or the like occurs.
  • [3] Description of Operation of Packet Order Change Control Unit 121 in Case where a Plurality of Packet Rearranging Buffers are Provided
  • Description is herein made of the operation of the packet order change control unit 121 in a case where the packet order change control unit 121 comprises two packet rearranging buffers 120 a and 120 b, as shown in FIG. 9.
  • Referring to FIGS. 10 a to 10 g, description is made of the operation of the packet order change control unit 121 in a case where there are provided two packet rearranging buffers.
  • One of the two packet rearranging buffers is referred to as a first packet rearranging buffer 120 a, and the other packet rearranging buffer is referred to as a second packet rearranging buffer 120 b.
  • In FIGS. 10 a and 10 g, Pi (i=1, 2, . . . , 7) represents a received packet, and i represents order information related to the received packet. P1 is taken as the received packet which has first arrived after the above-mentioned initialization processing.
  • As shown in FIG. 10 a, when the received packet P1 is first sent after the initialization processing, the packet order change control unit 121 stores the received packet P1 in the first packet rearranging buffer 120 a.
  • As shown in FIG. 10 b, when the second received packet P2 is sent after the initialization processing, the packet order change control unit 121 stores the received packet P2 in the second packet rearranging buffer 120 b.
  • As shown in FIG. 10 c, when the received packet P5 is then sent, the order information N (=5) related to the packet P5 received this time and the order information SN2 (=2) related to the received packet P2 stored in the second packet rearranging buffer 120 b are compared with each other.
  • The packet. P5 (the order information N (=5)) received this time is transmitted more recently than the received packet P2 (the order information SN2 (=2)) stored in the second packet rearranging buffer 120 b. Therefore, the received packet P1 stored in the first packet rearranging buffer 120 a is outputted to the FIFO jitter buffer 122. Further, the received packet P2 stored in the second packet rearranging buffer 120 b is stored in the first packet rearranging buffer 120 a, and the packet P5 received this time is then stored in the second packet rearranging buffer 120 b.
  • As shown in FIG. 10 d, when the received packet P4 is then sent, the order information N (=4) related to the packet P4 received this time and the order information SN2 (=5) related to the received packet P5 stored in the second packet rearranging buffer 120 b are compared with each other.
  • The packet P4 (the order information N (=4)) received this time is transmitted less recently than the received packet P5 (the order information SN2 (=5)) stored in the second packet rearranging buffer 120 b. Therefore, the received packet P5 is stored as it is in the second packet rearranging buffer 120 b.
  • The order information N (=4) related to the received packet P4 received this time and the order information SN1 (=2) related to the received packet P2 stored in the first packet rearranging buffer 120 a are compared with each other. The packet P4 (the order information N (=4)) received this time is transmitted more recently than the received packet P2 (the order information SN1 (=2)) stored in the first packet rearranging buffer 120 a. Therefore, the received packet P2 stored in the first packet rearranging buffer 120 a is outputted to the FIFO jitter buffer 122, and the packet P4 received this time is then stored in the first packet rearranging buffer 120 a.
  • As shown in FIG. 10 e, when the received packet P3 is then sent, the packet P3 (the order information N (=3)) received this time is transmitted less recently than the received packet P5 (the order information SN2 (=5)) stored in the second packet rearranging buffer 120 b. Therefore, the received packet P5 is stored as it is in the second packet rearranging buffer 120 b.
  • The packet P3 (the order information N (=3)) received this time is transmitted less recently than the received packet P4 (the order information SN1 (=4)) stored in the first packet rearranging buffer 120 a. Therefore, the received packet P4 is stored as it is in the first packet rearranging buffer 120 a, and the packet P3 received this time is outputted to the FIFO jitter buffer 122.
  • As shown in FIG. 10 f, when the received packet P6 is then sent, the packet P6 (the order information N (=6)) received this time is transmitted more recently than the received packet P5 (the order information SN2 (=5)) stored in the second packet rearranging buffer 120 b. Therefore, the received packet P4 stored in the first packet rearranging buffer 120 a is outputted to the FIFO jitter buffer 122. Further, the received packet P5 stored in the second packet rearranging buffer 120 b is stored in the first packet rearranging buffer 120 a, the packet P6 received this time is stored in the second packet rearranging buffer 120 b.
  • As shown in FIG. 10 g, when the received packet P7 is then sent, the packet P7 (the order information N (=7)) received this time is transmitted more recently than the received packet P6 (the order information SN2 (=6)) stored in the second packet rearranging buffer 120 b. Therefore, the received packet P5 stored in the first packet rearranging buffer 120 a is outputted to the FIFO jitter buffer 122. Further, the received packet P6 stored in the second packet rearranging buffer 120 b is stored in the first packet rearranging buffer 120 a, and the packet P7 received this time is then stored in the second packet rearranging buffer 120 b.
  • FIG. 11 shows the procedure for packet order change processing by the packet order change control unit 121 in a case where there are provided two packet rearranging buffers. The initialization processing by the packet order change control unit 121 is the same as that shown in FIG. 7.
  • The packet order change processing is performed every time the received packet is sent to the packet order change control unit 121.
  • When the received packet is sent to the packet order change control unit 121, the order information N related to the received packet is acquired (step 31).
  • It is judged whether or not the value of the flag F is two (step 32). Unless F=2, it is judged whether or not the value of the flag F is one (step 33). Unless F=1, F=0. Therefore, it is judged that the packet received this time is a received packet which has first arrived after the initialization processing, and the packet received this time is stored in the first packet rearranging buffer 120 a (step 34). The value of a variable SN1 representing the order information related to the received packet stored in the first packet rearranging buffer 120 a is taken as the order information N acquired in the step 31 (step 35). Further, the value of the flag F is set to one (F=1) (step 36). The current packet order change processing is terminated.
  • In a case where it is judged in the foregoing step 33 that F=1, it is judged that the packet received this time is a received packet which has arrived second after the initialization processing, to judge whether or not (signed short) ((unsigned short)N−(unsigned short) SN1)>0 (step 37). If (signed short) ((unsigned short)N−(unsigned short) SN1)>0, the packet received this time is stored in the second packet rearranging buffer 120 b (step 38). The value of a variable SN2 representing the order information related to the received packet stored in the second packet rearranging buffer 120 b is taken as the order information N acquired in the step 31 (step 39). Further, the value of the flag F is set to two (F=2) (step 43). The current packet order change processing is terminated.
  • In a case where it is judged in the foregoing step 37 that (signed short) ((unsigned short)N−(unsigned short)SN1)≦0, the received packet stored in the first packet rearranging buffer 120 a is stored in the second packet rearranging buffer 120 b (step 40). Further, the packet received this time is stored in the first packet rearranging buffer 120 a (step 41). The value of the variable SN2 is taken as the value of the variable SN1, and the value of the variable SN1 is taken as the order information N acquired in the step 31 (step 42). Further, the value of the flag F is set to two (F=2) (step 43). The current packet order change processing is terminated.
  • In a case where it is judged in the foregoing step 32 that F=2, it is judged that the packet received this time is a received packet which has arrived third and later after the initialization processing, to judge whether or not (signed short) ((unsigned short)N−(unsigned short) SN2)>0 (step 44). If (signed short) ((unsigned short)N−(unsigned short) SN2)>0, the received packet stored in the first packet rearranging buffer 120 a is outputted to the FIFO jitter buffer 122 (step 45). Further, the received packet stored in the second packet rearranging buffer 120 b is stored in the first packet rearranging buffer 120 a (step 46), and the packet received this time is then stored in the second packet rearranging buffer 120 b (step 47).
  • The value of the variable SN1 is taken as the value of the variable SN2, and the value of the variable SN2 is taken as the order information N acquired in the step 31 (step 48). The current packet order change processing is terminated.
  • In a case where it is judged in the foregoing step 44 that (signed short) ((unsigned short) N−(unsigned short) SN2)≦0, it is judged whether or not (signed short)((unsigned short)N−(unsigned short)SN1)>0 (step 49). If (signed short) ((unsigned short)N−(unsigned short)SN1)>0, the received packet stored in the first packet rearranging buffer 120 a is outputted to the FIFO jitter buffer 122 (step 50). Further, the packet received this time is stored in the first packet rearranging buffer 120 a (step 51). The value of the variable SN1 is taken as the order information N acquired in the step 31 (step 52). The current packet order change processing is terminated.
  • In a case where it is judged in the foregoing step 49 that (signed short) ((unsigned short)N−(unsigned short) SN1)≦0, the packet received this time is outputted to the FIFO jitter buffer 122 (step 53). The current packet order change processing is terminated.
  • Although in the example shown in FIG. 9, two packet rearranging buffers are provided in one packet order change control unit, three or more packet rearranging buffers may be provided in one packet order change control unit.
  • [4] Description of Embodiment in Case Where Plurality of Packet Order Change Control Units are Connected in Series
  • The configuration of an Internet telephone set is the same as that shown in FIG. 2. FIG. 12 illustrates an example of the configuration of a DSP 3 and a microcomputer 4. In FIG. 12, the same units as those shown in FIG. 3 are assigned same reference numerals and hence, the description thereof is not repeated.
  • The DSP 3 comprises a coder 111, an FIFO jitter buffer (FIFO memory) 122, and a decoder 123, similarly to the DSP 3 shown in FIG. 3.
  • The microcomputer 4 comprises an RTP packetization unit 112, and two packet order change control units 121 a and 121 b. The two packet order change control units 121 a and 121 b are connected in series. In this example, the packet order change control unit 121 a in the preceding stage is referred to as a first packet order change control unit 121 a, and the packet order change control unit 121 b in the succeeding stage is referred to as a second packet order change control unit 121 b.
  • The first packet order change control unit 121 a comprises a first packet rearranging buffer 120 a. The second packet order change control unit 121 b comprises a second packet rearranging buffer 120 b.
  • Referring to FIGS. 13 a to 13 f, description is made of the operation of each of the packet order change control units 121 a and 121 b.
  • In FIGS. 13 a to 13 f, Pi (i=1, 2, . . . , 6) represents a received packet, and i represents order information related to the received packet. P1 is taken as the received packet which has first arrived after the above-mentioned initialization processing.
  • As shown in FIG. 13 a, when the received packet P1 is first sent to the first packet order change control unit 121 a after the initialization processing, the first packet order change control unit 121 a stores the received packet P1 in the first packet rearranging buffer 120 a.
  • As shown in FIG. 13 b, when the received packet P2 is then sent to the first packet order change control unit 121 a, the first packet order change control unit 121 a compares the order information N (=2) related to the received packet P2 with the order information SN1 (=1) related to the received packet P1 stored in the first packet rearranging buffer 120 a.
  • The packet P2 (the order information N (=2)) received this time is transmitted more recently than the received packet P1 (the order information SN1 (=1)) stored in the first packet rearranging buffer 120 a. Therefore, the first packet order change control unit 121 a outputs the received packet P1 stored in the first packet rearranging buffer 120 a to the second packet order change control unit 121 b, and then stores the packet P2 received this time in the first packet rearranging buffer 120 a.
  • The second packet order change control unit 121 b stores, when it receives the received packet P1 from the first packet order change control unit 121 a, the received packet P1 in the second packet rearranging buffer 120 b because the packet P1 is a received packet which has been first received after the initialization processing.
  • As shown in FIG. 13 c, when the received packet P5 is then sent to the first packet order change control unit 121 a, the first packet order change control unit 121 a outputs the received packet P2 (the order information SN1 (=2)) stored in the first packet rearranging buffer 120 a to the second packet order change control unit 121 b, and then stores the packet P5 (the order information N (=5)) received this time in the first packet rearranging buffer 120 a because the packet P5 received this time is transmitted more recently than the packet P2 stored in the first packet rearranging buffer 120 a.
  • The second packet order change control unit 121 b compares, when it receives the received packet P2 from the first packet order change control unit 121 a, the order information N (=2) related to the received packet P2 with the order information SN2 (=1) related to the received packet P1 stored in the second packet rearranging buffer 120 b.
  • The second packet order change control unit 121 b outputs the received packet P1 (the order information SN2 (=1)) stored in the second packet rearranging buffer 120 b to the FIFO jitter buffer 122, and then stores the packet P2 (the order information N (=2)) received from the first packet order change control unit 121 a in the second packet rearranging buffer 120 b because the packet P2 received from the first packet order change control unit 121 a is transmitted more recently than the received packet P1 stored in the second packet rearranging buffer 120 b.
  • As shown in FIG. 13 d, when the received packet P4 is then sent to the first packet order change control unit 121 a, the first packet order change control unit 121 a outputs the packet P4 (the order information N (=4)) received this time to the second packet order change control unit 121 b with the received packet P5 (the order information SN1 (=5)) stored in the first packet rearranging buffer 120 a because the packet P4 received this time is transmitted less recently than the packet P5 stored in the first packet rearranging buffer 120 a.
  • The second packet order change control unit 121 b outputs, when it receives the received packet P4 from the first packet order change control unit 121 a, the received packet P2 (the order information SN2 (=2)) stored in the second packet rearranging buffer 120 b to the FIFO jitter buffer 122, and then stores the packet P4 (the order information N (=4)) received from the first packet order change control unit 121 a in the second packet rearranging buffer 120 b because the received packet P4 is transmitted more recently than the packet P2 stored in the second packet rearranging buffer 120 b.
  • As shown in FIG. 13 e, when the received packet P3 is then sent to the first packet order change control unit 121 a, the first packet order change control unit 121 a outputs the packet P3 (the order information N (=3)) received this time to the second packet order change control unit 121 b with the received packet P5 (the order information SN1 (=5)) stored in the first packet rearranging buffer 120 a because the packet P3 received this time is transmitted less recently than the packet P5 stored in the first packet rearranging buffer 120 a.
  • The second packet order change control unit 121 b outputs, when it receives the received packet P3 from the first packet order change control unit 121 a, the packet P3 (the order information N (=3)) received this time to the FIFO jitter buffer 122 with the received packet P4 (the order information SN2 (=4)) stored in the second packet rearranging buffer 120 b because the received packet P3 is transmitted less recently than the received packet P4 stored in the second packet rearranging buffer 120 b.
  • As shown in FIG. 13 f, when the received packet P6 is then sent to the first packet order change control unit 121 a, the first packet order change control unit 121 a outputs the received packet P5 (the order information SN1 (=5)) stored in the first packet rearranging buffer 120 a to the second packet order change control unit 121 b, and then stores the packet P6 (the order information N (=6)) received this time in the first packet rearranging buffer 120 a because the packet P6 received this time is transmitted more recently than the packet P5 stored in the first packet rearranging buffer 120 a.
  • The second packet order change control unit 121 b outputs, when it receives the packet P5 (the order information N (=5)) from the first packet order change control unit 121 a, the received packet P4 (the order information SN2 (=4)) stored in the second packet rearranging buffer 120 b to the FIFO jitter buffer 122, and then stores the packet P5 received from the first packet order change control unit 121 a in the second packet rearranging buffer 120 b because the received packet P5 is transmitted more recently than the received packet P4 stored in the second packet rearranging buffer 120 b.
  • FIG. 14 shows the procedure for packet order change processing by the first packet order change control unit 121 a, and FIG. 15 shows the procedure for packet order change processing by the second packet order change control unit 121 b.
  • Initialization processing by the first packet order change control unit 121 a and initialization processing by the second packet order change control unit 121 b are the same as the initialization processing shown in FIG. 7. In the following description, a flag whose value is made zero by the initialization processing by the first packet order change control unit 121 a is taken as F1, and a flag whose value is made zero by the initialization processing by the second packet order change control unit 121 b is taken as F2.
  • Referring to FIG. 14, description is made of the packet order change processing by the first packet order change control unit 121 a.
  • The packet order change processing by the first packet order change control unit 121 a is performed every time the received packet is sent to the first packet order change control unit 121 a.
  • When the received packet is sent to the first packet order change control unit 121 a, the order information N related to the received packet is acquired (step 111).
  • It is judged whether or not the value of the flag F1 is zero (step 112). If F1=0, it is judged that the packet received this time is a received packet which has first arrived after the initialization processing, and the packet received this time is stored in the first packet rearranging buffer 120 a (step 113). The value of the variable SN1 representing the order information related to the received packet stored in the first packet rearranging buffer 120 a is taken as the order information N acquired in the step 111 (step 114). Further, the value of the flag F is set to one (F=1) (step 115). The current packet order change processing is terminated.
  • If F1=1 in the foregoing step 112, it is judged whether or not (signed short) ((unsigned short)N−(unsigned short) SN1)>0 (step 116). If (signed short)((unsigned short)N−(unsigned short)SN1)>0, the received packet stored in the first packet rearranging buffer 120 a is outputted to the second packet order change control unit 121 b (step 117), and the packet received this time is stored in the first packet rearranging buffer 120 a (step 118). The value of the variable SN1 is taken as the order information N acquired in the step 111 (step 119). The current packet order change processing is terminated.
  • In a case where it is judged in the foregoing step 116 that (signed short)((unsigned short)N−(unsigned short) SN1)<0, the packet received this time is outputted to the second packet order change control unit 121 b (step 120). The current packet order change processing is terminated.
  • Referring to FIG. 15, description is made of packet order change processing by the second packet order change control unit 121 b.
  • The packet order change processing by the second packet order change control unit 121 b is performed every time the received packet is sent to the second packet order change control unit 121 b from the first packet order change control unit 121 a.
  • When the received packet is sent to the second packet order change control unit 121 b from the first packet order change control unit 121 a, the order information N related to the received packet is acquired (step 211).
  • It is judged whether or not the value of the flag F2 is zero (step 212). If F2=0, it is judged that the packet received this time is a received packet which has first arrived after the initialization processing, and the packet received this time is stored in the second packet rearranging buffer 120 b (step 213). The value of the variable SN2 representing the order information related to the received packet stored in the second packet rearranging buffer 120 b is taken as the order information N acquired in the step 211 (step 214). Further, the value of the flag F is set to one (F2=1) (step 215). The current packet order change processing is terminated.
  • If F2=1 in the foregoing step 212, it is judged whether or not (signed short) ((unsigned short)N−(unsigned short) SN2)>0 (step 216). If (signed short)((unsigned short)N−(unsigned short)SN2)>0, the received packet stored in the second packet rearranging buffer 120 b is outputted to the FIFO jitter buffer 122 (step 217), and the packet received this time is stored in the second packet rearranging buffer 120 b (step 218). The value of the variable SN2 is taken as the order information N acquired in the step 211 (step 219). The current packet order change processing is terminated.
  • In a case where it is judged in the foregoing step 216 that (signed short) ((unsigned short)N−(unsigned short)SN2)≦0, the packet received this time is outputted to the FIFO jitter buffer 122 (step 220). The current packet order change processing is terminated.
  • Although in the example shown in FIG. 12, two packet order change control units are connected in series, three or more packet order change control units may be connected in series.
  • [5] Description of Another Example of Operation of Packet Order Change Control Unit 121
  • Description is now made of another example of the operation of the packet order change control unit 121.
  • [5-1] Description of Operation of Packet Order Change Control Unit 121 in Case where Two Packet Rearranging Buffers 120 are Provided
  • Referring to FIGS. 16 a to 16 f, description is made of the operation of the packet order change control unit 121. It is herein assumed that the packet order change control unit 121 comprises two packet rearranging buffers 120 a and 120 b, as shown in FIG. 16.
  • In FIGS. 16 a to 16 f, Pi (i=1, 2, . . . , 6) represents a received packet, and i represents order information (a sequence number) related to the received packet. P1 is taken as the received packet which has first arrived after initialization processing, described later. The order information related to the received packet indicates the order in which coded data are packetized by the RTP packetization unit 112 and is then transmitted to the IP network, and is included in an RTP header. The order information is represented by a 16-bit variable with no sign (“0” to “FFFF” in hexadecimal notation), and is returned to “0” after it reaches “FFFF”.
  • As shown in FIG. 16 a, when the received packet (P1 in this example) is first sent after the initialization processing, the packet order change control unit 121 outputs the received packet P1 to the FIFO jitter buffer 122. The order information N (=1) related to the received packet P1 is set as the order information LN related to the packet last outputted to the FIFO jitter buffer 122. That is, LN=1.
  • As shown in FIG. 16 b, when the received packet P2 is then sent, the received packet P2 is stored in the first packet rearranging buffer 120 a. It is judged whether or not the order information N (=2) related to the received packet (P2 in this example) which is transmitted least recently out of the packets in the packet rearranging buffers 120 a and 120 b is a number subsequent to the order information “1” indicated by LN.
  • The number subsequent to LN means that it is a number which is one larger than LN in principle. When LN=“FFFF”, however, the subsequent number is “0”.
  • The order information N (=2) related to the received packet P2 which is transmitted least recently out of the packets in the packet rearranging buffers 120 a and 120 b is a number subsequent to the order information “1” indicated by LN. Therefore, the received packet P2 is outputted to the FIFO jitter buffer 122. When the packet P2 stored in the packet rearranging buffer 120 a is thus outputted to the FIFO jitter buffer 122, the packet rearranging buffer 120 a which has stored the packet P2 is set to an empty state. The order information N (=2) related to the received packet P2 is set as the order information LN related to the packet last outputted to the FIFO jitter buffer 122. That is, LN=2.
  • As shown in FIG. 16 c, when the received packet P4 is then sent, the received packet P4 is stored in the first packet rearranging buffer 120 a. It is judged whether or not the order information N (=4) related to the received packet (P4 in this example) which is transmitted least recently out of the packets in the packet rearranging buffers 120 a and 120 b is a number subsequent to the order information “2” indicated by LN.
  • The order information N (=4) related to the received packet P4 which is transmitted least recently out of the packets in the packet rearranging buffers 120 a and 120 b is not a number subsequent to the order information “2” indicated by LN. Therefore, the received packet P4 remains stored in the first packet rearranging buffer 120 a.
  • As shown in FIG. 16 d, when the received packet P3 is then sent, the received packet P3 is stored in the second packet rearranging buffer 120 b. It is judged whether or not the order information N (=3) related to the received packet (P3 in this example) which is transmitted least recently out of the packets in the packet rearranging buffers 120 a and 120 b is a number subsequent to the order information “2” indicated by LN.
  • The order information N (=3) related to the received packet P3 which is transmitted least recently out of the packets in the packet rearranging buffers 120 a and 120 b is a number subsequent to the order information “2” indicated by LN. Therefore, the received packet P3 is outputted to the FIFO jitter buffer 122. The order information N (=3) related to the received packet P3 is set as the order information LN related to the packet last outputted to the FIFO jitter buffer 122. That is, LN=3.
  • Since the received packet P4 is stored in the packet rearranging buffer 120 a, the order information N (=4) related to the received packet (P4 in this example) which is transmitted least recently out of the packets in the packet rearranging buffers 120 a and 120 b is a number subsequent to the order information “3” indicated by LN.
  • The order information N (=4) related to the received packet P4 which is transmitted least recently out of the packets in the packet rearranging buffers 120 a and 120 b is a number subsequent to the order information “3” indicated by LN. Therefore, the received packet P4 is outputted to the FIFO jitter buffer 122. The order information N (=4) related to the received packet P4 is set as the order information LN related to the packet last outputted to the FIFO jitter buffer 122. That is, LN=4.
  • As shown in FIG. 16 e, when the received packet P5 is then sent, the received packet P5 is stored in the first packet rearranging buffer 120 a. It is judged whether or not the order information N (=5) related to the received packet (P5 in this example) which is transmitted least recently but of the packets in the packet rearranging buffers 120 a and 120 b is a number subsequent to the order information “4” indicated by LN.
  • The order information N (=5) related to the received packet P5 which is transmitted least recently out of the packets in the packet rearranging buffers 120 a and 120 b is a number subsequent to the order information “4” indicated by LN. Therefore, the received packet P5 is outputted to the FIFO jitter buffer 122. The order information N (=5) related to the received packet P5 is set as the order information LN related to the packet last outputted to the FIFO jitter buffer 122. That is, LN=5.
  • As shown in FIG. 16 f, when the received packet P6 is then sent, the received packet P6 is stored in the first packet rearranging buffer 120 a. It is judged whether or not the order information N (=6) related to the received packet (P6 in this example) which is transmitted least recently out of the packets in the packet rearranging buffers 120 a and 120 b is a number subsequent to the order information “5” indicated by LN.
  • The order information N (=6) related to the received packet P6 which is transmitted least recently out of the packets in the packet rearranging buffers 120 a and 120 b is a number subsequent to the order information “5” indicated by LN. Therefore, the received packet P6 is outputted to the FIFO jitter buffer 122. The order information N (=6) related to the received packet P6 is set as the order information LN related to the packet last outputted to the FIFO jitter buffer 122. That is, LN=6.
  • [5-2] Description of Operation of Packet Order Change Control Unit 121 in Case where Three Packet Rearranging Buffers 120 are Provided
  • Referring to FIGS. 17 a to 17 g, description is made of the operation of the packet order change control unit 121. It is herein assumed that the packet order change control unit 121 comprises three packet rearranging buffers 120 a, 120 b, and 120 c, as shown in FIG. 7.
  • In FIGS. 17 a to 17 g, Pi (i=1, 2, . . . , 6) represents a received packet, and i represents order information (a sequence number) related to the received packet. P1 is taken as the received packet which has first arrived after initialization processing, described later.
  • As shown in FIG. 17 a, when the received packet (P1 in this example) is first sent after the initialization processing, the packet order change control unit 121 outputs the received packet PI to the FIFO jitter buffer 122. The order information N (=1) related to the received packet P1 is set as the order information LN related to the packet last outputted to the FIFO jitter buffer 122. That is, LN=1.
  • As shown in FIG. 17 b, when the received packet P2 is then sent, the received packet P2 is stored in the first packet rearranging buffer 120 a. It is judged whether or not the order information N (=2) related to the received packet (P2 in this example) which is transmitted least recently out of the packets in the packet rearranging buffers 120 a, 120 b, and 120 c is a number subsequent to the order information “1” indicated by LN.
  • The order information N (=2) related to the received packet P2 which is transmitted least recently out of the packets in the packet rearranging buffers 120 a, 120 b, and 120 c is a number subsequent to the order information “1” indicated by LN. Therefore, the received packet P2 is outputted to the FIFO jitter buffer 122. When the packet P2 stored in the packet rearranging buffer 120 a is thus outputted to the FIFO jitter buffer 122, the packet rearranging buffer 120 a which has stored the packet P2 is set to an empty state. The order information N (=2) related to the received packet P2 is set as the order information LN related to the packet last outputted to the FIFO jitter buffer 122. That is, LN=2.
  • As shown in FIG. 17 c, when the received packet P5 is then sent, the received packet P5 is stored in the first packet rearranging buffer 120 a. It is judged whether or not the order information N (=5) related to the received packet (P5 in this example) which is transmitted least recently out of the packets in the packet rearranging buffers 120 a, 120 b, and 120 c is a number subsequent to the order information “2” indicated by LN.
  • The order information N (=5) related to the received packet P5 which is transmitted least recently out of the packets in the packet rearranging buffers 120 a, 120 b, and 120 c is not a number subsequent to the order information “2” indicated by LN. Therefore, the received packet P5 remains stored in the first packet rearranging buffer 120 a.
  • As shown in FIG. 17 d, when the received packet P4 is then sent, the received packet P4 is stored in the second packet rearranging buffer 120 b. It is judged whether or not the order information N (=4) related to the received packet (P4 in this example) which is transmitted least recently out of the packets in the packet rearranging buffers 120 a, 120 b, and 120 c is a number subsequent to the order information “2” indicated by LN.
  • The order information N (=4) related to the received packet P4 which is transmitted least recently out of the packets in the packet rearranging buffers 120 a, 120 b, and 120 c is not a number subsequent to the order information “2” indicated by LN. Therefore, the received packet P4 remains stored in the second packet rearranging buffer 120 b.
  • As shown in FIG. 17 e, when the received packet P3 is then sent, the received packet P3 is stored in the third packet rearranging buffer 120 c. It is judged whether or not the order information N (=3) related to the received packet (P3 in this example) which is transmitted least recently out of the packets in the packet rearranging buffers 120 a, 120 b, and 120 c is a number subsequent to the order information “2” indicated by LN.
  • The order information N (=3) related to the received packet P3 which is transmitted least recently out of the packets in the packet rearranging buffers 120 a, 120 b, and 120 c is a number subsequent to the order information “2” indicated by LN. Therefore, the received packet P3 is outputted to the FIFO jitter buffer 122. The order information N (=3) related to the received packet P3 is set as the order information LN related to the packet last outputted to the FIFO jitter buffer 122. That is, LN=3.
  • Since the received packets P5 and P4 are respectively stored in the packet rearranging buffer 120 a and 120 b, the order information N (=4) related to the received packet (P4 in this example) which is transmitted least recently out of the packets in the packet rearranging buffers 120 a, 120 b, and 120 c is a number subsequent to the order information “3” indicated by LN.
  • The order information N (=4) related to the received packet P4 which is transmitted least recently out of the packets in the packet rearranging buffers 120 a, 120 b, and 120 c is a number subsequent to the order information “3” indicated by LN. Therefore, the received packet P4 is outputted to the FIFO jitter buffer 122. The order information N (=4) related to the received packet P4 is set as the order information LN related to the packet last outputted to the FIFO jitter buffer 122. That is, LN=4.
  • Since the received packet P5 is stored in the packet rearranging buffer 120 a, the order information N (=5) related to the received packet (P5 in this example) which is transmitted least recently out of the packets in the packet rearranging buffers 120 a, 120 b, and 120 c is a number subsequent to the order information “4” indicated by LN.
  • The order information N (=5) related to the received packet P5 which is transmitted least recently out of the packets in the packet rearranging buffers 120 a, 120 b, and 120 c is a number subsequent to the order information “4” indicated by LN. Therefore, the received packet P5 is outputted to the FIFO jitter buffer 122. The order information N (=5) related to the received packet P5 is set as the order information LN related to the packet last outputted to the FIFO jitter buffer 122. That is, LN=5.
  • As shown in FIG. 17 f, when the received packet P6 is then sent, the received packet P6 is stored in the first packet rearranging buffer 120 a. It is judged whether or not the order information N (=6) related to the received packet (P6 in this example) which is transmitted least recently out of the packets in the packet rearranging buffers 120 a, 120 b, and 120 c is a number subsequent to the order information “5” indicated by LN.
  • The order information N (=6) related to the received packet P6 which is transmitted least recently out of the packets in the packet rearranging buffers 120 a, 120 b, and 120 c is a number subsequent to the order information “5” indicated by LN. Therefore, the received packet P6 is outputted to the FIFO jitter buffer 122. The order information N (=6) related to the received packet P6 is set as the order information LN related to the packet last outputted to the FIFO jitter buffer 122. That is, LN=6.
  • As shown in FIG. 17 g, when the received packet P7 is then sent, the received packet P7 is stored in the first packet rearranging buffer 120 a. It is judged whether or not the order information N (=7) related to the received packet (P7 in this example) which is transmitted least recently out of the packets in the packet rearranging buffers 120 a, 120 b, and 120 c is a number subsequent to the order information “6” indicated by LN.
  • The order information N (=7) related to the received packet P7 which is transmitted least recently out of the packets in the packet rearranging buffers 120 a, 120 b, and 120 c is a number subsequent to the order information “6” indicated by LN. Therefore, the received packet P7 is outputted to the FIFO jitter buffer 122. The order information N (=7) related to the received packet P7 is set as the order information LN related to the packet last outputted to the FIFO jitter buffer 122. That is, LN=7.
  • [5-3] Description of Procedure for Processing of Packet Order Change Control Unit 121 Explained in FIGS. 16 and 17
  • FIG. 18 shows the procedure for packet order change processing described in FIGS. 16 and 17.
  • The packet order change processing is performed every time the received packet is sent to the packet order change control unit 121.
  • When the received packet is sent to the packet order change control unit 121, it is judged whether or not the value of the flag F is zero (step 301). If F=0, it is judged that the packet received this time is a received packet which has first arrived after the initialization processing, and the packet received this time is outputted to the FIFO jitter buffer 122 (step 302). The order information N related to the received packet is set as the value of the variable LN representing the order information related to the received packet last outputted to the FIFOjitter buffer 122 (step 303) Further, F=1 (step 304). The current packet order change processing is terminated.
  • If F=1 in the foregoing step 301, the packet received this time is stored, out of a plurality of provided packet rearranging buffers 120, the empty buffer (step 305).
  • The received packet which is transmitted least recently out of the received packets stored in the packet rearranging buffers 120 is selected (step 306), and it is judged whether or not the order information N related to the selected received packet is a number subsequent to the order information indicated by LN (step 307).
  • When the order information N related to the selected received packet is a number subsequent to the order information indicated by LN, the received packet is outputted to the FIFO jitter buffer 122 (step 308). In this case, the packet rearranging buffer 120 which has stored the outputted received packet is set to an empty state. The order information N related to the received packet is set as the value of the variable LN representing the order information related to the received packet last outputted to the FIFO jitter buffer 122 (step 309).
  • Thereafter, it is judged whether or not all the packet rearranging buffers 120 are empty (step 310). In a case where all the packet rearranging buffers 120 are not empty (a case where the received packet is stored in at least one of the packet rearranging buffers 120), the procedure is returned to the step 306.
  • In a case where it is judged in the foregoing step 310 that all the packet rearranging buffers 120 are empty, the current packet order change processing is terminated.
  • In a case where it is judged in the foregoing step 307 that the order information N related to the received packet selected in the step 306 is not a number subsequent to the order information indicated by LN, it is judged whether or not the packet rearranging buffer 120 is full (whether or not the received packet is stored in all the packet rearranging buffers 120) (step 311).
  • When the packet rearranging buffer 120 is full, the received packet selected in the step 306 is outputted to the FIFO jitter buffer 122 (step 308). The order information N related to the received packet is set as the value of the variable LN representing the order information related to the received packet last outputted to the FIFO jitter buffer 122 (step 309). The procedure proceeds to the step 310.
  • In a case where it is judged in the foregoing step 311 that all the packet rearranging buffers 120 are not full, that is, a case where at least one of the packet rearranging buffers 120 is empty, the current packet order change processing is terminated.
  • Although the present invention has been described and illustrated in detail, it is clearly understood that the same is by way of illustration and example only and is not to be taken by way of limitation, the spirit and scope of the present invention being limited only by the terms of the appended claims.

Claims (10)

1. In an audio decoding apparatus comprising an FIFO jitter buffer as a jitter buffer,
an audio decoding apparatus comprising:
packet order change control means, comprising packet rearranging storage means capable of storing one or a plurality of received packets, for outputting the packet which has been sent out in the earliest time from a transmission side, out of the packet received this time and the packets stored in the packet rearranging storage means, on the basis of order information related to the received packet and order information related to the packets stored in the packet rearranging storage means as well as storing in the packet rearranging storage means the packets excluding the outputted packet out of the received packet and the packets stored in the packet rearranging storage means;
an FIFO jitter buffer for sequentially storing the packets outputted from the packet order change control means as well as outputting the stored packets in the order inputted; and
decoding means for decoding the packet outputted from the FIFO jitter buffer.
2. The audio decoding apparatus according to claim 1, wherein
the packet order change control means comprises
packet rearranging storage means capable of storing one or a plurality of received packets,
means for specifying, on the basis of the order information related to the packet received this time and the order information related to the packets stored in the packet rearranging storage means, the packet sent out in the earliest time from the transmission side, out of the packets,
means for outputting, when the packet sent out in the earliest time is the packet received this time, the packet received this time, and
means for outputting, when the packet sent out in the earliest time is the packet stored in the packet rearranging storage means, the packet sent out in the earliest time, as well as storing in the packet rearranging storage means the packet received this time and the packets excluding the outputted packet out of the packets stored in the packet rearranging storage means.
3. The audio decoding apparatus according to claim 1, wherein
the packet order change control means comprises a plurality of packet order change control means,
the packet order change control means are connected in series, and
the packet outputted from the packet order change control means in the final stage is stored in the FIFO jitter buffer.
4. The audio decoding apparatus according to claim 2, wherein
the packet order change control means comprises a plurality of packet order change control means,
the packet order change control means are connected in series, and
the packet outputted from the packet order change control means in the final stage is stored in the FIFO jitter buffer.
5. In an audio decoding apparatus comprising an FIFO jitter buffer as a jitter buffer,
an audio decoding apparatus comprising:
packet order change control means for controlling the order of received packets;
an FIFO jitter buffer for sequentially storing the packets outputted from the packet order change control means as well as outputting the stored packets in the order inputted; and
decoding means for decoding the packet outputted from the FIFO jitter buffer,
the packet order change control means comprising
a plurality of packet rearranging storage means capable of storing a plurality of received packets,
first means for outputting the packet first received after initialization processing as well as setting order information related to the outputted packet as order information related to the packet last outputted,
second means for storing, when the second and subsequent packets are received after the initialization processing, the packet received this time in the packet rearranging storage means as well as selecting the packet which has been sent out in the earliest time from a transmission side, out of the packets stored in the packet rearranging storage means,
third means for judging whether or not the order information related to the selected packet is a number subsequent to the order information related to the packet last outputted,
fourth means for outputting, when the order information related to the packet selected by the third means is a number subsequent to the order information related to the packet last outputted, the packet, setting the order information related to the outputted packet as the order information related to the packet last outputted, and setting the packet rearranging storage means which has stored the packet to an empty state,
fifth means for storing, when the order information related to the packet selected by the third means is not a number subsequent to the order information related to the packet last outputted, and the packet rearranging storage means is not full, the packet as it is in the packet rearranging storage means, and then waiting until the subsequent packet is received,
sixth means for outputting, when the order information related to the packet selected by the third means is not a number subsequent to the order information related to the packet last outputted, and the packet rearranging storage means is full, the packet, setting the order information related to the outputted packet as the order information related to the packet last outputted, and setting the packet rearranging storage means which has stored the packet to an empty state, and
seventh means for judging, when processing is performed by the fourth means or the sixth means, whether or not the packet rearranging storage means is empty, and waiting, when the packet rearranging storage means is empty, until the subsequent packet is received, while performing, when the packet rearranging storage means is not empty, processing of the second means and the subsequent means.
6. In a network telephone set comprising an FIFO jitter buffer as a jitter buffer,
a network telephone set comprising:
packet order change control means, comprising packet rearranging storage means capable of storing one or a plurality of received packets, for outputting the packet which has been sent out in the earliest time from a transmission side, out of the packet received this time and the packets stored in the packet rearranging storage means, on the basis of order information related to the received packet and order information related to the packets stored in the packet rearranging storage means as well as storing in the packet rearranging storage means the packets excluding the outputted packet out of the received packet and the packets stored in the packet rearranging storage means;
an FIFO jitter buffer for sequentially storing the packets outputted from the packet order change control means as well as outputting the stored packets in the order inputted; and
decoding means for decoding the packet outputted from the FIFO jitter buffer.
7. The network telephone set according to claim 6, wherein
the packet order change control means comprises
packet rearranging storage means capable of storing one or a plurality of received packets,
means for specifying, on the basis of the order information related to the packet received this time and the order information related to the packets stored in the packet rearranging storage means, the packet sent out in the earliest time from the transmission side, out of the packets,
means for outputting, when the packet sent out in the earliest time is the packet received this time, the packet received this time, and
means for outputting, when the packet sent out in the earliest time is the packet stored in the packet rearranging storage means, the packet sent out in the earliest time, as well as storing in the packet rearranging storage means the packet received this time and the packets excluding the outputted packet out of the packets stored in the packet rearranging storage means.
8. The network telephone set according to claim 6, wherein
the packet order change control means comprises a plurality of packet order change control means,
the packet order change control means are connected in series, and
the packet outputted from the packet order change control means in the final stage is stored in the FIFO jitter buffer.
9. The network telephone set according to claim 7, wherein
the packet order change control means comprises a plurality of packet order change control means,
the packet order change control means are connected in series, and
the packet outputted from the packet order change control means in the final stage is stored in the FIFO jitter buffer.
10. In a network telephone set comprising an FIFO jitter buffer as a jitter buffer,
a network telephone set comprising:
packet order change control means for controlling the order of received packets;
an FIFO jitter buffer for sequentially storing the packets outputted from the packet order change control means as well as outputting the stored packets in the order inputted; and
decoding means for decoding the packet outputted from the FIFO jitter buffer,
the packet order change control means comprising
a plurality of packet rearranging storage means capable of storing a plurality of received packets,
first means for outputting the packet first received after initialization processing as well as setting order information related to the outputted packet as order information related to the packet last outputted,
second means for storing, when the second and subsequent packets are received after the initialization processing, the packet received this time in the packet rearranging storage means as well as selecting the packet which has been sent out in the earliest time from a transmission side, out of the packets stored in the packet rearranging storage means,
third means for judging whether or not the order information related to the selected packet is a number subsequent to the order information related to the packet last outputted,
fourth means for outputting, when the order information related to the packet selected by the third means is a number subsequent to the order information related to the packet last outputted, the packet, setting the order information related to the outputted packet as the order information related to the packet last outputted, and setting the packet rearranging storage means which has stored the packet to an empty state,
fifth means for storing, when the order information related to the packet selected by the third means is not a number subsequent to the order information related to the packet last outputted, and the packet rearranging storage means is not full, the packet as it is in the packet rearranging storage means, and then waiting until the subsequent packet is received,
sixth means for outputting, when the order information related to the packet selected by the third means is not a number subsequent to the order information related to the packet last outputted, and the packet rearranging storage means is full, the packet, setting the order information related to the outputted packet as the order information related to the packet last outputted, and setting the packet rearranging storage means which has stored the packet to an empty state, and
seventh means for judging, when processing is performed by the fourth means or the sixth means, whether or not the packet rearranging storage means is empty, and waiting, when the packet rearranging storage means is empty, until the subsequent packet is received, while performing, when the packet rearranging storage means is not empty, processing of the second means and the subsequent means.
US10/768,187 2003-02-03 2004-02-02 Audio decoding apparatus and network telephone set Abandoned US20050237998A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2003026409 2003-02-03
JP2003-026409 2003-02-03

Publications (1)

Publication Number Publication Date
US20050237998A1 true US20050237998A1 (en) 2005-10-27

Family

ID=35136334

Family Applications (1)

Application Number Title Priority Date Filing Date
US10/768,187 Abandoned US20050237998A1 (en) 2003-02-03 2004-02-02 Audio decoding apparatus and network telephone set

Country Status (1)

Country Link
US (1) US20050237998A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2432995A (en) * 2005-12-01 2007-06-06 Samsung Electronics Co Ltd Processing packets in a voice and data integration system
US20090073971A1 (en) * 2007-09-19 2009-03-19 Pouya Taaghol Per-packet quality of service support for encrypted ipsec tunnels
US7657537B1 (en) * 2005-04-29 2010-02-02 Netapp, Inc. System and method for specifying batch execution ordering of requests in a storage system cluster
US20220321483A1 (en) * 2021-03-30 2022-10-06 Cisco Technology, Inc. Real-time data transaction configuration of network devices

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5805589A (en) * 1993-03-04 1998-09-08 International Business Machines Corporation Central shared queue based time multiplexed packet switch with deadlock avoidance
US6219339B1 (en) * 1998-02-20 2001-04-17 Lucent Technologies Inc. Method and apparatus for selectively discarding packets
US6252876B1 (en) * 1996-12-23 2001-06-26 Nortel Networks Limited Management of data structures
US6377931B1 (en) * 1999-09-28 2002-04-23 Mindspeed Technologies Speech manipulation for continuous speech playback over a packet network
US6434145B1 (en) * 1998-06-22 2002-08-13 Applied Micro Circuits Corporation Processing of network data by parallel processing channels
US6690757B1 (en) * 2000-06-20 2004-02-10 Hewlett-Packard Development Company, L.P. High-speed interconnection adapter having automated lane de-skew
US6775245B1 (en) * 1998-10-27 2004-08-10 Seiko Epson Corporation Data transfer control device and electronic equipment
US7123607B2 (en) * 2000-11-27 2006-10-17 Oki Electric Industry Co., Ltd. Quality control device for voice packet communications

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5805589A (en) * 1993-03-04 1998-09-08 International Business Machines Corporation Central shared queue based time multiplexed packet switch with deadlock avoidance
US6252876B1 (en) * 1996-12-23 2001-06-26 Nortel Networks Limited Management of data structures
US6219339B1 (en) * 1998-02-20 2001-04-17 Lucent Technologies Inc. Method and apparatus for selectively discarding packets
US6434145B1 (en) * 1998-06-22 2002-08-13 Applied Micro Circuits Corporation Processing of network data by parallel processing channels
US6775245B1 (en) * 1998-10-27 2004-08-10 Seiko Epson Corporation Data transfer control device and electronic equipment
US6377931B1 (en) * 1999-09-28 2002-04-23 Mindspeed Technologies Speech manipulation for continuous speech playback over a packet network
US6690757B1 (en) * 2000-06-20 2004-02-10 Hewlett-Packard Development Company, L.P. High-speed interconnection adapter having automated lane de-skew
US7123607B2 (en) * 2000-11-27 2006-10-17 Oki Electric Industry Co., Ltd. Quality control device for voice packet communications

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7657537B1 (en) * 2005-04-29 2010-02-02 Netapp, Inc. System and method for specifying batch execution ordering of requests in a storage system cluster
US8762416B1 (en) 2005-04-29 2014-06-24 Netapp, Inc. System and method for specifying batch execution ordering of requests in a storage system cluster
GB2432995A (en) * 2005-12-01 2007-06-06 Samsung Electronics Co Ltd Processing packets in a voice and data integration system
US20070127466A1 (en) * 2005-12-01 2007-06-07 Min-Kyu Seon Apparatus and method for processing packet in voice and data integration system
GB2432995B (en) * 2005-12-01 2008-05-21 Samsung Electronics Co Ltd Apparatus and method for processing packet in voice and data integration system
US7881301B2 (en) * 2005-12-01 2011-02-01 Samsung Electronics Co., Ltd. Apparatus and method for processing packet in voice and data integration system
US20090073971A1 (en) * 2007-09-19 2009-03-19 Pouya Taaghol Per-packet quality of service support for encrypted ipsec tunnels
US20220321483A1 (en) * 2021-03-30 2022-10-06 Cisco Technology, Inc. Real-time data transaction configuration of network devices
US11924112B2 (en) * 2021-03-30 2024-03-05 Cisco Technology, Inc. Real-time data transaction configuration of network devices

Similar Documents

Publication Publication Date Title
US7653864B2 (en) Method and apparatus to perform error control
US7505912B2 (en) Network telephone set and audio decoding device
US20110149777A1 (en) Method and device for filtering media packets
US8306015B2 (en) Technique for identifying RTP based traffic in core routing switches
CN1620037A (en) Packet aggregation for real time service on packet data network
JPS62502093A (en) Error detection and concealment using predicted signal values
SE522261C2 (en) Encoding and decoding of a digital signal
US20070237180A1 (en) Method and apparatus for generating transport frame, and method and apparatus for processing transport frame
US7450593B2 (en) Clock difference compensation for a network
US20130077632A1 (en) Buffer controller correcting packet order for codec conversion
US6735195B1 (en) Apparatus and method of minimizing delay of transmissions over a network
US20020136205A1 (en) Packet data processing apparatus and packet data processing method
US20050237998A1 (en) Audio decoding apparatus and network telephone set
US20010012993A1 (en) Coding method facilitating the reproduction as sound of digitized speech signals transmitted to a user terminal during a telephone call set up by transmitting packets, and equipment implementing the method
JP2004282692A (en) Network telephone set and voice decoding apparatus
US6639915B1 (en) Method and apparatus for transmission of voice data in a network structure
US20070189286A1 (en) Method for depacketization of multimedia packet data
JP4572755B2 (en) Decoding device, decoding method, and digital audio communication system
JP2004260805A (en) Voice decoding apparatus and network telephone set
JP2007259374A (en) Network transmitter/receiver
JP2004153471A (en) Method for calculating checksum, method for recording checksum, and communication apparatus capable of utilizing the methods
US7139289B2 (en) Device and method for error and sync detection
US20040210939A1 (en) Apparatus for separating digital broadcasting signal from data transmitted through internet network and method thereof
KR20040100218A (en) High speed 8bit/10bit encoder/decoder by reduction of logic group
JP2006211331A (en) Data encoder, data decoder, and data encoding/decode system

Legal Events

Date Code Title Description
AS Assignment

Owner name: SANYO ELECTRIC CO. LTD., JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:OKUDA, KOZO;KIRIMOTO, MIKA;IIDA, TAKASHI;REEL/FRAME:015520/0359

Effective date: 20040616

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION