KR20060027129A - Apparatus for providing real time chatting service having a function of transmitting voice emoticon and method of the same - Google Patents

Apparatus for providing real time chatting service having a function of transmitting voice emoticon and method of the same Download PDF

Info

Publication number
KR20060027129A
KR20060027129A KR1020040075974A KR20040075974A KR20060027129A KR 20060027129 A KR20060027129 A KR 20060027129A KR 1020040075974 A KR1020040075974 A KR 1020040075974A KR 20040075974 A KR20040075974 A KR 20040075974A KR 20060027129 A KR20060027129 A KR 20060027129A
Authority
KR
South Korea
Prior art keywords
voice
image
data
file
image file
Prior art date
Application number
KR1020040075974A
Other languages
Korean (ko)
Inventor
유재흥
Original Assignee
주식회사 업스타트
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 주식회사 업스타트 filed Critical 주식회사 업스타트
Priority to KR1020040075974A priority Critical patent/KR20060027129A/en
Publication of KR20060027129A publication Critical patent/KR20060027129A/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/50Business processes related to the communications industry
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/07User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail characterised by the inclusion of specific contents
    • H04L51/08Annexed information, e.g. attachments

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Human Resources & Organizations (AREA)
  • Physics & Mathematics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • General Health & Medical Sciences (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치 및 방법이 개시된다. 채팅수행부는 유무선 통신망을 통해 연결되어 있는 대화 상대자의 단말기에 사용자가 입력한 메시지를 전송하고, 대화 상대자의 단말기로부터 수신된 패킷으로부터 추출한 메시지를 사용자에게 출력한다. 패킷검사부는 수신된 패킷 중에서 이미지 데이터가 존재하는 패킷을 검출한다. 이미지디코더는 통신부 또는 패킷검사부로부터 제공받은 이미지 파일을 디코딩하여 이미지를 출력한다. 보이스디코더는 이미지 데이터가 검출된 패킷으로부터 보이스 데이터를 추출하고, 추출된 보이스 데이터를 디코딩하여 음향을 출력한다. 본 발명에 따르면, 기존의 문자 이모티콘만을 이용하는 방식에 비해 대화 당사자의 감정을 보다 풍부하게 표현할 수 있고, 채팅의 일방 당사자가 희망하는 모든 형태의 음향을 채팅의 상대방에게 출력할 수 있다.Disclosed is a real-time chat service providing apparatus and method having a function of transmitting and receiving voice emoticons. The chat performing unit transmits a message input by the user to the terminal of the conversation partner connected through the wired / wireless communication network, and outputs a message extracted from the packet received from the terminal of the conversation partner to the user. The packet inspecting unit detects a packet in which image data exists among the received packets. The image decoder outputs an image by decoding the image file provided from the communication unit or the packet inspection unit. The voice decoder extracts voice data from a packet in which image data is detected, and decodes the extracted voice data to output sound. According to the present invention, it is possible to express the feelings of the conversation party more abundantly than the conventional method using only text emoticons, and output all types of sounds desired by one party of the chat to the other party of the chat.

Description

보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치 및 방법{Apparatus for providing real time chatting service having a function of transmitting voice emoticon and method of the same}Apparatus for providing real time chatting service having a function of transmitting voice emoticon and method of the same}

도 1은 본 발명에 따른 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치에 대한 일 실시예의 상세한 구성을 도시한 블록도,1 is a block diagram showing a detailed configuration of an embodiment of a real-time chat service providing apparatus having a transmission and reception function of a voice emoticon according to the present invention;

도 2a 및 도 2b는 각각 BMP 파일 및 PNG 파일로 작성된 본 발명에 따른 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치에 의해 송수신되는 보이스 이모티콘의 데이터구조를 도시한 도면,2A and 2B are diagrams showing a data structure of voice emoticons transmitted and received by a real-time chat service providing apparatus having a function of transmitting and receiving voice emoticons according to the present invention, which are written in a BMP file and a PNG file, respectively.

도 3은 본 발명에 따른 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공방법에서 메시지에 보이스 이모티콘을 삽입하는 과정을 도시한 흐름도, 그리고,3 is a flowchart illustrating a process of inserting a voice emoticon into a message in a method for providing a real-time chat service having a transmission / reception function of a voice emoticon according to the present invention;

도 4는 본 발명에 따른 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공방법에서 메시지에 실린 보이스 이모티콘을 재생하는 과정을 도시한 흐름도이다.4 is a flowchart illustrating a process of playing a voice emoticon included in a message in a method for providing a real-time chat service having a function of transmitting and receiving voice emoticons according to the present invention.

본 발명은 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치 및 방법에 관한 것으로, 보다 상세하게는, 메신저와 같은 실시간 채팅 서비스에서 대화참가자의 감정표현을 위한 저용량의 음성 파일형태의 보이스 이모티콘을 송수신할 수 있는 채팅 서비스 제공장치 및 방법에 관한 것이다. The present invention relates to an apparatus and method for providing a real-time chat service having a function of transmitting and receiving voice emoticons, and more particularly, to transmit and receive a voice emoticon in the form of a low volume voice file for expressing emotions of a conversation participant in a real-time chat service such as a messenger. The present invention relates to a chat service providing apparatus and method.

최근 저비용으로 인터넷을 포함하는 고속의 통신서비스를 이용할 수 있게 됨에 따라 상당수의 컴퓨터 사용자들이 유무선 통신망을 이용한 메일, 웹서핑, 채팅 등의 서비스를 이용하고 있다. 이중에서 채팅서비스 또는 메신저서비스는 실시간으로 통신망에 연결되어 있는 다수의 사용자와 대화할 수 있어 널리 이용되고 있다. Recently, as high-speed communication services including the Internet are available at a low cost, a large number of computer users use services such as mail, web surfing, and chatting using wired and wireless communication networks. Among them, a chat service or a messenger service is widely used because it can communicate with a plurality of users connected to a communication network in real time.

채팅서비스는 채팅서버에 접속한 다수의 사용자가 서버와 CGI(Common Gateway Interface) 등으로 구현된 대화 프로그램을 이용하여 다른 접속자와 텍스트를 주고 받음으로써 대화하는 서비스이다. 채팅서비스를 실행하기 위해 사용자는 대화방을 개설하거나 특정 사용자를 지정함으로써 대화할 상대방을 선택한다. 다음으로 사용자가 텍스트 입력창에 원하는 텍스트 메시지를 입력하면 그 텍스트가 선택된 대화 상대방의 컴퓨터 시스템으로 전송되어 메시지가 디스플레이된다. The chat service is a service in which a large number of users connected to the chat server exchange texts with other users using a chat program implemented with the server and the Common Gateway Interface (CGI). To execute a chat service, a user selects a party to chat with by opening a chat room or designating a specific user. Next, when the user inputs a desired text message in the text input window, the text is transmitted to the selected computer counterpart's computer system and the message is displayed.

한편, 메신저서비스는 발신자가 정한 텍스트, 이미지 등의 디지털 데이터를 메신저 서버를 경유하여 상대방의 컴퓨터 시스템으로 전송하는 서비스이다. 메신저서비스는 메신저 프로그램을 이용하여 수행되는 채팅서비스이다. 메신저 프로그램이란 항상 메신저 서버와 연결되어 타인과의 메시지 송수신 등의 한정된 서비스를 받을 수 있도록 하는 소프트웨어를 뜻하며, 메신저 화면은 바탕화면 또는 현재 작업중인 화면에 방해를 주지 않도록 작은 창으로 구성되며, 전체 화면의 일부분을 차지하고 있다. 메신저란 두 사용자가 적은 양의 문자 데이터를 실시간으로 전송할 수 있도록 해주는 소프트웨어를 말하는데, 수신자가 우편함을 수시로 확인해야 하는 전자우편 시스템과 대화할 사람들이 약속된 시간에 특정 서버로 동시에 접속해야 하는 채팅 사이의 중간적인 것으로 볼 수 있다. On the other hand, the messenger service is a service that transmits digital data such as text and images determined by the caller to the counterpart's computer system via the messenger server. The messenger service is a chat service performed by using a messenger program. The messenger program refers to software that is always connected to the messenger server to receive limited services such as sending and receiving messages with others. The messenger screen is composed of small windows so as not to disturb the desktop or the currently working screen. Occupies a part. Messenger is software that allows two users to send a small amount of text data in real time, between an e-mail system where recipients need to check their mailboxes from time to time, and chats where people need to connect to a specific server at the same time at a given time. It can be seen as intermediate.

상술한 채팅서비스 또는 메신저서비스는 대화참가자들이 작성한 텍스트 형태의 메시지의 전송을 중심으로 제공되므로, 대화참가자의 감정을 보다 간편하게 표현하기는 어렵다는 문제가 있다. 채팅서비스 또는 메신저서비스의 단점을 극복하기 위해 이전에는 감정표현을 위한 특수 문자 조합인 "이모티콘(emoticon)"이 주로 이용되었다. 이러한 문자 이모티콘은 텍스트 중심의 통신 때문에 발전하였으나, 문자 이모티콘은 나타낼 수 있는 감정의 상태가 한정되어 있고, 상대방이 이모티콘에 익숙치 않은 경우에는 감정표현이라는 이모티콘의 기능을 전혀 발휘할 수 없었다. Since the above-described chat service or messenger service is provided based on the transmission of a message in a text form prepared by the conversation participants, it is difficult to express the emotions of the conversation participants more easily. In order to overcome the shortcomings of chat service or messenger service, "emoticon", which is a special character combination for expressing emotions, was mainly used. These text emoticons have evolved due to text-oriented communication, but the text emoticons have a limited state of emotion that can be expressed, and when the other person is not familiar with the emoticons, the emoticons cannot exhibit the function of emoticons.

한편, 최근에는 문자 이모티콘 만으로는 자신의 감정을 표현하기 힘들다는 사용자의 지적에 따라 이미지 이모티콘이 이용되고 있다. 즉, 상대방에게 전달한 텍스트 기반의 메시지 또는 카드 등과 같은 이미지 데이터에 추가하여 적당한 이미지 이모티콘을 함께 전송함으로써 대화참가자는 자신의 감정을 적절하게 표현할 수 있다. 이러한 이미지 이모티콘이 사용되는 태양은 크게 두 가지로 구분된다. 우선, 채팅 서버, 메일서버, 메신저, 카드전송 서버 또는 프로그램이 보유하고 있는 다양한 이모티콘 이미지 중 하나를 선택하여 텍스트와 함께 상대방 또는 서비스 제공서버로 전송함으로써, 상대방의 컴퓨터 화면에 텍스트 메시지와 이모티콘 이미지를 함께 디스플레이하는 방식이 그 첫째 방식이다. 두 번째 방식에서는 텍스트로 입력 되는 메시지를 분석하여 해당 채팅 대상자의 감정을 분석한 후, 그에 맞는 이미지 이모티콘을 자동으로 추출하여 상대방에게 전송하는 형태이다. 이러한 두 번째 형태에 의하면, 간단하게는 입력되는 텍스트 중 감정을 나타내는 그림문자를 찾아내어 해당 그림문자를 그에 대응되어 있는 이미지로 변환하거나, 의성어, 의태어, 물음표와 같은 문장기호 등을 이용하여 감정을 인식하고 캐릭터의 표정, 동작 등을 제어하는 방식 등으로 구현될 수 있다. Recently, image emoticons have been used in accordance with the user's point that it is difficult to express one's emotion only with text emoticons. That is, by adding an appropriate image emoticon in addition to image data such as a text-based message or a card delivered to the other party, the conversation participant can appropriately express their feelings. The sun in which these image emoticons are used is largely divided into two. First, the user selects one of various emoticon images possessed by a chat server, a mail server, a messenger, a card transmission server, or a program and transmits the text message and the emoticon image to the counterpart's computer screen by sending the text along with the text to the counterpart or the service providing server. The first way is to display together. In the second method, a message inputted as text is analyzed to analyze the emotions of the corresponding chat subject, and then automatically extracts an image emoticon corresponding to the chat subject and transmits it to the counterpart. According to this second form, it simply finds a pictogram representing an emotion in the input text and converts the pictogram into an image corresponding to it, or uses a punctuation mark such as an onomatopoeia, a prototype, or a question mark. It may be implemented in a manner of recognizing and controlling the facial expression, motion, and the like of the character.

그러나 이와 같은 문자 또는 그림 이모티콘에 의해 대화참가자는 자신의 감정을 상대방에게 시각적으로 전달할 수는 있지만, 문자 또는 그림 이모티콘에 의한 감정 표현은 단순히 시각적인 것에 불과하기 때문에 대화참가자의 감정을 보다 현실감 있게 전달할 수 없는 문제가 있다. However, although the participants can convey their feelings visually to each other by the text or emoji, the emotions expressed by the characters or emoji are merely visual, so they can convey the emotions of the participants more realistically. There is no problem.

본 발명이 이루고자 하는 기술적 과제는 기존의 채팅서비스 또는 메신저서비스에 결합되어 대화참가자의 감정을 음향에 의해 다른 대화참가자에게 전달할 수 있는 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치 및 방법을 제공하는 데 있다.The technical problem to be achieved by the present invention is to provide a real-time chat service providing apparatus and method having a function of transmitting and receiving voice emoticons that can be coupled to the existing chat service or a messenger service to transmit the emotion of the conversation participants to the other conversation participants by sound. There is.

본 발명이 이루고자 하는 기술적 과제는 기존의 채팅서비스 또는 메신저서비스에 결합되어 대화참가자의 감정을 음향에 의해 다른 대화참가자에게 전달할 수 있는 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공방법을 컴퓨터에서 실행시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체를 제공하는 데 있다.The technical problem to be achieved by the present invention is to implement a real-time chat service providing method having a function of transmitting and receiving voice emoticons that can be coupled to the existing chat service or a messenger service to transmit the emotions of the conversation participants to the other conversation participants by sound. The present invention provides a computer-readable recording medium having recorded thereon a program.

상기의 기술적 과제를 달성하기 위한, 본 발명에 따른 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치는, 유무선 통신망에 연결되어 대화 상대자의 단말기와 데이터를 송수신하는 통신부; 상기 통신부를 통해 상기 대화 상대자의 단말기에 사용자가 입력한 메시지를 전송하고, 상기 대화 상대자의 단말기로부터 수신된 패킷으로부터 추출한 메시지를 사용자에게 출력하는 채팅수행부; 상기 수신된 패킷으로부터 추출한 이미지 파일의 헤더에 기록되어 있는 파일크기와 이미지 크기를 기초로 이미지 데이터의 시작위치를 산출하고, 상기 산출된 이미지 데이터의 시작위치와 상기 이미지 파일의 헤더에 기록되어 있는 이미지 데이터의 시작위치의 일치여부에 의해 상기 이미지 파일이 보이스 이모티콘인지 여부를 판별하는 패킷검사부; 상기 통신부 또는 상기 패킷검사부로부터 제공받은 이미지 파일을 디코딩하여 이미지를 출력하는 이미지디코더; 및 상기 이미지 파일의 칼라맵의 다음 비트로부터 상기 이미지 파일의 헤더로부터 파악한 이미지 데이터의 시작위치의 이전 비트까지에 기록되어 있는 보이스 데이터를 추출하고, 추출한 보이스 데이터를 디코딩하여 출력하는 보이스디코더;를 구비한다.In order to achieve the above technical problem, the apparatus for providing a real-time chat service having a function of transmitting and receiving voice emoticons according to the present invention comprises: a communication unit connected to a wired / wireless communication network to transmit and receive data with a terminal of a conversation partner; A chat performing unit which transmits a message input by the user to the terminal of the conversation partner through the communication unit, and outputs a message extracted from the packet received from the terminal of the conversation partner to the user; A start position of the image data is calculated based on the file size and the image size recorded in the header of the image file extracted from the received packet, and the start position of the calculated image data and the image recorded in the header of the image file. A packet inspecting unit which determines whether the image file is a voice emoticon by whether the starting position of data coincides; An image decoder for decoding an image file provided from the communication unit or the packet inspection unit and outputting an image; And a voice decoder configured to extract voice data recorded from the next bit of the color map of the image file to the previous bit of the start position of the image data determined from the header of the image file, and to decode and output the extracted voice data. do.

상기의 기술적 과제를 달성하기 위한, 본 발명에 따른 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공방법은, 사용자의 단말기와 유무선 통신망을 통해 연결되어 있는 대화 상대자의 단말기 사이에 메시지를 송수신하여 실시간 채팅 서비스를 제공하는 장치에서의 보이스 이모티콘을 이용한 채팅 서비스 제공방법에 있어서, (a) 상기 사용자가 입력한 메시지를 상기 대화 상대자의 단말기 로 전송하고, 상기 대화 상대자의 단말기로부터 수신된 패킷으로부터 추출한 메시지를 사용자에게 출력하여 채팅 서비스를 제공하는 단계; (b) 상기 수신된 패킷으로부터 추출한 이미지 파일의 헤더에 기록되어 있는 파일크기와 이미지 크기를 기초로 이미지 데이터의 시작위치를 산출하고, 상기 산출된 이미지 데이터의 시작위치와 상기 이미지 파일의 헤더에 기록되어 있는 이미지 데이터의 시작위치의 일치여부에 의해 상기 이미지 파일이 보이스 이모티콘인지 여부를 판별하는 단계; (c) 상기 추출된 이미지 파일을 디코딩하여 이미지를 출력하는 단계; 및 (d) 상기 추출된 이미지 파일의 칼라맵의 다음 비트로부터 상기 이미지 파일의 헤더로부터 파악한 이미지 데이터의 시작위치의 이전 비트까지에 기록되어 있는 보이스 데이터를 추출하고, 추출한 보이스 데이터를 디코딩하여 출력하는 단계;를 포함한다.In order to achieve the above technical problem, a method of providing a real-time chat service having a function of transmitting and receiving voice emoticons according to the present invention is a real-time chat by transmitting and receiving a message between a user's terminal and a terminal of a conversation partner connected through a wired or wireless communication network. A method of providing a chat service using voice emoticons in a device providing a service, the method comprising: (a) transmitting a message input by the user to a terminal of the conversation partner, and extracting a message extracted from a packet received from the conversation partner's terminal; Outputting a chat service to a user; (b) calculating the starting position of the image data based on the file size and the image size recorded in the header of the image file extracted from the received packet, and recording the starting position of the calculated image data and the header of the image file. Determining whether the image file is a voice emoticon according to whether a start position of the image data is matched; (c) decoding the extracted image file and outputting an image; And (d) extracting voice data recorded from the next bit of the color map of the extracted image file to the previous bit of the start position of the image data grasped from the header of the image file, and decoding and outputting the extracted voice data. It includes; step.

이에 의해, 기존의 문자 이모티콘만을 이용하는 방식에 비해 대화 당사자의 감정을 보다 풍부하게 표현할 수 있고, 채팅의 일방 당사자가 희망하는 모든 형태의 음향을 채팅의 상대방에게 출력할 수 있다.Thereby, the emotion of the conversation party can be expressed more abundantly than the conventional method using only text emoticons, and all types of sounds desired by one party of the chat can be output to the other party of the chat.

이하에서, 첨부된 도면들을 참조하여 본 발명에 따른 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치 및 방법의 바람직한 실시예에 대해 상세하게 설명한다. 본 발명에 따른 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치들 사이에는 실시간 대화서비스를 제공하는 채팅 서버 또는 메신저 서버가 개입될 수 있다. 이 경우 각각의 서버의 구성 및 기능은 본 발명에 속하는 기술분야에서 통상의 지식을 가진 자에게 널리 알려져 있고, 본 발명은 기존의 대화서비스 제공을 위한 서버에 대한 변경없이 사용자 단말기에 대한 변경만 으로 보이스 이모티콘의 송수신 기능을 구현하는 것을 목적으로 하고 있으므로, 이에 대한 상세한 설명은 생략한다. Hereinafter, with reference to the accompanying drawings will be described in detail a preferred embodiment of the apparatus and method for providing a real-time chat service having a function of transmitting and receiving voice emoticon according to the present invention. A chat server or a messenger server for providing a real-time chat service may be interposed between the apparatuses for providing a real-time chat service having a function of transmitting and receiving voice emoticons according to the present invention. In this case, the configuration and function of each server is well known to those skilled in the art, and the present invention is a change to the user terminal only without a change to the server for providing a conventional chat service Since it is intended to implement the function of transmitting and receiving voice emoticons, a detailed description thereof will be omitted.

도 1은 본 발명에 따른 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치에 대한 일 실시예의 상세한 구성을 도시한 블록도이다.1 is a block diagram showing a detailed configuration of an embodiment of a real-time chat service providing apparatus having a function of transmitting and receiving voice emoticons according to the present invention.

도 1을 참조하면, 본 발명에 따른 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치(100)는 통신부(110), 채팅수행부(120), 패킷검사부(130), 이미지디코더(140), 보이스디코더(150), 이모티콘생성부(160), 저장부(170), 및 출력부(180)를 구비한다.1, the real-time chat service providing apparatus 100 having a voice emoticon transmission and reception function according to the present invention includes a communication unit 110, a chat performing unit 120, a packet inspection unit 130, an image decoder 140, The voice decoder 150, the emoticon generator 160, the storage unit 170, and the output unit 180 are provided.

통신부(110)는 유무선 인터넷, 유무선 LAN, 유무선 전화망 등과 같은 유무선 통신망과 물리적으로 연결되어 본 발명에 따른 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치(100)가 채팅 서버, 메신저 서버 등의 서버장치 또는 개인용 컴퓨터, PDA, 핸드폰 등과 같은 다른 사용자의 유무선 단말기와 데이터를 송수신할 수 있도록 한다. 본 발명에 따른 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치(100)는 채팅기능만 구현된 전용단말기 또는 개인용 컴퓨터, PDA, 핸드폰 등과 같은 통신기능을 구비한 단말기가 될 수 있다. The communication unit 110 is connected to a wired / wireless communication network such as wired / wireless internet, wired / wireless LAN, wired / wireless telephone network, and the like, and a real-time chat service providing apparatus 100 having a transmission / reception function of a voice emoticon according to the present invention is a server such as a chat server or a messenger server. Allows the device to send and receive data to and from other wired and wireless terminals, such as personal computers, personal digital assistants (PDAs), mobile phones, and so on. The real-time chat service providing apparatus 100 having a transmission / reception function of a voice emoticon according to the present invention may be a dedicated terminal having a chat function or a terminal having a communication function such as a personal computer, a PDA, a mobile phone, and the like.

채팅수행부(120)는 사용자에게 통신망을 통해 연결되어 있는 다른 사용자와의 실시간 대화서비스를 제공한다. 사용자가 채팅 응용 프로그램을 실행하면 채팅수행부(120)는 채팅서버에 접속한 후 사용자가 선택한 채팅 상대방정보를 채팅서버로 전송한다. 다음으로, 채팅수행부(120)는 사용자가 입력한 텍스트 메시지를 채팅서버로 전송하여 상대방 단말기로 전달을 요청하고 채팅서버로부터 전송된 텍스트 메시지를 디스플레이하는 일반적인 채팅 과정을 수행한다. 이 때, 채팅수행부(120)는 사용자가 선택한 이미지 이모티콘에 해당하는 그림파일을 텍스트 메시지와 함께 채팅서버로 전송하거나, 채팅서버로부터 수신된 이미지 이모티콘을 텍스트 메시지와 함께 디스플레이할 수 있다.The chat performing unit 120 provides a user with a real-time chat service with another user connected through a communication network. When the user executes the chat application, the chat performing unit 120 connects to the chat server and transmits the chat counterpart information selected by the user to the chat server. Next, the chat performing unit 120 transmits the text message input by the user to the chat server, requests a delivery to the counterpart terminal, and performs a general chat process of displaying the text message transmitted from the chat server. At this time, the chat performing unit 120 may transmit a picture file corresponding to the image emoticon selected by the user to the chat server together with the text message, or display the image emoticon received from the chat server together with the text message.

메시지에 삽입된 이미지 이모티콘의 디스플레이와 관련하여 채팅수행부(120)는 수신된 메시지 패킷에 이미지파일이 포함되어 있는 지를 확인한다. 만약 메시지 패킷에 이미지파일이 포함되어 있으면 채팅수행부(120)는 해당 이미지파일을 텍스트 메시지내의 지정된 지점에 출력한다. 이미지파일의 형식은 BMP, PNG 등이 될 수 있다. BMP 파일은 파일헤더, 비트맵 헤더, 그리고 칼라맵과 실제 이미지 데이터로 구성되어 있다. BMP 파일을 구성하는 요소중에서 본 발명과 관련이 있는 것은 BMP 파일헤더를 구성하고 있는 BMP 파일의 크기필드(bfSize), 복수의 예약필드(bfReserved1, bfReserved2), 및 이미지 데이터 오프셋필드(bfOffBits)이다. BMP 파일의 구조는 널리 알려져 있으므로 상세한 설명은 생략한다. 한편, PNG 파일은 'chunk'라고 하는 단위로 이루어져 있다. PNG 파일은 필수적으로 IHDR chunk, PLTE chunk, IDAT chunk, 및 IEND chunk를 구비하여야 하며, 추가적으로 부수적인 chunk 가 부가될 수 있다. 각각의 chunk는 길이필드(Length), 타입필드(Chunk Type), 데이터필드(Chunk Data), 및 CRC필드(CRC)로 구성되며, 실제 데이터는 데이터필드에 기록된다. In connection with the display of the image emoticon inserted into the message, the chat performing unit 120 checks whether the image file is included in the received message packet. If an image file is included in the message packet, the chat execution unit 120 outputs the image file at a designated point in the text message. The format of the image file may be BMP, PNG, or the like. BMP files consist of file headers, bitmap headers, and colormaps and actual image data. Among the elements constituting the BMP file, relevant to the present invention are the size fields (bfSize), the plurality of reserved fields (bfReserved1 and bfReserved2), and the image data offset field (bfOffBits) of the BMP file constituting the BMP file header. Since the structure of the BMP file is well known, its detailed description is omitted. PNG files, on the other hand, are made up of units called chunks. PNG files must have IHDR chunks, PLTE chunks, IDAT chunks, and IEND chunks, and additional additional chunks may be added. Each chunk consists of a length field (Length), a type field (Chunk Type), a data field (Chunk Data), and a CRC field (CRC), and actual data is recorded in the data field.

패킷검사부(130)는 채팅 프로그램이 실행되면 통신부(110)를 통해 입력되는 패킷을 조사한다. 도 2는 BMP 파일로 작성된 본 발명에 따른 보이스 이모티콘의 송 수신 기능을 갖는 실시간 채팅 서비스 제공장치에 의해 송수신되는 이모티콘의 데이터구조가 도시되어 있다. 도 2를 참조하면, 보이스 이모티콘(200)은 통상적인 BMP 파일과 마찬가지로 파일헤더(210), 파일 정보 헤더(220), 칼라맵(230), 보이스 데이터(240), 및 이미지 데이터(250)로 구성된다. 이러한 보이스 이모티콘은 칼라맵과 실제 이미지 데이터 사이에 보이스 데이터가 존재한다는 점에서 일반적인 BMP 파일과 차이가 있다. 따라서, 통상적인 BMP 파일의 실제 이미지 데이터 오프셋(bfOffBits)에는 이미지 데이터가 시작되는 지점의 주소값은 칼라맵의 다음 비트의 주소값이 기록되나, 보이스 이모티콘의 실제 이미지 데이터 오프셋(bfOffBits)에는 보이스 데이터의 다음 비트의 주소값이 기록된다. The packet inspecting unit 130 examines a packet input through the communication unit 110 when the chat program is executed. 2 is a data structure of an emoticon transmitted and received by a real-time chat service providing apparatus having a transmission / reception function of a voice emoticon according to the present invention written in a BMP file. Referring to FIG. 2, the voice emoticon 200 includes a file header 210, a file information header 220, a color map 230, voice data 240, and image data 250, similar to a typical BMP file. It is composed. These voice emoticons differ from general BMP files in that voice data exists between the color map and the actual image data. Therefore, the address value of the start point of the image data is recorded in the actual image data offset (bfOffBits) of a typical BMP file, but the address value of the next bit of the color map is recorded, but the voice data is recorded in the actual image data offset (bfOffBits) of the voice emoticon. The address value of the next bit of is recorded.

패킷검사부(130)는 BMP 파일 헤더에 기록되어 있는 파일크기와 BMP 정보 헤더에 기록되어 있는 이미지 크기를 기초로 산출한 이미지 데이터의 시작위치와 BMP 파일 헤더의 실제 이미지 데이터 오프셋(bfOffBits)에 기록되어 있는 이미지 데이터의 시작위치가 일치하지 않으면 보이스 이모티콘으로 판정한다. 이 경우, 패킷검사부(130)는 보이스 이모티콘으로 판정된 BMP 파일을 이미지 디코더(140) 및 보이스 디코더(150)에 제공한다. 이와 달리, 패킷검사부(130)는 BMP 파일 헤더에 기록되어 있는 파일크기와 BMP 정보 헤더에 기록되어 있는 이미지 크기를 기초로 산출한 이미지 데이터의 시작위치와 BMP 파일 헤더의 실제 이미지 데이터 오프셋(bfOffBits)에 기록되어 있는 이미지 데이터의 시작위치가 일치하면 BMP 파일을 이미지 디코더(140)로만 제공한다. 상술한 바와 같이 패킷검사부(130)는 통신부(110)의 후단에 설치되어 통신부(110)를 통해 유입되는 패킷을 이미지 디코더(140) 및 보이스 디코더(150)에 선택적으로 제공하도록 구성된다. 이와 달리 패킷검사부(130)가 통신부(110)로부터 이미지 디코더(140)로 전달되는 데이터를 체이닝(Chaining)하여 보이스 이모티콘으로 확인되면 보이스 디코더(150)에 제공하도록 구성할 수도 있다.The packet inspecting unit 130 is recorded at the start position of the image data calculated based on the file size recorded in the BMP file header and the image size recorded in the BMP information header and the actual image data offset (bfOffBits) of the BMP file header. If the start position of the existing image data does not match, it is determined as a voice emoticon. In this case, the packet inspecting unit 130 provides the BMP file determined as the voice emoticon to the image decoder 140 and the voice decoder 150. In contrast, the packet inspecting unit 130 calculates the starting position of the image data calculated based on the file size recorded in the BMP file header and the image size recorded in the BMP information header, and the actual image data offset of the BMP file header (bfOffBits). If the starting position of the image data recorded in the same, the BMP file is provided only to the image decoder 140. As described above, the packet inspecting unit 130 is installed at the rear end of the communication unit 110 and configured to selectively provide the packet introduced through the communication unit 110 to the image decoder 140 and the voice decoder 150. Alternatively, the packet inspection unit 130 may be configured to chain the data transmitted from the communication unit 110 to the image decoder 140 to provide the voice decoder 150 when it is confirmed as a voice emoticon.

한편, 본 발명에 따른 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치(100)는 다양한 형태의 이미지 포맷(BMP, GIF, JPG, TIF, PNG 등)으로 작성된 이미지 이모티콘 또는 보이스 이모티콘을 수용할 수 있다. 이 경우, 패킷검사부(130)는 수신된 메시지에 포함되어 있는 이모티콘 파일의 확장자에 의해 이미지 이모티콘의 포맷을 파악한다. 즉, 패킷검사부(130)는 통신부(110)를 통해 유입된 패킷을 검색하여 수용가능한 파일확장자가 발견되면 패킷으로부터 해당 부분을 분리하여 완전한 이미지 이모티콘의 파일명칭을 얻으며, 해당 이미지 이모티콘의 파일명칭에 대응하는 이미지 파일로부터 보이스 이모티콘 여부를 확인한다. On the other hand, the real-time chat service providing apparatus 100 having a transmission and reception function of the voice emoticon according to the present invention can accommodate an image emoticon or voice emoticon created in various image formats (BMP, GIF, JPG, TIF, PNG, etc.) have. In this case, the packet inspecting unit 130 determines the format of the image emoticon by the extension of the emoticon file included in the received message. That is, the packet inspecting unit 130 retrieves the packet introduced through the communication unit 110, and if an acceptable file extension is found, separates the corresponding part from the packet to obtain the file name of the complete image emoticon. Check whether a voice emoticon is found from the corresponding image file.

만약, 이미지 이모티콘 또는 보이스 이모티콘이 PNG 포맷으로 작성되었다면, 패킷검사부(130)는 수신된 패킷에 이미지 파일이 존재하는지 여부를 확인하고, 이미지 파일이 존재하면 해당 이미지 파일을 구성하는 chunk의 type을 검사한다. 이 때, 보이스 이모티콘이 포함된 chunk의 type 필드에는 사전에 약속된 문자열(예를 들면, 보이스 이모티콘 또는 Voice Emoticon 등)이 기록된다. 패킷검사부(130)는 type 필드에 대한 검사를 통해 보이스 이모티콘으로 확인된 chunk를 보이스 디코더(150)에 제공한다.If the image emoticon or voice emoticon is written in PNG format, the packet inspecting unit 130 checks whether an image file exists in the received packet, and if the image file exists, checks the type of chunk constituting the image file. do. At this time, a string (eg, voice emoticon or voice emoticon, etc.) promised in advance is recorded in the type field of the chunk including the voice emoticon. The packet inspecting unit 130 provides the voice decoder 150 with the chunk identified as the voice emoticon through the inspection of the type field.

이미지 디코더(140)는 통신부(110) 또는 패킷검사부(130)로부터 유입되는 이 미지 파일을 디코딩하여 이미지를 출력한다. 본 발명에 따른 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치(100)는 수용가능한 이미지 포맷에 대응하는 개수의 이미지 디코더(140)를 구비하며, 각각의 이미지 포맷에 따른 이미지 디코더의 구성 및 기능은 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 널리 알려진 사항이므로 BMP 디코더에 대해서만 상세하게 설명한다. BMP 디코더는 BMP 파일의 첫 2바이트가 BM으로 시작하는지 여부, 바이트 단위의 정확한 파일크기와 헤더내의 파일크기필드에 기록된 값이 일치하는지 여부, 및 예약필드에 0이 기록되어 있는지 여부에 의해 BMP 파일여부를 확인하며, BMP 파일로 확인되면 BMP 정보 헤더와 칼라맵을 이용하여 실제 이미지 데이터 오프셋에 기록되어 있는 비트로부터 BMP 파일의 마지막 비트까지의 데이터를 복원한다. The image decoder 140 decodes the image file flowing from the communication unit 110 or the packet inspecting unit 130 and outputs an image. The real-time chat service providing apparatus 100 having a function of transmitting and receiving voice emoticons according to the present invention includes a number of image decoders 140 corresponding to an acceptable image format, and the configuration and function of the image decoder according to each image format. Since it is well known to those skilled in the art to which the present invention belongs, only the BMP decoder will be described in detail. The BMP decoder determines the BMP by whether the first 2 bytes of the BMP file start with BM, whether the exact file size in bytes and the value recorded in the file size field in the header match, and whether 0 is recorded in the reserved field. If the file is checked, and if it is confirmed as a BMP file, the data from the bit recorded in the actual image data offset to the last bit of the BMP file is restored using the BMP information header and the color map.

보이스 디코더(150)는 패킷검사부(130)로부터 유입되는 이미지 파일로부터 보이스 데이터를 추출한 후 디코딩하여 음향을 출력한다. 이미지 파일이 BMP 파일인 경우에 보이스 디코더(150)는 BMP 파일의 칼라맵의 다음 비트로부터 BMP 파일 헤더로부터 파악한 이미지 데이터의 시작위치의 이전 비트까지에 기록되어 있는 보이스 데이터를 추출한다. 다음으로, 보이스 디코더(150)는 추출한 보이스 데이터를 디코딩하여 출력한다. 한편, 이미지 파일이 PNG 파일인 경우에 보이스 디코더(150)는 사용자가 직접 생성할 수 있는 chunk인 private chunk의 구성요소인 chunk data로부터 보이스 데이터를 추출한 후 디코딩하여 음향을 출력한다. 이 때, chunk data의 시작위치로부터 8바이트 다음 바이트로부터 chunk data의 종료위치까지 존재하는 데이터가 보이스 데이터이다. 상술한 바와 같은 동작을 위해 보이스 디코더 (150)는 데이터추출부(150-1)와 음향출력부(150-2)로 구성될 수 있다. The voice decoder 150 extracts voice data from the image file flowing from the packet inspecting unit 130 and then decodes the audio data to output sound. When the image file is a BMP file, the voice decoder 150 extracts the voice data recorded from the next bit of the color map of the BMP file to the previous bit of the start position of the image data grasped from the BMP file header. Next, the voice decoder 150 decodes and outputs the extracted voice data. Meanwhile, when the image file is a PNG file, the voice decoder 150 extracts voice data from chunk data, which is a component of a private chunk, which is a chunk that a user can directly generate, and decodes the audio data to output sound. At this time, data existing from the start position of chunk data to the end position of chunk data from the next byte 8 bytes is voice data. The voice decoder 150 may include a data extractor 150-1 and an audio output unit 150-2 for the above operation.

한편, 이미지 파일에 실리는 보이스 데이터는 파일식별정보와 음향정보로 구성될 수 있다. 이 때, 파일식별정보는 각각의 음향정보에 대해 부여된 고유한 식별자로서 보이스 데이터의 앞부분에 위치한다. 이 경우 보이스 디코더(150)는 이미지 파일로부터 추출한 보이스 데이터를 파일식별정보와 음향정보를 분리하여 저장부(170)에 저장하고, 추후 보이스 데이터가 포함된 이미지 파일이 수신되면 보이스 데이터로부터 획득한 파일식별정보를 기초로 저장부(170)를 검색하여 동일한 파일식별정보가 존재하는지를 확인한다. 만약, 저장부(170)에 동일한 파일식별정보가 존재하면 보이스 디코더(150)는 저장부(170)에 저장되어 있는 음향정보를 재생한다. 이와 같은 방식을 채용하면 텍스트의 출력시점과 음향의 출력시점간의 지연을 막을 수 있다. 보이스 데이터(보이스 데이터가 파일식별정보를 포함하는 경우에는 음향정보)는 wma, mp3, midi 등 다양한 형식으로 작성될 수 있다. 보이스 데이터(보이스 데이터가 파일식별정보를 포함하는 경우에는 음향정보)는 "흑흑", "아", "하하하" 등 짧은 의성어가 바람직하며, "사랑해", "미안해" 등과 같은 간단한 단어가 될 수도 있다. On the other hand, the voice data carried in the image file may be composed of file identification information and sound information. At this time, the file identification information is located in front of the voice data as a unique identifier assigned to each sound information. In this case, the voice decoder 150 stores the voice data extracted from the image file in the storage unit 170 by separating the file identification information and the sound information, and when the image file including the voice data is received later, the file obtained from the voice data. The storage unit 170 is searched based on the identification information to determine whether the same file identification information exists. If the same file identification information exists in the storage unit 170, the voice decoder 150 reproduces the sound information stored in the storage unit 170. By adopting such a method, it is possible to prevent the delay between the text output time and the sound output time. The voice data (when the voice data includes file identification information) can be created in various formats such as wma, mp3, midi, and the like. The voice data (if the voice data includes file identification information) is preferably a short onset of words such as "black and white", "ah", "hahaha", and may be simple words such as "I love you" and "I'm sorry". have.

이모티콘생성부(160)는 BMP 파일의 형태에 사용자가 선택한 음향 데이터를 삽입하여 보이스 이모티콘을 생성한다. 이모티콘생성부(160)의 구성 및 기능은 보이스 데이터의 삽입과 관련된 부분을 제외하면 BMP 인코더와 거의 동일하다. 이모티콘생성부(160)는 사용자가 선택한 보이스 데이터를 BMP 파일의 칼라맵의 다음 비트로부터 기록한다. 아울러, 이모티콘생성부(160)는 BMP 파일 헤더 및 BMP 정보 헤 더를 작성하며, 이 때 BMP 파일 헤더의 이미지 데이터 시작위치필드에 보이스 데이터가 기록되어 있는 마지막 비트의 다음 비트의 주소를 기록한다. 한편, 사용자가 이미지의 출력과 함께 음향을 출력하고자 이미지 이모티콘과 보이스 이모티콘을 모두 선택하였다면 이모티콘생성부(160)는 사용자가 선택한 이미지 이모티콘에 해당하는 이미지 파일에 보이스 데이터를 싣는다. 이미지 파일이 BMP 형식인 경우에 이모티콘생성부(160)는 보이스 데이터를 칼라맵과 이미지 데이터의 사이에 삽입하고 BMP 파일 헤더의 파일크기와 이미지 데이터의 시작위치를 변경한다. 이와 달리, 이미지 파일이 PNG 형식인 경우에 이모티콘생성부(160)는 부수적인 chunk인 private chunk에 보이스 데이터를 담아 하나의 PNG 파일을 생성한다. The emoticon generator 160 inserts sound data selected by the user in the form of a BMP file to generate a voice emoticon. The configuration and function of the emoticon generator 160 is almost the same as the BMP encoder except for the part related to the insertion of voice data. The emoticon generating unit 160 records the voice data selected by the user from the next bit of the color map of the BMP file. In addition, the emoticon generator 160 creates a BMP file header and a BMP information header, and records the address of the next bit after the last bit in which the voice data is recorded in the image data start position field of the BMP file header. Meanwhile, if the user selects both the image emoticon and the voice emoticon to output the sound together with the output of the image, the emoticon generator 160 loads the voice data in the image file corresponding to the image emoticon selected by the user. When the image file is in the BMP format, the emoticon generating unit 160 inserts voice data between the color map and the image data and changes the file size of the BMP file header and the start position of the image data. In contrast, when the image file is a PNG format, the emoticon generator 160 generates a single PNG file by containing voice data in a private chunk, which is an additional chunk.

한편, 보이스 이모티콘은 채팅중에서 생성될 수 있지만 사전에 작성되어 저장부(170)에 저장될 수도 있다. 이 경우 보이스 이모티콘은 "voice_love.bmp"과 같은 파일명칭을 가질 수 있으며, 별도의 보이스 이모티콘 리스트에 "사랑해"-"voice_love.bmp"와 같이 링크시킨 후 사용자가 채팅창에 "사랑해" 라는 텍스트를 입력하면 채팅수행부(120)는 보이스 이모티콘 리스트로부터 "사랑해"에 대응하는 보이스 이모티콘인 "voice_love.bmp"를 채팅 상대방의 단말기로 전송한다. Meanwhile, the voice emoticon may be generated during a chat, but may be created in advance and stored in the storage unit 170. In this case, the voice emoticon may have a file name such as "voice_love.bmp". The voice emoticon may be linked to a separate voice emoticon list as "I love you"-"voice_love.bmp", and the user may enter the text "I love you" in the chat window. When input, the chat performing unit 120 transmits the voice emoticon "voice_love.bmp" corresponding to "I love you" from the voice emoticon list to the terminal of the chat counterpart.

저장부(170)에는 이미지 이모티콘, 보이스 데이터(파일식별정보에 대응하는 음향정보의 형태를 취할 수 있음) 등이 저장된다. 또한, 저장부(170)에는 통신부(110)를 통해 수신된 이미지 파일이 임시로 저장될 수 있다. 출력부(180)는 채팅수행부(120)로부터 입력받은 메시지, 이미지디코더(140)로부터 입력받은 이미지 및 보이스디코더(150)로부터 입력받은 음향을 출력한다.The storage unit 170 stores image emoticons, voice data (which may take the form of sound information corresponding to file identification information), and the like. In addition, the storage unit 170 may temporarily store the image file received through the communication unit 110. The output unit 180 outputs a message received from the chat execution unit 120, an image received from the image decoder 140, and a sound received from the voice decoder 150.

도 3은 본 발명에 따른 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공방법에서 메시지에 보이스 이모티콘을 삽입하는 과정을 도시한 흐름도이다.3 is a flowchart illustrating a process of inserting a voice emoticon into a message in a method for providing a real-time chat service having a function of transmitting and receiving voice emoticons according to the present invention.

도 3을 참조하면, 사용자가 채팅 응용 프로그램을 실행하면 채팅수행부(120)는 채팅서버 또는 메신저서버에 접속한 후 사용자가 선택한 채팅 상대방정보를 채팅서버 또는 메신저서버로 전송하여, 사용자의 단말기와 채팅 상대방의 단말기 사이에 통신경로를 설정한다(S300). 채팅의 수행중 사용자가 보이스 이모티콘의 삽입을 선택하면 이모티콘생성부(160)는 이미지 이모티콘의 선택여부를 확인한다(S310). 만약, 사용자가 이미지 이모티콘을 선택하였다면(S320), 이모티콘생성부(160)는 사용자가 선택한 이미지 이모티콘에 해당하는 이미지 파일에 보이스 데이터를 실어 보이스 이모티콘을 생성한다(S330). 이와 달리, 사용자가 보이스 이모티콘만을 선택하였다면(S320), 이모티콘생성부(160)는 사용자가 선택한 보이스 데이터를 기초로 사용되는 파일형식의 보이스 이모티콘을 생성한다(S340). Referring to FIG. 3, when a user executes a chat application, the chat execution unit 120 connects to a chat server or a messenger server, and then transmits the chat counterpart information selected by the user to the chat server or a messenger server. A communication path is set between terminals of the chat counterpart (S300). If the user selects to insert the voice emoticon during the chat, the emoticon generator 160 checks whether the image emoticon is selected (S310). If the user selects an image emoticon (S320), the emoticon generator 160 generates voice emoticons by loading voice data into an image file corresponding to the image emoticon selected by the user (S330). In contrast, if the user selects only the voice emoticon (S320), the emoticon generator 160 generates a voice emoticon of a file type used based on the voice data selected by the user (S340).

한편, 사용되는 이미지 파일이 BMP 형식인 경우에 이모티콘생성부(160)는 BMP 파일의 칼라맵의 다음 비트로부터 사용자가 선택한 보이스 데이터를 기록하고 BMP 파일 헤더 및 BMP 정보 헤더를 작성한다. 이와 달리, 이미지 파일이 PNG 형식인 경우에 이모티콘생성부(160)는 부수적인 chunk인 private chunk에 보이스 데이터를 담아 하나의 PNG 파일을 생성한다. On the other hand, when the image file used is a BMP format, the emoticon generating unit 160 records voice data selected by the user from the next bit of the color map of the BMP file, and creates a BMP file header and a BMP information header. In contrast, when the image file is a PNG format, the emoticon generator 160 generates a single PNG file by containing voice data in a private chunk, which is an additional chunk.

도 4는 본 발명에 따른 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공방법에서 메시지에 실린 보이스 이모티콘을 재생하는 과정을 도시한 흐 름도이다.4 is a flowchart illustrating a process of playing a voice emoticon carried in a message in a method of providing a real-time chat service having a function of transmitting and receiving voice emoticons according to the present invention.

도 4를 참조하면, 패킷검사부(130)는 채팅 프로그램이 실행되면 통신부(110)를 통해 입력되는 패킷을 검사한다(S400). 먼저, 패킷검사부(130)는 수신된 메시지에 포함되어 있는 이모티콘 파일의 확장자에 의해 이미지 이모티콘의 파일포맷을 파악한다(S410). 이미지 이모티콘의 파일포맷이 BMP로 파악되면(S420), 패킷검사부(130)는 BMP 파일 헤더에 기록되어 있는 파일크기와 BMP 정보 헤더에 기록되어 있는 이미지 크기를 기초로 산출한 이미지 데이터의 시작위치와 BMP 파일 헤더의 실제 이미지 데이터 오프셋(bfOffBits)에 기록되어 있는 이미지 데이터의 시작위치가 일치하지 않으면 보이스 이모티콘으로 판정하고 보이스 이모티콘으로 판정된 BMP 파일을 보이스 디코더(150)에 제공한다(S430). 패킷검사부(130)로부터 유입되는 이미지 파일이 BMP 파일인 경우에 보이스 디코더(150)는 BMP 파일의 칼라맵의 다음 비트로부터 BMP 파일 헤더로부터 파악한 이미지 데이터의 시작위치의 이전 비트까지에 기록되어 있는 보이스 데이터를 추출하고 추출한 보이스 데이터를 디코딩하여 출력한다(S440).Referring to FIG. 4, when the chat program is executed, the packet inspecting unit 130 inspects a packet input through the communication unit 110 (S400). First, the packet inspecting unit 130 determines the file format of the image emoticon by the extension of the emoticon file included in the received message (S410). If the file format of the image emoticon is determined as BMP (S420), the packet inspecting unit 130 may determine the starting position of the image data calculated based on the file size recorded in the BMP file header and the image size recorded in the BMP information header. If the starting position of the image data recorded in the actual image data offset bfOffBits of the BMP file header does not match, it is determined as a voice emoticon and the voice decoder 150 is provided to the voice decoder 150 (S430). When the image file flowing from the packet inspection unit 130 is a BMP file, the voice decoder 150 records the voice recorded from the next bit of the color map of the BMP file to the previous bit of the start position of the image data grasped from the BMP file header. The data is extracted and the extracted voice data is decoded and output (S440).

이와 달리, 이미지 이모티콘의 파일포맷이 PNG로 파악되면(S420), 패킷검사부(130)는 private chunk를 보이스 디코더(150)에 제공한다(S450). 패킷검사부(130)로부터 유입되는 이미지 파일이 PNG 파일인 경우에 보이스 디코더(150)는 사용자가 직접 생성할 수 있는 chunk인 private chunk의 구성요소인 chunk data로부터 보이스 데이터를 추출한 후 디코딩하여 음향을 출력한다(S460).On the contrary, if the file format of the image emoticon is detected as a PNG (S420), the packet inspecting unit 130 provides a private chunk to the voice decoder 150 (S450). When the image file flowing from the packet inspecting unit 130 is a PNG file, the voice decoder 150 extracts voice data from chunk data, which is a component of a private chunk, which is a chunk that can be generated by the user, and then decodes the audio data to output sound. (S460).

본 발명은 또한 컴퓨터로 읽을 수 있는 기록매체에 컴퓨터가 읽을 수 있는 코드로서 구현하는 것이 가능하다. 컴퓨터가 읽을 수 있는 기록매체는 컴퓨터 시스템에 의하여 읽혀질 수 있는 데이터가 저장되는 모든 종류의 기록장치를 포함한다. 컴퓨터가 읽을 수 있는 기록매체의 예로는 ROM, RAM, CD-ROM, 자기 테이프, 플로피디스크, 광데이터 저장장치 등이 있으며, 또한 캐리어 웨이브(예를 들어 인터넷을 통한 전송)의 형태로 구현되는 것도 포함한다. 또한 컴퓨터가 읽을 수 있는 기록매체는 네트워크로 연결된 컴퓨터 시스템에 분산되어 분산방식으로 컴퓨터가 읽을 수 있는 코드가 저장되고 실행될 수 있다.The invention can also be embodied as computer readable code on a computer readable recording medium. The computer-readable recording medium includes all kinds of recording devices in which data that can be read by a computer system is stored. Examples of computer-readable recording media include ROM, RAM, CD-ROM, magnetic tape, floppy disk, optical data storage, and the like, and may also be implemented in the form of a carrier wave (for example, transmission over the Internet). Include. The computer readable recording medium can also be distributed over network coupled computer systems so that the computer readable code is stored and executed in a distributed fashion.

이상에서 본 발명의 바람직한 실시예에 대해 도시하고 설명하였으나, 본 발명은 상술한 특정의 바람직한 실시예에 한정되지 아니하며, 청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 발명이 속하는 기술분야에서 통상의 지식을 가진 자라면 누구든지 다양한 변형 실시가 가능한 것은 물론이고, 그와 같은 변경은 청구범위 기재의 범위 내에 있게 된다.Although the preferred embodiments of the present invention have been shown and described above, the present invention is not limited to the specific preferred embodiments described above, and the present invention belongs to the present invention without departing from the gist of the present invention as claimed in the claims. Various modifications can be made by those skilled in the art, and such changes are within the scope of the claims.

본 발명에 따른 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치 및 방법에 의하면, 기존의 문자 이모티콘만을 이용하는 방식에 비해 대화 당사자의 감정을 보다 풍부하게 표현할 수 있다. 또한, 보이스 데이터가 이미지 파이에 실려 채팅의 상대방에게 전달되므로, 채팅의 일방 당사자가 희망하는 모든 형태의 음향을 채팅의 상대방에게 출력할 수 있다.According to the apparatus and method for providing a real-time chat service having a transmission / reception function of a voice emoticon according to the present invention, it is possible to express the emotion of a conversation party more richly than the conventional method using only text emoticons. In addition, since the voice data is carried in the image pie and transmitted to the chat counterpart, all types of sounds desired by one party of the chat can be output to the chat counterpart.

Claims (17)

유무선 통신망에 연결되어 대화 상대자의 단말기와 데이터를 송수신하는 통신부;A communication unit connected to a wired / wireless communication network to transmit and receive data with a terminal of a conversation partner; 상기 통신부를 통해 상기 대화 상대자의 단말기에 사용자가 입력한 메시지를 전송하고, 상기 대화 상대자의 단말기로부터 수신된 패킷으로부터 추출한 메시지를 사용자에게 출력하는 채팅수행부;A chat performing unit which transmits a message input by the user to the terminal of the conversation partner through the communication unit, and outputs a message extracted from the packet received from the terminal of the conversation partner to the user; 상기 수신된 패킷 중에서 이미지 데이터가 존재하는 패킷을 검출하는 패킷검사부;A packet inspecting unit detecting a packet in which image data exists among the received packets; 상기 통신부 또는 상기 패킷검사부로부터 제공받은 이미지 파일을 디코딩하여 이미지를 출력하는 이미지디코더;An image decoder for decoding an image file provided from the communication unit or the packet inspection unit and outputting an image; 상기 이미지 데이터가 검출된 패킷으로부터 보이스 데이터를 추출하고, 추출된 보이스 데이터를 디코딩하여 음향을 출력하는 보이스디코더; 및A voice decoder which extracts voice data from the packet from which the image data is detected, and decodes the extracted voice data to output sound; And 상기 채팅수행부로부터 입력받은 메시지, 상기 이미지디코더로부터 입력받은 이미지 및 상기 보이스디코더로부터 입력받은 음향을 출력하는 출력부;를 포함하는 것을 특징으로 하는 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치.And an output unit configured to output a message input from the chat performing unit, an image input from the image decoder, and a sound input from the voice decoder. 2. 제 1항에 있어서,The method of claim 1, 상기 수신된 패킷으로부터 추출한 이미지 파일은 BMP 포맷의 이미지 파일이며,The image file extracted from the received packet is an image file of the BMP format, 에 상기 패킷검사부는 상기 수신된 패킷으로부터 추출한 이미지 파일의 헤더 에 기록되어 있는 파일크기와 이미지 크기를 기초로 이미지 데이터의 시작위치를 산출하고, 상기 산출된 이미지 데이터의 시작위치와 상기 이미지 파일의 헤더에 기록되어 있는 이미지 데이터의 시작위치의 일치여부에 의해 상기 이미지 파일이 보이스 이모티콘인지 여부를 판별하고,The packet inspection unit calculates a start position of the image data based on the file size and the image size recorded in the header of the image file extracted from the received packet, and the start position of the calculated image data and the header of the image file. Whether or not the image file is a voice emoticon is determined by whether the starting position of the image data recorded in the 상기 보이스디코더는 상기 이미지 파일의 칼라맵의 다음 비트로부터 상기 이미지 파일의 헤더로부터 파악한 이미지 데이터의 시작위치의 이전 비트까지에 기록되어 있는 보이스 데이터를 추출하고, 추출한 보이스 데이터를 디코딩하여 음향을 출력하는 것을 특징으로 하는 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치.The voice decoder extracts voice data recorded from the next bit of the color map of the image file to the previous bit of the start position of the image data grasped from the header of the image file, and decodes the extracted voice data to output sound. Real-time chat service providing apparatus having a function of transmitting and receiving voice emoticons. 제 2항에 있어서,The method of claim 2, 상기 이미지 파일로부터 추출된 보이스 데이터가 저장되는 저장부를 더 포함하며,Further comprising a storage unit for storing the voice data extracted from the image file, 상기 보이스 데이터는 파일식별정보 및 음향정보를 포함하고,The voice data includes file identification information and sound information, 상기 보이스디코더는,The voice decoder, 상기 이미지 파일의 칼라맵의 다음 비트로부터 상기 보이스 데이터의 파일식별정보를 추출하는 데이터추출부; A data extraction unit for extracting file identification information of the voice data from the next bit of the color map of the image file; 상기 추출된 파일식별정보에 대응하는 보이스 데이터가 상기 저장부에 존재하면 상기 저장부로부터 상기 추출된 파일식별정보에 대응하는 보이스 데이터를 독출하여 출력하는 음향출력부; 및An audio output unit configured to read and output voice data corresponding to the extracted file identification information from the storage unit when voice data corresponding to the extracted file identification information exists in the storage unit; And 상기 추출된 파일식별정보에 대응하는 보이스 데이터가 상기 저장부에 존재하지 않으면 상기 이미지 파일의 칼라맵의 다음 비트로부터 상기 이미지 파일의 헤더로부터 파악한 이미지 데이터의 시작위치의 이전 비트까지에 기록되어 있는 보이스 데이터를 추출한 후 추출한 보이스 데이터를 디코딩하여 출력하는 디코딩부;를 포함하는 것을 특징으로 하는 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치.If voice data corresponding to the extracted file identification information does not exist in the storage unit, the voice recorded from the next bit of the color map of the image file to the previous bit of the start position of the image data grasped from the header of the image file And a decoding unit for decoding and outputting extracted voice data after extracting data. 제 2항 또는 제 3항에 있어서,The method of claim 2 or 3, 이미지 파일의 형태에 사용자가 선택한 보이스 데이터를 삽입하여 상기 보이스 이모티콘을 생성하는 이모티콘생성부를 더 포함하는 것을 특징으로 하는 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치.And an emoticon generator for inserting voice data selected by a user into a form of an image file to generate the voice emoticon. 제 4항에 있어서,The method of claim 4, wherein 상기 이모티콘생성부는 사용자가 선택한 보이스 데이터를 이미지 파일의 칼라맵의 다음 비트로부터 기록하고, 이미지 파일 헤더의 이미지 데이터 시작위치필드에 보이스 데이터가 기록되어 있는 마지막 비트의 다음 비트의 주소를 기록하는 것을 특징으로 하는 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치.The emoticon generating unit records the voice data selected by the user from the next bit of the color map of the image file, and records the address of the next bit after the last bit in which the voice data is recorded in the image data start position field of the image file header. Real-time chat service providing device having a function of transmitting and receiving voice emoticons. 제 4항에 있어서,The method of claim 4, wherein 상기 이모티콘생성부는 사용자가 선택한 이미지 이모티콘에 해당하는 이미지 파일의 칼라맵과 이미지 데이터의 사이에 사용자가 선택한 보이스 데이터를 삽입하고 상기 이미지 파일 헤더의 파일크기와 이미지 데이터의 시작위치를 변경하는 것을 특징으로 하는 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치.The emoticon generating unit inserts voice data selected by the user between the color map of the image file corresponding to the image emoticon selected by the user and the image data, and changes the file size of the image file header and the start position of the image data. Real-time chat service providing device having a function of transmitting and receiving voice emoticons. 제 2항 또는 제 3항에 있어서,The method of claim 2 or 3, 상기 패킷검사부는 수신된 패킷에 포함되어 있는 이미지 파일의 확장자에 의해 이미지 이모티콘의 포맷을 파악하고,The packet inspection unit detects the format of the image emoticon by the extension of the image file included in the received packet, 상기 이미지 이모티콘이 PNG 파일로 작성된 것으로 파악되면, 상기 보이스 디코더는 사용자가 직접 생성할 수 있는 chunk인 private chunk의 구성요소인 chunk data로부터 보이스 데이터를 추출한 후 디코딩하여 음향을 출력하는 것을 특징으로 하는 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치.If it is determined that the image emoticon is written as a PNG file, the voice decoder extracts voice data from chunk data, which is a component of a private chunk, which is a chunk that can be directly generated by the user, and then decodes the voice data to output a sound. Real-time chat service providing device having a function of transmitting and receiving emoticons. 제 1항에 있어서,The method of claim 1, 상기 수신된 패킷으로부터 추출한 이미지 파일은 PNG 포맷의 이미지 파일이며,The image file extracted from the received packet is an image file in PNG format, 상기 패킷검사부는 상기 수신된 패킷으로부터 추출한 chunk의 형태가 사전에 설정되어 있는 보이스 이모티콘 chunk의 형태인지 여부를 검사하여 상기 이미지 파일이 보이스 이모티콘인지 여부를 판별하고,The packet inspecting unit determines whether the image file is a voice emoticon by checking whether the form of the chunk extracted from the received packet is a preset voice emoticon chunk, 상기 보이스디코더는 상기 보이스 이모티콘 chunk로 확인된 이미지 파일의 chunk 데이터를 추출하고, 추출한 chunk 데이터에 포함되어 있는 보이스 데이터를 디코딩하여 음향을 출력하는 것을 특징으로 하는 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공장치.The voice decoder extracts the chunk data of the image file identified as the voice emoticon chunk, decodes the voice data included in the extracted chunk data, and outputs a sound. Providing device. 사용자의 단말기와 유무선 통신망을 통해 연결되어 있는 대화 상대자의 단말기 사이에 메시지를 송수신하여 실시간 채팅 서비스를 제공하는 장치에서의 보이스 이모티콘을 이용한 채팅 서비스 제공방법에 있어서,In the chat service providing method using the voice emoticon in the device providing a real-time chat service by sending and receiving a message between the user terminal and the terminal of the conversation partner connected via a wired or wireless communication network, (a) 상기 사용자가 입력한 메시지를 상기 대화 상대자의 단말기로 전송하고, 상기 대화 상대자의 단말기로부터 수신된 패킷으로부터 추출한 메시지를 사용자에게 출력하여 채팅 서비스를 제공하는 단계;(a) transmitting a message input by the user to a terminal of the conversation partner, and providing a chat service by outputting a message extracted from a packet received from the terminal of the conversation partner to the user; (b) 상기 수신된 패킷 중에서 이미지 데이터가 존재하는 패킷을 검출하는 단계;(b) detecting a packet in which image data exists among the received packets; (c) 상기 추출된 이미지 파일을 디코딩하여 이미지를 출력하는 단계; 및(c) decoding the extracted image file and outputting an image; And (d) 상기 이미지 데이터가 검출된 패킷으로부터 보이스 데이터를 추출하고, 추출된 보이스 데이터를 디코딩하여 음향을 출력하는 단계;를 포함하는 것을 특징으로 하는 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공방법.(d) extracting voice data from the packet from which the image data is detected, and decoding the extracted voice data to output a sound; and a method of providing a real-time chat service having a function of transmitting and receiving voice emoticons. 제 9항에 있어서,The method of claim 9, 상기 수신된 패킷으로부터 추출한 이미지 파일은 BMP 포맷의 이미지 파일이 며,The image file extracted from the received packet is an image file of the BMP format, 상기 (b)단계에서 상기 수신된 패킷으로부터 추출한 이미지 파일의 헤더에 기록되어 있는 파일크기와 이미지 크기를 기초로 이미지 데이터의 시작위치를 산출하고, 상기 산출된 이미지 데이터의 시작위치와 상기 이미지 파일의 헤더에 기록되어 있는 이미지 데이터의 시작위치의 일치여부에 의해 상기 이미지 파일이 보이스 이모티콘인지 여부를 판별하고,The starting position of the image data is calculated based on the file size and the image size recorded in the header of the image file extracted from the received packet in the step (b), and the starting position of the calculated image data and the image file It is determined whether or not the image file is a voice emoticon by matching the starting position of the image data recorded in the header. 상기 (d)단계에서 상기 추출된 이미지 파일의 칼라맵의 다음 비트로부터 상기 이미지 파일의 헤더로부터 파악한 이미지 데이터의 시작위치의 이전 비트까지에 기록되어 있는 보이스 데이터를 추출하고, 추출한 보이스 데이터를 디코딩하여 출력하는 것을 특징으로 하는 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공방법.In step (d), voice data recorded from the next bit of the color map of the extracted image file to the previous bit of the start position of the image data determined from the header of the image file is extracted, and the extracted voice data is decoded. Real-time chat service providing method having a function of transmitting and receiving a voice emoticon, characterized in that output. 제 10항에 있어서,The method of claim 10, (e) 상기 이미지 파일로부터 추출된 파일식별정보 및 음향정보를 포함하는 보이스 데이터를 저장하는 단계를 더 포함하며,(e) storing voice data including file identification information and sound information extracted from the image file; 상기 (d)단계는,In step (d), (d1) 상기 이미지 파일의 칼라맵의 다음 비트로부터 상기 보이스 데이터의 파일식별정보를 추출하는 단계; (d1) extracting file identification information of the voice data from the next bit of the color map of the image file; (d2) 상기 추출된 파일식별정보에 대응하는 보이스 데이터가 저장수단에 저장되어 있으면 상기 저장수단으로부터 상기 추출된 파일식별정보에 대응하는 보이 스 데이터를 독출하여 출력하고, 상기 추출된 파일식별정보에 대응하는 보이스 데이터가 상기 저장수단에 존재하지 않으면 상기 이미지 파일의 칼라맵의 다음 비트로부터 상기 이미지 파일의 헤더로부터 파악한 이미지 데이터의 시작위치의 이전 비트까지에 기록되어 있는 보이스 데이터를 추출한 후 추출한 보이스 데이터를 디코딩하여 출력하는 단계;를 포함하는 것을 특징으로 하는 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공방법.(d2) If the voice data corresponding to the extracted file identification information is stored in the storage means, the voice data corresponding to the extracted file identification information is read out from the storage means, and outputted to the extracted file identification information. If the corresponding voice data does not exist in the storage means, the voice data extracted after extracting the voice data recorded from the next bit of the color map of the image file to the previous bit of the start position of the image data grasped from the header of the image file Decoding and outputting a; Real-time chat service providing method having a transmission and reception function of the voice emoticon comprising a. 제 10항 또는 제 11항에 있어서,The method according to claim 10 or 11, wherein (f) 이미지 파일의 형태에 사용자가 선택한 보이스 데이터를 삽입하여 상기 보이스 이모티콘을 생성하는 단계를 더 포함하는 것을 특징으로 하는 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공방법.and (f) inserting voice data selected by a user into a form of an image file to generate the voice emoticon. 제 12항에 있어서,The method of claim 12, 상기 (f)단계는,Step (f), (f1) 사용자가 선택한 보이스 데이터를 이미지 파일의 칼라맵의 다음 비트로부터 기록하는 단계; 및(f1) recording the voice data selected by the user from the next bit of the colormap of the image file; And (f2) 상기 이미지 파일 헤더의 이미지 데이터 시작위치필드에 보이스 데이터가 기록되어 있는 마지막 비트의 다음 비트의 주소를 기록하여 이미지 파일 형태의 보이스 이모티콘을 생성하는 단계;를 포함하는 것을 특징으로 하는 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공방법.(f2) generating a voice emoticon in the form of an image file by recording the address of the next bit of the last bit in which the voice data is recorded in the image data start position field of the image file header; Real-time chat service providing method having a transmission and reception function. 제 12항에 있어서,The method of claim 12, 상기 (f)단계는, Step (f), (f3) 사용자가 선택한 이미지 이모티콘에 해당하는 이미지 파일의 칼라맵과 이미지 데이터의 사이에 사용자가 선택한 보이스 데이터를 삽입하는 단계; 및(f3) inserting voice data selected by the user between the color map of the image file corresponding to the image emoticon selected by the user and the image data; And (f4) 상기 이미지 파일 헤더의 파일크기와 이미지 데이터의 시작위치를 변경하여 이미지 파일 형태의 보이스 이모티콘을 생성하는 단계;를 포함하는 것을 특징으로 하는 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공방법.and (f4) generating a voice emoticon in the form of an image file by changing a file size of the image file header and a starting position of the image data. 제 10항 또는 제 11항에 있어서,The method according to claim 10 or 11, wherein (g) 상기 수신된 패킷에 포함되어 있는 이미지 파일의 확장자에 의해 이미지 이모티콘의 포맷을 파악하는 단계; 및(g) determining the format of the image emoticon by the extension of the image file included in the received packet; And (h) 상기 이미지 이모티콘이 PNG 파일로 작성된 것으로 파악되면, 상기 보이스 디코더는 사용자가 직접 생성할 수 있는 chunk인 private chunk의 구성요소인 chunk data로부터 보이스 데이터를 추출한 후 디코딩하여 음향을 출력하는 단계;를 도 포함하는 것을 특징으로 하는 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공방법.(h) if it is determined that the image emoticon is written as a PNG file, the voice decoder extracts voice data from chunk data, which is a component of a private chunk, which is a chunk that can be directly generated by the user, and then decodes and outputs sound; Real-time chat service providing method having a transmission and reception function of the voice emoticon, comprising: a. 제 9항에 있어서,The method of claim 9, 상기 수신된 패킷으로부터 추출한 이미지 파일은 PNG 포맷의 이미지 파일이 며,The image file extracted from the received packet is an image file in PNG format, 상기 (b)단계에서 상기 수신된 패킷으로부터 추출한 chunk의 형태가 사전에 설정되어 있는 보이스 이모티콘 chunk의 형태인지 여부를 검사하여 상기 이미지 파일이 보이스 이모티콘인지 여부를 판별하고,In step (b), it is determined whether the shape of the chunk extracted from the received packet is a preset voice emoticon chunk to determine whether the image file is a voice emoticon, 상기 (d)단계에서 상기 보이스 이모티콘 chunk로 확인된 이미지 파일의 chunk 데이터를 추출하고, 추출한 chunk 데이터에 포함되어 있는 보이스 데이터를 디코딩하여 음향을 출력하는 것을 특징으로 하는 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공방법.Extracting chunk data of the image file identified as the voice emoticon chunk in step (d), decoding voice data included in the extracted chunk data, and outputting a sound. How to provide a chat service. 제 9항, 제10항, 및 제16항 중 어느 한 항에 기재된 보이스 이모티콘의 송수신 기능을 갖는 실시간 채팅 서비스 제공방법을 컴퓨터에서 실행시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체.A computer-readable recording medium having recorded thereon a program for executing a real-time chat service providing method of transmitting / receiving a voice emoticon according to any one of claims 9, 10 and 16.
KR1020040075974A 2004-09-22 2004-09-22 Apparatus for providing real time chatting service having a function of transmitting voice emoticon and method of the same KR20060027129A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020040075974A KR20060027129A (en) 2004-09-22 2004-09-22 Apparatus for providing real time chatting service having a function of transmitting voice emoticon and method of the same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020040075974A KR20060027129A (en) 2004-09-22 2004-09-22 Apparatus for providing real time chatting service having a function of transmitting voice emoticon and method of the same

Publications (1)

Publication Number Publication Date
KR20060027129A true KR20060027129A (en) 2006-03-27

Family

ID=37138274

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020040075974A KR20060027129A (en) 2004-09-22 2004-09-22 Apparatus for providing real time chatting service having a function of transmitting voice emoticon and method of the same

Country Status (1)

Country Link
KR (1) KR20060027129A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016117962A1 (en) * 2015-01-22 2016-07-28 서용창 Method and user terminal for providing hologram image-based message service, and hologram image display device
WO2022061377A1 (en) * 2020-09-21 2022-03-24 Snap Inc. Chats with micro sound clips

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016117962A1 (en) * 2015-01-22 2016-07-28 서용창 Method and user terminal for providing hologram image-based message service, and hologram image display device
WO2022061377A1 (en) * 2020-09-21 2022-03-24 Snap Inc. Chats with micro sound clips
US11470025B2 (en) 2020-09-21 2022-10-11 Snap Inc. Chats with micro sound clips
US11888795B2 (en) 2020-09-21 2024-01-30 Snap Inc. Chats with micro sound clips

Similar Documents

Publication Publication Date Title
US8321518B2 (en) Linking sounds and emoticons
JP5021042B2 (en) Apparatus and method for providing and displaying animated SMS messages
CN107657471B (en) Virtual resource display method, client and plug-in
CN100481851C (en) Avatar control using a communication device
FI115868B (en) speech synthesis
US20120162350A1 (en) Audiocons
JP3301983B2 (en) Interactive communication device and method using characters
US20070279419A1 (en) System and method for transmission of messages using animated communication elements
US20060019636A1 (en) Method and system for transmitting messages on telecommunications network and related sender terminal
CN102209044B (en) Method for displaying picture message, apparatus and system thereof
US20180139158A1 (en) System and method for multipurpose and multiformat instant messaging
EP2640101A1 (en) Method and system for processing media messages
US9055015B2 (en) System and method for associating media files with messages
CN102130997B (en) Message transmitting method and device
JP2009064418A (en) Instant message system with personal object and method therefor
KR20060027129A (en) Apparatus for providing real time chatting service having a function of transmitting voice emoticon and method of the same
KR20090054609A (en) Voip telephone communication system and method for providing users with telephone communication service comprising emotional contents effect
RU2005137920A (en) MESSAGE TRANSMISSION METHOD
KR20100125994A (en) Method for providing emotion of message sender and receiver using this
KR101276873B1 (en) Method of displaying a text in a mobile communication terminal and the mobile communication terminal thereof
KR20110089703A (en) Apparatus and method for transmitting handwriting animation message preventing spam message
KR100447329B1 (en) Method Of Providing Music Postcard Service In Web Chatting Environment
KR20040039771A (en) A device for playing a sound from imoticon and method for playing the sound
KR100906768B1 (en) Method and device for answering message including received message
KR100906767B1 (en) Method and Apparatus for Message Transformation

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
NORF Unpaid initial registration fee