WO2018120821A1 - Method and device for producing presentation - Google Patents

Method and device for producing presentation Download PDF

Info

Publication number
WO2018120821A1
WO2018120821A1 PCT/CN2017/094600 CN2017094600W WO2018120821A1 WO 2018120821 A1 WO2018120821 A1 WO 2018120821A1 CN 2017094600 W CN2017094600 W CN 2017094600W WO 2018120821 A1 WO2018120821 A1 WO 2018120821A1
Authority
WO
WIPO (PCT)
Prior art keywords
presentation
audio data
focus
speech
web page
Prior art date
Application number
PCT/CN2017/094600
Other languages
French (fr)
Chinese (zh)
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 北京奇虎科技有限公司
Publication of WO2018120821A1 publication Critical patent/WO2018120821A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting

Definitions

  • the present application relates to the field of web technologies, and in particular, to a method for fabricating a presentation and a device for making a presentation.
  • the user In order to realize distance learning, the user usually records the operation of the presentation while the user is speaking, keeping the user's speech synchronized with the presentation.
  • the video data obtained by recording the operation of the presentation is bulky and takes up a lot of storage space.
  • the video data is often compressed to reduce the resolution of the video data, resulting in blurry content of the presentation.
  • the present application has been made in order to provide a method for fabricating a presentation and a corresponding apparatus for producing a presentation that overcomes the above problems or at least partially solves the above problems.
  • a method of making a presentation including:
  • a production apparatus for a presentation including:
  • a web page loading module adapted to load a web page generated for the presentation
  • a presentation element configuration module adapted to configure a presentation element in the web page
  • An audio data adding module adapted to add audio data to the presentation element on a time axis to synchronously play the audio data when the presentation element is played according to the time axis;
  • a speech focus action setting module is adapted to set a speech focus action on the presentation element to focus the presentation document in accordance with the speech focus action.
  • a computer program comprising computer readable code causing the terminal device to perform the production of any of the aforementioned presentations when the computer readable code is run on a terminal device method.
  • a computer readable medium storing a computer program of a method of fabricating a presentation as described above.
  • the embodiment of the present application loads a web page generated for a presentation in a client, and configures a presentation element in the web page, and further adds audio data to the presentation element on the timeline, so that the presentation can be played according to the timeline
  • the elements are synchronized to play audio data, the audio data is re-added in the selected target time interval on the time axis, the web page is used as a carrier to create a presentation, and the audio data is used to realize the synchronous playing of the presentation elements and audio data for the user.
  • FIG. 1 is a flow chart showing the steps of an embodiment of a method for creating a presentation according to an embodiment of the present application
  • FIGS. 2A-2C illustrate example diagrams of a configuration presentation element in accordance with one embodiment of the present application
  • 3A-3D illustrate example diagrams of editing a presentation element and audio data playback order, in accordance with one embodiment of the present application
  • FIGS. 4A-4D illustrate example diagrams of playing presentation elements and audio data in accordance with one embodiment of the present application
  • FIGS. 5A-5B illustrate example diagrams of recording audio data in accordance with one embodiment of the present application
  • 6A-6B illustrate example diagrams of a focus element in accordance with one embodiment of the present application
  • FIG. 7 is a structural block diagram of a device for fabricating a presentation according to an embodiment of the present application.
  • Figure 8 schematically shows a block diagram of a terminal device for performing the method according to the present application
  • Fig. 9 schematically shows a storage unit for holding or carrying program code implementing the method according to the present application.
  • FIG. 1 is a flow chart showing the steps of an embodiment of a method for creating a presentation according to an embodiment of the present application. Specifically, the method may include the following steps:
  • Step 101 Load a web page generated for the presentation.
  • the user can log in to the server by using a user account on a client such as a browser, and send a request for generating a presentation to the server.
  • a client such as a browser
  • the server can configure a new presentation and configure the presentation with a unique presentation identifier, such as slide_id (slide ID), which is used to generate a unique one for the presentation. Edit the URL (Uniform Resource Locator) and return the URL for editing to the client.
  • slide_id segment ID
  • URL Uniform Resource Locator
  • the client accesses the URL for editing to load a web page, which is the carrier of the presentation, ie the presentation can edit the content in the web page.
  • the information of the presentation can be displayed in the area such as the user center.
  • the client can directly load the web page by using the URL for editing, which is not used in the embodiment of the present application. limit.
  • the presentation ID is used to generate a unique URL for the presentation, and the URL for the presentation is returned to the client.
  • the client can access the URL for the presentation to load the web page, which is the carrier of the presentation, ie the presentation can be played in the web page.
  • Step 102 configuring a presentation element in the web page.
  • the presentation elements can include one or more of the following:
  • Text images, images of specified shapes, lines, tables, frames, and code.
  • the user can trigger the presentation element to edit state by clicking or the like.
  • the editing operation bar of the presentation element is popped up in the web page, and the user can display the element of the presentation element in the editing operation column. Parameters for the user to adjust.
  • the edit operation bar of the text box can be popped up in the web page, and the user can set the font alignment and font. Play multiplier, font color, line spacing, font spacing and other element parameters.
  • the edit operation column of the table may be popped up in the web page, and the user may set the number of rows, the number of columns, and the cell.
  • Element parameters such as margins, border width, and border color.
  • the user can save it manually, or the script of the client executing the web page can be automatically saved.
  • the parameters configured in the presentation element of the web page can be synchronized with the server during saving, and the server takes the parameter. Store under the presentation (represented by the presentation ID) for subsequent loading.
  • the client loads the web page with the URL for editing, and according to the previously set element parameters. Load the appropriate presentation element for the user to proceed Line editing, this embodiment of the application does not limit this.
  • Step 103 adding audio data to the presentation element on a time axis to synchronously play the audio data when the presentation element is played according to the time axis.
  • the client in order to control the playing of the presentation, can configure a timeline and set the playing time of the presentation element on the timeline.
  • the user can record audio data
  • the client adds audio data to the presentation element, such as a user's speech, so that the presentation elements can be played while the audio data is being played on the time axis, so that the two can be synchronized.
  • the user can set the playing time of the presentation element. With the passage of time, when the audio data is set to be played, the speech can be set to be switched in order.
  • the manuscript elements that is, the text "Quiet Night Thinking", “Li Bai”, “Before the Moon”.
  • the timing control is displayed in the lower left corner, and as time passes, the audio presentation data is played, and the presentation document elements are switched in order, that is, the text is displayed. "Quiet night thinking”, “Li Bai”, “before the bed bright moonlight”.
  • step 103 may include the following sub-steps:
  • Sub-step S11 the recorder is called to record audio data to the presentation element.
  • the microphone can be called to collect the original audio data, and the recorder is called to record the audio data.
  • a recording control can be loaded, after clicking the recording control, recording is started, and a visual element of the audio data is displayed on the axis element of the visual axis of the time axis.
  • the sub-step S11 may include the following sub-steps:
  • Sub-step S111 acquiring original audio stream data collected by the microphone
  • Sub-step S112 the original audio stream data is transmitted to the recorder
  • Sub-step S113 the original audio stream data is visualized in the recorder according to the recording parameters, and the original audio stream data is converted into audio data of a specified format.
  • the client can pass WebRTC (Web Real-Time Communication, The getUserMedia interface provided by the webpage real-time communication) acquires the original audio stream data collected by the microphone.
  • WebRTC Web Real-Time Communication
  • the getUserMedia interface provided by the webpage real-time communication acquires the original audio stream data collected by the microphone.
  • a script processing node is created by the createScriptProcess method of the Web Audio API, which is used to process raw audio stream data using Javascript.
  • the audio source node is connected to the processing node, and the processing node is connected to the audio output node to form a complete processing flow.
  • the processing node can listen to the AudioProcessingEvent event through the onaudioprocess method, and the event acquires a certain length of data from the original audio stream data for processing at regular intervals.
  • the original audio stream data is visualized by the drawAudioWave method (the visualized elements are generated based on the frequency, waveform and other attributes of the original audio stream data), and the audio data is transmitted to the Web Worker for audio.
  • the drawAudioWave method the visualized elements are generated based on the frequency, waveform and other attributes of the original audio stream data
  • the audio data is transmitted to the Web Worker for audio.
  • the audio processing is paused, and a format file such as WAV is requested from the Web Worker, and the Web Worker converts the existing original audio stream data into audio data of a format such as WAV and returns it.
  • a format file such as WAV
  • the computing power of the client (such as a browser) is mostly limited, and the temporary storage and processing of the original audio stream data generally requires a large amount of computing power, another thread is opened by introducing a Web Worker.
  • the temporary storage and processing of the original audio stream data is performed to ensure that other processing of the client (such as a browser) can be performed normally.
  • step 103 may include the following sub-steps:
  • Sub-step S21 inputting text information to the presentation element
  • Sub-step S22 converting the text information into audio data.
  • the terminal where the client is located is not configured with a microphone
  • the user can input text information to the presentation element, which can be synthesized by voice (The Emperor Waltz, TEW) Converts text information to audio data.
  • voice The Emperor Waltz, TEW
  • Speech synthesis also known as Text to Speech (TTS) technology
  • TTS Text to Speech
  • the characteristics of the segment such as pitch, length and intensity, are made, so that the synthesized speech can correctly express the semantics and sound more natural.
  • the phonetic primitives of the single words or phrases corresponding to the processed text are extracted from the speech synthesis library, and the prosody characteristics of the speech primitives are adjusted and modified by using a specific speech synthesis technique, and finally synthesized. Meet the required voice data.
  • the manner of adding audio data is only an example.
  • other manners of adding audio data may be set according to actual conditions, for example, directly importing existing audio data, and the like. This is not limited.
  • those skilled in the art may also adopt other manners of adding audio data according to actual needs, and the embodiment of the present application does not limit this.
  • the audio data on the time axis can be uploaded to the server.
  • the audio data can be retrieved from the Web Worker, and the audio file is compressed by the amrnb.js library, compressed into a specified format such as amr, and then uploaded to the server, the server stores Under the presentation (represented by the presentation ID) for subsequent loading.
  • Step 104 setting a speech focus action on the presentation element to gather according to the speech The focus action focuses on the presentation.
  • a speech focus action may be configured thereon, so that when the presentation document is played, a focusing operation may be performed, so that the attention of the viewed user can be concentrated on the presentation.
  • Document element for a presentation element that may be emphasized, a speech focus action may be configured thereon, so that when the presentation document is played, a focusing operation may be performed, so that the attention of the viewed user can be concentrated on the presentation.
  • Document element for a presentation element that may be emphasized, a speech focus action may be configured thereon, so that when the presentation document is played, a focusing operation may be performed, so that the attention of the viewed user can be concentrated on the presentation.
  • step 104 may include the following sub-steps:
  • Sub-step S31 determining a presentation element to be focused
  • Sub-step S32 adding a focus element to the speech document element to be focused
  • Sub-step S33 recording the focused element and the corresponding time point to focus on the focus document element to be focused when the speech document is played to the time point.
  • the user can trigger the presentation element of the current web page by means of a mouse click or the like, and add a focus element to the presentation element.
  • the presentation element to be focused is in a first position of the web page, and the second location is calculated in the web page based on the first location, such as in the upper left corner and the upper right corner of the first location
  • the position is a second position or the like, and a focus element is added at the second position.
  • the text "still night thinking” is a presentation element to be focused, with the upper left corner of the first position as a second position, and an arrow-shaped focusing element is added at the second position, Point to the text “Quiet Nights” and set its time point to 4 seconds, that is, you can play the text "Quiet Nights” in 0.9 seconds, play the arrow-shaped focus elements in 4 seconds, and focus on the text "Quiet Nights”.
  • the embodiment of the present application loads a web page generated for a presentation in a client, and configures a presentation element in the web page, and further adds audio data to the presentation element on the timeline, so that the presentation can be played according to the timeline
  • the elements are synchronized to play audio data, the audio data is re-added in the selected target time interval on the time axis, the web page is used as a carrier to create a presentation, and the audio data is used to realize the synchronous playing of the presentation elements and audio data for the user.
  • FIG. 7 is a structural block diagram of an embodiment of a device for creating a presentation according to an embodiment of the present application, which may specifically include the following modules:
  • a web page loading module 701, configured to load a web page generated for the presentation
  • a presentation element configuration module 702 adapted to configure a presentation element in the web page
  • An audio data adding module 703, configured to add audio data to the presentation element on a time axis to synchronously play the audio data when the presentation element is played according to the time axis;
  • the speech focus action setting module 704 is adapted to set a speech focus action on the presentation element to focus the speech presentation in accordance with the speech focus action.
  • the audio data adding module 703 includes:
  • a recording sub-module adapted to call the recorder to record audio data to the presentation element.
  • the recording submodule includes:
  • the original audio stream data acquiring unit is adapted to acquire original audio stream data collected in the microphone
  • a recorder incoming unit adapted to transmit the raw audio stream data to the recorder
  • a recorder processing unit adapted to visualize the original audio stream data in the recorder according to recording parameters, and convert the original audio stream data into audio data of a specified format.
  • the audio data adding module 703 includes:
  • a text information input submodule adapted to input text information to the presentation element
  • a text information conversion sub-module adapted to convert the text information into audio data.
  • the speech focus action setting module 704 includes:
  • a presentation element determination sub-module adapted to determine a presentation element to be focused
  • a focus element adding submodule adapted to add a focus element to the speech document element to be focused
  • An information recording sub-module adapted to record the focus element and a corresponding time point to focus the focus document to focus on the speech document element to be focused when the speech document is played to the time point.
  • the focused element adding submodule includes:
  • a first location determining unit configured to determine that the presentation element to be focused is at a first location of the web page
  • a second location determining unit configured to calculate a second location based on the first location in the web page
  • a position adding unit adapted to add a focusing element at the second position.
  • the method further includes:
  • An audio uploading module adapted to upload audio data on the timeline to a server.
  • the description is relatively simple, and the relevant parts can be referred to the description of the method embodiment.
  • the various component embodiments of the present invention may be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof.
  • a microprocessor or digital signal processor may be used in practice to implement some or all of the functionality of some or all of the components of the presentation device in accordance with embodiments of the present invention.
  • the invention can also be implemented as a device or device program (e.g., a computer program and a computer program product) for performing some or all of the methods described herein.
  • a program implementing the invention may be stored on a computer readable medium or may be in the form of one or more signals. Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.
  • Figure 8 shows a terminal that can implement the production of a presentation in accordance with the present invention.
  • the terminal device conventionally includes a processor 810 and a computer program product or computer readable medium in the form of a memory 820.
  • the memory 820 may be an electronic memory such as a flash memory, an EEPROM (Electrically Erasable Programmable Read Only Memory), an EPROM, a hard disk, or a ROM.
  • Memory 820 has a memory space 830 for program code 831 for performing any of the method steps described above.
  • storage space 830 for program code may include various program code 831 for implementing various steps in the above methods, respectively.
  • the program code can be read from or written to one or more computer program products.
  • Such computer program products include program code carriers such as hard disks, compact disks (CDs), memory cards or floppy disks.
  • Such a computer program product is typically a portable or fixed storage unit as described with reference to FIG.
  • the storage unit may have a storage section, a storage space, and the like arranged similarly to the storage 820 in the terminal device of FIG.
  • the program code can be compressed, for example, in an appropriate form.
  • the storage unit includes computer readable code 831', i.e., code readable by a processor, such as 810, that when executed by the terminal device causes the terminal device to perform each of the methods described above step.

Abstract

A method and device for producing a presentation. The method comprises: loading a web page generated for a presentation (101); configuring a presentation element in the web page (102); adding audio data for the presentation element on a timeline, simultaneously playing back the audio data when playing back the presentation element according to the timeline (103); configuring a speech focusing action for the presentation element, and focusing on the presentation according to the speech focusing action (104). The method and device make a web element as the presentation element and allow, in comparison with video data, greatly reduced volume and reduced occupation of storage space; moreover, because the web element is rendered and loaded directly on the web page, the need for compression processing is obviated, and the clarity of the web element can be ensured.

Description

一种演示文稿的制作方法和装置Method and device for making presentation 技术领域Technical field
本申请涉及web技术领域,特别是涉及一种演示文稿的制作方法和一种演示文稿的制作装置。The present application relates to the field of web technologies, and in particular, to a method for fabricating a presentation and a device for making a presentation.
背景技术Background technique
在人们的日常工作、学习和技术交流中,为了方便而有条理的讲解,经常采用演示文稿辅助演讲。In people's daily work, study and technical exchanges, for the convenience of a structured explanation, often use presentations to assist the speech.
为了实现进行远程教学,用户在进行演讲时,通常对演示文稿的操作进行录屏,保持用户的演讲与演示文稿同步。In order to realize distance learning, the user usually records the operation of the presentation while the user is speaking, keeping the user's speech synchronized with the presentation.
此后,其他用户可以播放录屏获得的视频数据,收听该用户的演讲以及观看演示文稿的内容,而无需该用户实时面对其他用户进行演讲。Thereafter, other users can play the video data obtained by the screen recording, listen to the user's speech and view the content of the presentation without the user having to speak to other users in real time.
但是,对演示文稿的操作进行录屏获得的视频数据,体积较大,占用大量的存储空间。However, the video data obtained by recording the operation of the presentation is bulky and takes up a lot of storage space.
为了减少存储空间,经常会对视频数据进行压缩,降低视频数据的分辨率,导致演示文稿的内容模糊。In order to reduce the storage space, the video data is often compressed to reduce the resolution of the video data, resulting in blurry content of the presentation.
发明内容Summary of the invention
鉴于上述问题,提出了本申请以便提供一种克服上述问题或者至少部分地解决上述问题的一种演示文稿的制作方法和相应的一种演示文稿的制作装置。In view of the above problems, the present application has been made in order to provide a method for fabricating a presentation and a corresponding apparatus for producing a presentation that overcomes the above problems or at least partially solves the above problems.
依据本申请的一个方面,提供了一种演示文稿的制作方法,包括:According to an aspect of the present application, a method of making a presentation is provided, including:
加载对演示文稿生成的web页面;Load a web page generated for the presentation;
在所述web页面中配置演示文稿元素;Configuring a presentation element in the web page;
在时间轴上对所述演示文稿元素添加音频数据,以按照所述时间轴播放所述演示文稿元素时同步播放所述音频数据;Adding audio data to the presentation element on a timeline to synchronously play the audio data when the presentation element is played in accordance with the timeline;
对所述演示文稿元素设置演讲聚焦动作,以按照所述演讲聚焦动作对所 述演讲文稿聚焦。Setting a speech focus action on the presentation element to follow the speech focus action Focus on the presentation of the speech.
根据本申请的另一方面,提供了一种演示文稿的制作装置,包括:According to another aspect of the present application, a production apparatus for a presentation is provided, including:
web页面加载模块,适于加载对演示文稿生成的web页面;a web page loading module adapted to load a web page generated for the presentation;
演示文稿元素配置模块,适于在所述web页面中配置演示文稿元素;a presentation element configuration module adapted to configure a presentation element in the web page;
音频数据添加模块,适于在时间轴上对所述演示文稿元素添加音频数据,以按照所述时间轴播放所述演示文稿元素时同步播放所述音频数据;An audio data adding module adapted to add audio data to the presentation element on a time axis to synchronously play the audio data when the presentation element is played according to the time axis;
演讲聚焦动作设置模块,适于对所述演示文稿元素设置演讲聚焦动作,以按照所述演讲聚焦动作对所述演讲文稿聚焦。A speech focus action setting module is adapted to set a speech focus action on the presentation element to focus the presentation document in accordance with the speech focus action.
根据本申请的另一方面,提供了一种计算机程序,包括计算机可读代码,当所述计算机可读代码在终端设备上运行时,导致所述终端设备执行前述任一个所述演示文稿的制作方法。According to another aspect of the present application, there is provided a computer program comprising computer readable code causing the terminal device to perform the production of any of the aforementioned presentations when the computer readable code is run on a terminal device method.
根据本申请的另一方面,提供了一种计算机可读介质,其中存储了如前述演示文稿的制作方法的计算机程序。According to another aspect of the present application, there is provided a computer readable medium storing a computer program of a method of fabricating a presentation as described above.
本申请实施例在客户端中加载对演示文稿生成的web页面,并在该web页面中配置演示文稿元素,此外,在时间轴上对演示文稿元素添加音频数据,使得可以按照时间轴播放演示文稿元素时同步播放音频数据,在时间轴上选定目标时间区间重新添加音频数据,将web页面作为载体制作演示文稿,并配以音频数据,实现在同步播放演示文稿元素及音频数据,可供用户观看演示文稿的内容、收听演示文稿的演讲,一方面,将web元素作为演示文稿元素,相比视频数据,可以大大减少提及,减少存储空间的占用,并且,由于web元素是直接在web页面绘制、加载,无需进行压缩处理,可以保证web元素的清晰度,另一方面,对演示文稿元素设置演讲聚焦动作,使得播放时可以按照演讲聚焦动作对演讲文稿聚焦,提高了演讲文稿聚焦的可操作性。The embodiment of the present application loads a web page generated for a presentation in a client, and configures a presentation element in the web page, and further adds audio data to the presentation element on the timeline, so that the presentation can be played according to the timeline The elements are synchronized to play audio data, the audio data is re-added in the selected target time interval on the time axis, the web page is used as a carrier to create a presentation, and the audio data is used to realize the synchronous playing of the presentation elements and audio data for the user. Viewing the content of the presentation, listening to the presentation of the presentation, on the one hand, using the web element as a presentation element, compared to the video data, can greatly reduce the mention, reduce the storage space, and, because the web element is directly on the web page Drawing, loading, without compression processing, can ensure the clarity of the web elements. On the other hand, set the speech focus action on the presentation elements, so that the presentation can be focused on the presentation according to the speech focus action during playback, and the focus of the speech presentation can be improved. Operational.
上述说明仅是本申请技术方案的概述,为了能够更清楚了解本申请的技术手段,而可依照说明书的内容予以实施,并且为了让本申请的上述和其它目的、特征和优点能够更明显易懂,以下特举本申请的具体实施方式。 The above description is only an overview of the technical solutions of the present application, and the technical means of the present application can be more clearly understood, and the above and other objects, features and advantages of the present application can be more clearly understood. The following is a specific embodiment of the present application.
附图说明DRAWINGS
通过阅读下文优选实施方式的详细描述,各种其他的优点和益处对于本领域普通技术人员将变得清楚明了。附图仅用于示出优选实施方式的目的,而并不认为是对本申请的限制。而且在整个附图中,用相同的参考符号表示相同的部件。在附图中:Various other advantages and benefits will become apparent to those skilled in the art from a The drawings are only for the purpose of illustrating the preferred embodiments and are not intended to be limiting. Throughout the drawings, the same reference numerals are used to refer to the same parts. In the drawing:
图1示出了根据本申请一个实施例的一种演示文稿的制作方法实施例的步骤流程图;1 is a flow chart showing the steps of an embodiment of a method for creating a presentation according to an embodiment of the present application;
图2A-图2C示出了根据本申请一个实施例的一种配置演示文稿元素的示例图;2A-2C illustrate example diagrams of a configuration presentation element in accordance with one embodiment of the present application;
图3A-图3D示出了根据本申请一个实施例的一种编辑演示文稿元素与音频数据播放顺序的示例图;3A-3D illustrate example diagrams of editing a presentation element and audio data playback order, in accordance with one embodiment of the present application;
图4A-图4D示出了根据本申请一个实施例的一种播放演示文稿元素与音频数据的示例图;4A-4D illustrate example diagrams of playing presentation elements and audio data in accordance with one embodiment of the present application;
图5A-图5B示出了根据本申请一个实施例的一种录制音频数据的示例图;5A-5B illustrate example diagrams of recording audio data in accordance with one embodiment of the present application;
图6A-图6B示出了根据本申请一个实施例的一种聚焦元素的示例图;以及6A-6B illustrate example diagrams of a focus element in accordance with one embodiment of the present application;
图7示出了根据本申请一个实施例的一种演示文稿的制作装置的结构框图;FIG. 7 is a structural block diagram of a device for fabricating a presentation according to an embodiment of the present application;
图8示意性地示出了用于执行根据本申请的方法的终端设备的框图;Figure 8 schematically shows a block diagram of a terminal device for performing the method according to the present application;
图9示意性地示出了用于保持或者携带实现根据本申请的方法的程序代码的存储单元。Fig. 9 schematically shows a storage unit for holding or carrying program code implementing the method according to the present application.
具体实施方式detailed description
下面将参照附图更详细地描述本公开的示例性实施例。虽然附图中显示了本公开的示例性实施例,然而应当理解,可以以各种形式实现本公开而不应被这里阐述的实施例所限制。相反,提供这些实施例是为了能够更透彻地 理解本公开,并且能够将本公开的范围完整的传达给本领域的技术人员。Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While the embodiments of the present invention have been shown in the drawings, the embodiments Rather, these embodiments are provided to provide a more thorough The disclosure is to be understood, and the scope of the present disclosure can be fully conveyed to those skilled in the art.
参照图1,示出了根据本申请一个实施例的一种演示文稿的制作方法实施例的步骤流程图,具体可以包括如下步骤:1 is a flow chart showing the steps of an embodiment of a method for creating a presentation according to an embodiment of the present application. Specifically, the method may include the following steps:
步骤101,加载对演示文稿生成的web页面。Step 101: Load a web page generated for the presentation.
在本申请实施例中,用户可以在浏览器等客户端采用用户账号登录服务器,并向服务器发送演示文稿的生成请求。In the embodiment of the present application, the user can log in to the server by using a user account on a client such as a browser, and send a request for generating a presentation to the server.
服务器若接收到客户端发送的生成请求,则可以配置一个新的演示文稿,并对该演示文稿配置唯一的演示文稿标识,如slide_id(幻灯片ID),采用该演示文稿标识生成唯一的用于编辑的URL(Uniform Resource Locator,统一资源定位符),并将该用于编辑的URL返回客户端。If the server receives the build request sent by the client, it can configure a new presentation and configure the presentation with a unique presentation identifier, such as slide_id (slide ID), which is used to generate a unique one for the presentation. Edit the URL (Uniform Resource Locator) and return the URL for editing to the client.
例如,假设某个演示文稿标识的slide_id为abcd1234,则可以生成用于编辑的URL为https://ppt.***.com/editor?slide_id=abcd1234,其中,“***”为该服务器的域名。For example, if the slide_id of a presentation ID is abcd1234, the URL that can be generated for editing is https://ppt.***.com/editor? Slide_id=abcd1234, where "***" is the domain name of the server.
客户端访问该用于编辑的URL加载web(网页)页面,该web页面为演示文稿的载体,即演示文稿可以在该web页面中编辑内容。The client accesses the URL for editing to load a web page, which is the carrier of the presentation, ie the presentation can edit the content in the web page.
当然,若在先已生成演示文稿,则在用户中心等区域可以显示该演示文稿的信息,用户点击之后,客户端可以直接采用用于编辑的URL加载web页面,本申请实施例对此不加以限制。Of course, if the presentation has been generated in the first place, the information of the presentation can be displayed in the area such as the user center. After the user clicks, the client can directly load the web page by using the URL for editing, which is not used in the embodiment of the present application. limit.
此外,当演示文稿编辑完成之后,采用演示文稿标识生成唯一的用于演讲的URL,并将该用于演讲的URL返回客户端。In addition, when the presentation is edited, the presentation ID is used to generate a unique URL for the presentation, and the URL for the presentation is returned to the client.
例如,假设某个演示文稿标识的slide_id为abcd1234,则可以生成用于编辑的URL为http://ppt.***.com/present?slide_id=abcd1234#/,其中,“***”为该服务器的域名。For example, if the slide_id of a presentation ID is abcd1234, the URL for editing can be generated as http://ppt.***.com/present? Slide_id=abcd1234#/, where "***" is the domain name of the server.
客户端可以访问该用于演讲的URL加载web页面,该web页面为演示文稿的载体,即可以在该web页面中播放演示文稿。The client can access the URL for the presentation to load the web page, which is the carrier of the presentation, ie the presentation can be played in the web page.
步骤102,在所述web页面中配置演示文稿元素。 Step 102, configuring a presentation element in the web page.
在web页面中具有一个或多个web操作控件,用户可以通过鼠标点击等方式触发该web操作控件,从而添加演示文稿元素。 There are one or more web operation controls in the web page, and the user can trigger the web operation control by means of a mouse click or the like to add a presentation element.
在一个示例中,如图2A所示,演示文稿元素可以包括如下的一种或多种:In one example, as shown in FIG. 2A, the presentation elements can include one or more of the following:
文字、图片、指定形状的图像、直线、表格、框架(iframe)、代码。Text, images, images of specified shapes, lines, tables, frames, and code.
在web页面中,可以直接对这些演示文稿元素进行操作,编辑部分元素参数,例如,调整字体的文本框、图片、图像、直线、表格框架、代码等演示文稿元素在web页面的大小,旋转字体的文本框、图片、图像、直线、表格框架、代码等演示文稿元素,拖动字体的文本框、图片、图像、直线、表格框架、代码等演示文稿元素在web页面的位置,在文字的文本框、表格等演示文稿元素中输入文本,等等。In the web page, you can directly manipulate these presentation elements, edit some of the element parameters, for example, adjust the font's text box, image, image, line, table frame, code, etc. The size of the presentation element in the web page, rotate the font Presentation elements such as text boxes, images, images, lines, table frames, code, etc., dragging text boxes, images, images, lines, table frames, code, etc. of the presentation elements in the position of the web page, text in the text Enter text in presentation elements such as boxes, tables, and more.
此外,用户可以通过点击等方式触发该演示文稿元素进行编辑状态,此时,在web页面中弹出该演示文稿元素的编辑操作栏,用户可以在该编辑操作栏中,显示该演示文稿元素的元素参数,以供用户进行调整。In addition, the user can trigger the presentation element to edit state by clicking or the like. At this time, the editing operation bar of the presentation element is popped up in the web page, and the user can display the element of the presentation element in the editing operation column. Parameters for the user to adjust.
例如,如图2B所示,如果在web页面中插入了文字的文本框,若用户点击该文本框,则可以在web页面中弹出该文本框的编辑操作栏,用户可以设置字体对齐方式、字体播放倍数、字体颜色、行间距、字体间距等元素参数。For example, as shown in FIG. 2B, if a text box of text is inserted in a web page, if the user clicks on the text box, the edit operation bar of the text box can be popped up in the web page, and the user can set the font alignment and font. Play multiplier, font color, line spacing, font spacing and other element parameters.
又例如,如图2C所示,如果在web页面中插入了表格,若用户点击该表格,则可以在web页面中弹出该表格的编辑操作栏,用户可以设置行数、列数、单元格内边距、边框宽度、边框颜色等元素参数。For another example, as shown in FIG. 2C, if a form is inserted in the web page, if the user clicks on the form, the edit operation column of the table may be popped up in the web page, and the user may set the number of rows, the number of columns, and the cell. Element parameters such as margins, border width, and border color.
需要说明的是,这些元素参数与可直接对演示文稿元素进行的编辑的种类可以相同,也可以不相同,本申请实施例对此不加以限制。It should be noted that these element parameters may be the same as or different from the types of editing that can be directly performed on the presentation elements, and the embodiment of the present application does not limit this.
对于演示文稿元素配置的编辑,用户可以手动保存,也可以客户端执行web页面的脚本自动保存,在web页面中对演示文稿元素配置的参数,可以在保存时与服务器进行同步,服务器将该参数存储至该演示文稿(以演示文稿标识表示)之下,以便后续进行加载。For the editing of the presentation element configuration, the user can save it manually, or the script of the client executing the web page can be automatically saved. The parameters configured in the presentation element of the web page can be synchronized with the server during saving, and the server takes the parameter. Store under the presentation (represented by the presentation ID) for subsequent loading.
当然,若在先已生成演示文稿,则在用户中心等区域可以显示该演示文稿的信息,用户点击之后,客户端在采用用于编辑的URL加载web页面的同时,按照在先设置的元素参数加载相应的演示文稿元素,以供用户继续进 行编辑,本申请实施例对此不加以限制。Of course, if the presentation has been generated before, the information of the presentation can be displayed in the user center and the like area. After the user clicks, the client loads the web page with the URL for editing, and according to the previously set element parameters. Load the appropriate presentation element for the user to proceed Line editing, this embodiment of the application does not limit this.
步骤103,在时间轴上对所述演示文稿元素添加音频数据,以按照所述时间轴播放所述演示文稿元素时同步播放所述音频数据。 Step 103, adding audio data to the presentation element on a time axis to synchronously play the audio data when the presentation element is played according to the time axis.
在本申请实施例中,为了控制演示文稿的播放,客户端可以配置一时间轴,并设置演示文稿元素在该时间轴的播放时间。In the embodiment of the present application, in order to control the playing of the presentation, the client can configure a timeline and set the playing time of the presentation element on the timeline.
此外,用户可以录制音频数据,客户端对演示文稿元素添加音频数据,例如用户的演讲讲话,以便按照时间轴在播放音频数据进行演讲等操作的同时,播放演示文稿元素,使得两者可以同步。In addition, the user can record audio data, and the client adds audio data to the presentation element, such as a user's speech, so that the presentation elements can be played while the audio data is being played on the time axis, so that the two can be synchronized.
在编辑状态下,如图3A、图3B、图3C、图3D所示,用户可以设置演示文稿元素的播放时间,随着时间的推移,在设置播放音频数据的同时,可以设置按照顺序切换演讲文稿元素,即显示文本“静夜思”、“李白”、“床前明月光”。In the editing state, as shown in FIG. 3A, FIG. 3B, FIG. 3C, and FIG. 3D, the user can set the playing time of the presentation element. With the passage of time, when the audio data is set to be played, the speech can be set to be switched in order. The manuscript elements, that is, the text "Quiet Night Thinking", "Li Bai", "Before the Moon".
在演讲状态下,如图4A、图4B、图4C、图4D所示,左下角显示计时的控件,随着时间的推移,在播放音频数据的同时,按照顺序切换演讲文稿元素,即显示文本“静夜思”、“李白”、“床前明月光”。In the speech state, as shown in FIG. 4A, FIG. 4B, FIG. 4C, and FIG. 4D, the timing control is displayed in the lower left corner, and as time passes, the audio presentation data is played, and the presentation document elements are switched in order, that is, the text is displayed. "Quiet night thinking", "Li Bai", "before the bed bright moonlight".
在本申请的一个实施例中,步骤103可以包括如下子步骤:In an embodiment of the present application, step 103 may include the following sub-steps:
子步骤S11,对所述演示文稿元素调用录音器录制音频数据。Sub-step S11, the recorder is called to record audio data to the presentation element.
在本申请实施例中,若客户端所处的终端配置有麦克风,则可以调用该麦克风采集原始的音频数据,并调用录音器录制成音频数据。In the embodiment of the present application, if the terminal where the client is located is configured with a microphone, the microphone can be called to collect the original audio data, and the recorder is called to record the audio data.
例如,如图5A和图5B所示,在web页面中,可以加载一录音控件,点击该录音控件之后,开始录音,并生成时间轴的可视化的轴元素上,显示音频数据的可视化的音频元素。For example, as shown in FIG. 5A and FIG. 5B, in a web page, a recording control can be loaded, after clicking the recording control, recording is started, and a visual element of the audio data is displayed on the axis element of the visual axis of the time axis. .
在本申请实施例的一个示例中,子步骤S11可以包括如下子步骤:In an example of an embodiment of the present application, the sub-step S11 may include the following sub-steps:
子步骤S111,获取麦克风采集的原始音频流数据;Sub-step S111, acquiring original audio stream data collected by the microphone;
子步骤S112,将所述原始音频流数据传入录音器;Sub-step S112, the original audio stream data is transmitted to the recorder;
子步骤S113,在所述录音器中按照录音参数对所述原始音频流数据进行可视化处理,并将所述原始音频流数据转换为指定格式的音频数据。Sub-step S113, the original audio stream data is visualized in the recorder according to the recording parameters, and the original audio stream data is converted into audio data of a specified format.
在本示例中,客户端可以通过WebRTC(Web Real-Time Communication, 源自网页实时通信)提供的getUserMedia接口,获取麦克风采集到的原始音频流数据。In this example, the client can pass WebRTC (Web Real-Time Communication, The getUserMedia interface provided by the webpage real-time communication) acquires the original audio stream data collected by the microphone.
通过Web Audio API(Application Programming Interface,应用程序编程接口)的createMediaStreamSource方法创建一个音频流源节点,并将该音频源传入录音器Recorder中,进行录音器的初始化。Create an audio stream source node through the createMediaStreamSource method of the Web Programming API (Application Programming Interface), and pass the audio source to the Recorder Recorder for initialization of the recorder.
在录音器中,通过Web Audio API的createScriptProcess方法创建一个脚本处理节点,该处理节点用于使用Javascript处理原始音频流数据。In the recorder, a script processing node is created by the createScriptProcess method of the Web Audio API, which is used to process raw audio stream data using Javascript.
此外,将音频源节点与处理节点相连,处理节点与音频输出节点相连,形成一个完整的处理流程。In addition, the audio source node is connected to the processing node, and the processing node is connected to the audio output node to form a complete processing flow.
处理节点可以通过onaudioprocess方法监听AudioProcessingEvent事件,该事件每隔一定时间从原始音频流数据中获取一定长度的数据进行处理。The processing node can listen to the AudioProcessingEvent event through the onaudioprocess method, and the event acquires a certain length of data from the original audio stream data for processing at regular intervals.
开始录音时,向Web Worker传递录音相关的参数(如开始的位置、选区的大小、选区右侧剩余的宽度),并通知onaudioprocess进行音频处理。When you start recording, pass the recording-related parameters (such as the starting position, the size of the selection, and the remaining width to the right of the selection) to the Web Worker, and notify onaudioprocess for audio processing.
参数设置完毕后,在onaudioprocess中,通过drawAudioWave方法对原始音频流数据进行可视化处理(基于原始音频流数据的频率、波形等属性生成可视化的元素),并将音频数据传递到Web Worker,进行音频的暂存与初步处理。After the parameters are set, in the onaudioprocess, the original audio stream data is visualized by the drawAudioWave method (the visualized elements are generated based on the frequency, waveform and other attributes of the original audio stream data), and the audio data is transmitted to the Web Worker for audio. Temporary and preliminary processing.
暂停录音时,暂停音频处理,并向Web Worker请求WAV等格式文件,Web Worker将已有的原始音频流数据为WAV等格式的音频数据并传回。When the recording is paused, the audio processing is paused, and a format file such as WAV is requested from the Web Worker, and the Web Worker converts the existing original audio stream data into audio data of a format such as WAV and returns it.
在本示例中,由于客户端(如浏览器)的计算能力大多比较有限,而对原始音频流数据的暂存以及处理一般需要很大的计算能力,因此,通过引入Web Worker另开启一个线程,进行原始音频流数据的暂存以及处理,从而保证客户端(如浏览器)的其他处理能够正常进行。In this example, since the computing power of the client (such as a browser) is mostly limited, and the temporary storage and processing of the original audio stream data generally requires a large amount of computing power, another thread is opened by introducing a Web Worker. The temporary storage and processing of the original audio stream data is performed to ensure that other processing of the client (such as a browser) can be performed normally.
在本申请的另一个实施例中,步骤103可以包括如下子步骤:In another embodiment of the present application, step 103 may include the following sub-steps:
子步骤S21,对所述演示文稿元素输入文本信息;Sub-step S21, inputting text information to the presentation element;
子步骤S22,将所述文本信息转换为音频数据。Sub-step S22, converting the text information into audio data.
在本申请实施例中,若客户端所处的终端未配置麦克风,则可以让用户对演示文稿元素输入文本信息,可以通过语音合成(The Emperor Waltz, TEW)将文本信息转换为音频数据。In the embodiment of the present application, if the terminal where the client is located is not configured with a microphone, the user can input text information to the presentation element, which can be synthesized by voice (The Emperor Waltz, TEW) Converts text information to audio data.
语音合成,又称文语转换(Text to Speech,TTS)技术,通常可以包括如下处理:Speech synthesis, also known as Text to Speech (TTS) technology, can usually include the following:
(1)文本分析(1) Text analysis
对输入的文本信息进行语言学分析(模拟人对自然语言的理解过程),逐句进行词汇的、语法的和语义的分析,以确定句子的低层结构和每个字的音素的组成,包括文本的断句、字词切分、多音字的处理、数字的处理、缩略语的处理等。使计算机对输入的文本能完全理解,并给出后两部分所需要的各种发音提示。Perform linguistic analysis on the input text information (simulating human understanding of natural language), lexical, grammatical and semantic analysis step by sentence to determine the low-level structure of the sentence and the composition of the phoneme of each word, including text Breaking sentences, word segmentation, processing of multi-syllable words, processing of numbers, processing of abbreviations, etc. Make the computer fully understand the input text and give the various pronunciation prompts needed in the last two parts.
(2)韵律建模(2) Prosody modeling
为合成语音规划出音段特征,如音高、音长和音强等,使合成语音能正确表达语意,听起来更加自然。For the synthesis of speech, the characteristics of the segment, such as pitch, length and intensity, are made, so that the synthesized speech can correctly express the semantics and sound more natural.
(3)语音合成(核心模块)(3) Speech synthesis (core module)
根据韵律建模的结果,把处理好的文本所对应的单字或短语的语音基元从语音合成库中提取,利用特定的语音合成技术对语音基元进行韵律特性的调整和修改,最终合成出符合要求的语音数据。According to the result of prosody modeling, the phonetic primitives of the single words or phrases corresponding to the processed text are extracted from the speech synthesis library, and the prosody characteristics of the speech primitives are adjusted and modified by using a specific speech synthesis technique, and finally synthesized. Meet the required voice data.
当然,上述添加音频数据的方式只是作为示例,在实施本申请实施例时,可以根据实际情况设置其他添加音频数据的方式,例如,直接导入已有的音频数据,等等,本申请实施例对此不加以限制。另外,除了上述判断处理方法外,本领域技术人员还可以根据实际需要采用其它添加音频数据的方式,本申请实施例对此也不加以限制。Of course, the manner of adding audio data is only an example. In the implementation of the embodiment of the present application, other manners of adding audio data may be set according to actual conditions, for example, directly importing existing audio data, and the like. This is not limited. In addition, in addition to the above-mentioned judging processing method, those skilled in the art may also adopt other manners of adding audio data according to actual needs, and the embodiment of the present application does not limit this.
在本申请实施例中,当添加音频数据完成时,可以将时间轴上的音频数据上传至服务器。In the embodiment of the present application, when the addition of the audio data is completed, the audio data on the time axis can be uploaded to the server.
在具体实现中,对于录制音频数据的情况,可以从Web Worker取回音频数据,并通过amrnb.js库等方式进行音频文件的压缩,压缩为amr等指定的格式,然后上传至服务器,服务器存储至该演示文稿(以演示文稿标识表示)之下,以便后续进行加载。In the specific implementation, for recording audio data, the audio data can be retrieved from the Web Worker, and the audio file is compressed by the amrnb.js library, compressed into a specified format such as amr, and then uploaded to the server, the server stores Under the presentation (represented by the presentation ID) for subsequent loading.
步骤104,对所述演示文稿元素设置演讲聚焦动作,以按照所述演讲聚 焦动作对所述演讲文稿聚焦。 Step 104, setting a speech focus action on the presentation element to gather according to the speech The focus action focuses on the presentation.
在本申请实施例中,对于可能要强调的演示文稿元素,则可以对其配置演讲聚焦动作,使得在播放该演讲文稿时,可以进行聚焦操作,使得观看的用户的注意力可以集中在该演示文稿元素。In the embodiment of the present application, for a presentation element that may be emphasized, a speech focus action may be configured thereon, so that when the presentation document is played, a focusing operation may be performed, so that the attention of the viewed user can be concentrated on the presentation. Document element.
在本申请的一个实施例中,步骤104可以包括如下子步骤:In an embodiment of the present application, step 104 may include the following sub-steps:
子步骤S31,确定待聚焦的演示文稿元素;Sub-step S31, determining a presentation element to be focused;
子步骤S32,对所述待聚焦的演讲文稿元素添加聚焦元素;Sub-step S32, adding a focus element to the speech document element to be focused;
子步骤S33,记录所述聚焦元素及对应的时间点,以在所述演讲文稿播放至所述时间点时、加载所述聚焦元素对所述待聚焦的演讲文稿元素进行聚焦。Sub-step S33, recording the focused element and the corresponding time point to focus on the focus document element to be focused when the speech document is played to the time point.
在录制音频数据的过程中,用户可以通过鼠标点击等方式触发当前web页面的演示文稿元素,对该演示文稿元素添加聚焦元素。In the process of recording audio data, the user can trigger the presentation element of the current web page by means of a mouse click or the like, and add a focus element to the presentation element.
在一种情况中,可以确定待聚焦的演示文稿元素在所述web页面的第一位置,在web页面中基于第一位置计算第二位置,如在该第一位置的左上角、右上角的位置作为第二位置等,在第二位置添加聚焦元素。In one case, it may be determined that the presentation element to be focused is in a first position of the web page, and the second location is calculated in the web page based on the first location, such as in the upper left corner and the upper right corner of the first location The position is a second position or the like, and a focus element is added at the second position.
例如,如图6A和图6B所示,文本“静夜思”为待聚焦的演示文稿元素,以其第一位置的左上角作为第二位置,在该第二位置添加一个箭头形状的聚焦元素,指向文本“静夜思”,并设置其时间点为4秒,即可以在0.9秒播放文本“静夜思”,在4秒播放箭头形状的聚焦元素,对文本“静夜思”进行聚焦。For example, as shown in FIG. 6A and FIG. 6B, the text "still night thinking" is a presentation element to be focused, with the upper left corner of the first position as a second position, and an arrow-shaped focusing element is added at the second position, Point to the text "Quiet Nights" and set its time point to 4 seconds, that is, you can play the text "Quiet Nights" in 0.9 seconds, play the arrow-shaped focus elements in 4 seconds, and focus on the text "Quiet Nights".
本申请实施例在客户端中加载对演示文稿生成的web页面,并在该web页面中配置演示文稿元素,此外,在时间轴上对演示文稿元素添加音频数据,使得可以按照时间轴播放演示文稿元素时同步播放音频数据,在时间轴上选定目标时间区间重新添加音频数据,将web页面作为载体制作演示文稿,并配以音频数据,实现在同步播放演示文稿元素及音频数据,可供用户观看演示文稿的内容、收听演示文稿的演讲,一方面,将web元素作为演示文稿元素,相比视频数据,可以大大减少提及,减少存储空间的占用,并且,由于web元素是直接在web页面绘制、加载,无需进行压缩处理,可以保证web 元素的清晰度,另一方面,对演示文稿元素设置演讲聚焦动作,使得播放时可以按照演讲聚焦动作对演讲文稿聚焦,提高了演讲文稿聚焦的可操作性。The embodiment of the present application loads a web page generated for a presentation in a client, and configures a presentation element in the web page, and further adds audio data to the presentation element on the timeline, so that the presentation can be played according to the timeline The elements are synchronized to play audio data, the audio data is re-added in the selected target time interval on the time axis, the web page is used as a carrier to create a presentation, and the audio data is used to realize the synchronous playing of the presentation elements and audio data for the user. Viewing the content of the presentation, listening to the presentation of the presentation, on the one hand, using the web element as a presentation element, compared to the video data, can greatly reduce the mention, reduce the storage space, and, because the web element is directly on the web page Draw, load, no need to compress, you can guarantee the web The sharpness of the elements, on the other hand, sets the speech focus action on the presentation elements, so that the presentation can be focused on the presentation focus during the playback, which improves the operability of the focus of the presentation.
对于方法实施例,为了简单描述,故将其都表述为一系列的动作组合,但是本领域技术人员应该知悉,本申请实施例并不受所描述的动作顺序的限制,因为依据本申请实施例,某些步骤可以采用其他顺序或者同时进行。其次,本领域技术人员也应该知悉,说明书中所描述的实施例均属于优选实施例,所涉及的动作并不一定是本申请实施例所必须的。For the method embodiments, for the sake of brevity, they are all described as a series of action combinations, but those skilled in the art should understand that the embodiments of the present application are not limited by the described action sequence, because the embodiment according to the present application Some steps can be performed in other orders or at the same time. In the following, those skilled in the art should also understand that the embodiments described in the specification are all preferred embodiments, and the actions involved are not necessarily required in the embodiments of the present application.
参照图7,示出了根据本申请一个实施例的一种演示文稿的制作装置实施例的结构框图,具体可以包括如下模块:FIG. 7 is a structural block diagram of an embodiment of a device for creating a presentation according to an embodiment of the present application, which may specifically include the following modules:
web页面加载模块701,适于加载对演示文稿生成的web页面;a web page loading module 701, configured to load a web page generated for the presentation;
演示文稿元素配置模块702,适于在所述web页面中配置演示文稿元素;a presentation element configuration module 702 adapted to configure a presentation element in the web page;
音频数据添加模块703,适于在时间轴上对所述演示文稿元素添加音频数据,以按照所述时间轴播放所述演示文稿元素时同步播放所述音频数据;An audio data adding module 703, configured to add audio data to the presentation element on a time axis to synchronously play the audio data when the presentation element is played according to the time axis;
演讲聚焦动作设置模块704,适于对所述演示文稿元素设置演讲聚焦动作,以按照所述演讲聚焦动作对所述演讲文稿聚焦。The speech focus action setting module 704 is adapted to set a speech focus action on the presentation element to focus the speech presentation in accordance with the speech focus action.
在本申请的一个实施例中,所述音频数据添加模块703包括:In an embodiment of the present application, the audio data adding module 703 includes:
录音子模块,适于对所述演示文稿元素调用录音器录制音频数据。A recording sub-module adapted to call the recorder to record audio data to the presentation element.
在本申请的一个实施例中,所述录音子模块包括:In an embodiment of the present application, the recording submodule includes:
原始音频流数据获取单元,适于获取麦克风中采集的原始音频流数据;The original audio stream data acquiring unit is adapted to acquire original audio stream data collected in the microphone;
录音器传入单元,适于将所述原始音频流数据传入录音器;a recorder incoming unit adapted to transmit the raw audio stream data to the recorder;
录音器处理单元,适于在所述录音器中按照录音参数对所述原始音频流数据进行可视化处理,并将所述原始音频流数据转换为指定格式的音频数据。And a recorder processing unit adapted to visualize the original audio stream data in the recorder according to recording parameters, and convert the original audio stream data into audio data of a specified format.
在本申请的一个实施例中,所述音频数据添加模块703包括:In an embodiment of the present application, the audio data adding module 703 includes:
文本信息输入子模块,适于对所述演示文稿元素输入文本信息;a text information input submodule adapted to input text information to the presentation element;
文本信息转换子模块,适于将所述文本信息转换为音频数据。 A text information conversion sub-module adapted to convert the text information into audio data.
在本申请的一个实施例中,所述演讲聚焦动作设置模块704包括:In one embodiment of the present application, the speech focus action setting module 704 includes:
演示文稿元素确定子模块,适于确定待聚焦的演示文稿元素;a presentation element determination sub-module adapted to determine a presentation element to be focused;
聚焦元素添加子模块,适于对所述待聚焦的演讲文稿元素添加聚焦元素;a focus element adding submodule adapted to add a focus element to the speech document element to be focused;
信息记录子模块,适于记录所述聚焦元素及对应的时间点,以在所述演讲文稿播放至所述时间点时、加载所述聚焦元素对所述待聚焦的演讲文稿元素进行聚焦。An information recording sub-module adapted to record the focus element and a corresponding time point to focus the focus document to focus on the speech document element to be focused when the speech document is played to the time point.
在本申请的一个实施例中,所述聚焦元素添加子模块包括:In an embodiment of the present application, the focused element adding submodule includes:
第一位置确定单元,适于确定所述待聚焦的演示文稿元素在所述web页面的第一位置;a first location determining unit, configured to determine that the presentation element to be focused is at a first location of the web page;
第二位置确定单元,适于在所述web页面中基于所述第一位置计算第二位置;a second location determining unit, configured to calculate a second location based on the first location in the web page;
位置添加单元,适于在所述第二位置添加聚焦元素。A position adding unit adapted to add a focusing element at the second position.
在本申请的一个实施例中,还包括:In an embodiment of the present application, the method further includes:
音频上传模块,适于将所述时间轴上的音频数据上传至服务器。An audio uploading module adapted to upload audio data on the timeline to a server.
对于装置实施例而言,由于其与方法实施例基本相似,所以描述的比较简单,相关之处参见方法实施例的部分说明即可。For the device embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant parts can be referred to the description of the method embodiment.
本发明的各个部件实施例可以以硬件实现,或者以在一个或者多个处理器上运行的软件模块实现,或者以它们的组合实现。本领域的技术人员应当理解,可以在实践中使用微处理器或者数字信号处理器(DSP)来实现根据本发明实施例的演示文稿的制作设备中的一些或者全部部件的一些或者全部功能。本发明还可以实现为用于执行这里所描述的方法的一部分或者全部的设备或者装置程序(例如,计算机程序和计算机程序产品)。这样的实现本发明的程序可以存储在计算机可读介质上,或者可以具有一个或者多个信号的形式。这样的信号可以从因特网网站上下载得到,或者在载体信号上提供,或者以任何其他形式提供。The various component embodiments of the present invention may be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof. Those skilled in the art will appreciate that a microprocessor or digital signal processor (DSP) may be used in practice to implement some or all of the functionality of some or all of the components of the presentation device in accordance with embodiments of the present invention. The invention can also be implemented as a device or device program (e.g., a computer program and a computer program product) for performing some or all of the methods described herein. Such a program implementing the invention may be stored on a computer readable medium or may be in the form of one or more signals. Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.
例如,图8示出了可以实现根据本发明的演示文稿的制作的终端 设备。该终端设备传统上包括处理器810和以存储器820形式的计算机程序产品或者计算机可读介质。存储器820可以是诸如闪存、EEPROM(电可擦除可编程只读存储器)、EPROM、硬盘或者ROM之类的电子存储器。存储器820具有用于执行上述方法中的任何方法步骤的程序代码831的存储空间830。例如,用于程序代码的存储空间830可以包括分别用于实现上面的方法中的各种步骤的各个程序代码831。这些程序代码可以从一个或者多个计算机程序产品中读出或者写入到这一个或者多个计算机程序产品中。这些计算机程序产品包括诸如硬盘,紧致盘(CD)、存储卡或者软盘之类的程序代码载体。这样的计算机程序产品通常为如参考图9所述的便携式或者固定存储单元。该存储单元可以具有与图8的终端设备中的存储器820类似布置的存储段、存储空间等。程序代码可以例如以适当形式进行压缩。通常,存储单元包括计算机可读代码831’,即可以由例如诸如810之类的处理器读取的代码,这些代码当由终端设备运行时,导致该终端设备执行上面所描述的方法中的各个步骤。For example, Figure 8 shows a terminal that can implement the production of a presentation in accordance with the present invention. device. The terminal device conventionally includes a processor 810 and a computer program product or computer readable medium in the form of a memory 820. The memory 820 may be an electronic memory such as a flash memory, an EEPROM (Electrically Erasable Programmable Read Only Memory), an EPROM, a hard disk, or a ROM. Memory 820 has a memory space 830 for program code 831 for performing any of the method steps described above. For example, storage space 830 for program code may include various program code 831 for implementing various steps in the above methods, respectively. The program code can be read from or written to one or more computer program products. These computer program products include program code carriers such as hard disks, compact disks (CDs), memory cards or floppy disks. Such a computer program product is typically a portable or fixed storage unit as described with reference to FIG. The storage unit may have a storage section, a storage space, and the like arranged similarly to the storage 820 in the terminal device of FIG. The program code can be compressed, for example, in an appropriate form. Typically, the storage unit includes computer readable code 831', i.e., code readable by a processor, such as 810, that when executed by the terminal device causes the terminal device to perform each of the methods described above step.
本文中所称的“一个实施例”、“实施例”或者“一个或者多个实施例”意味着,结合实施例描述的特定特征、结构或者特性包括在本发明的至少一个实施例中。此外,请注意,这里“在一个实施例中”的词语例子不一定全指同一个实施例。"an embodiment," or "an embodiment," or "an embodiment," In addition, it is noted that the phrase "in one embodiment" is not necessarily referring to the same embodiment.
在此处所提供的说明书中,说明了大量具体细节。然而,能够理解,本发明的实施例可以在没有这些具体细节的情况下被实践。在一些实例中,并未详细示出公知的方法、结构和技术,以便不模糊对本说明书的理解。In the description provided herein, numerous specific details are set forth. However, it is understood that the embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures, and techniques are not shown in detail so as not to obscure the understanding of the description.
应该注意的是上述实施例对本发明进行说明而不是对本发明进行限制,并且本领域技术人员在不脱离所附权利要求的范围的情况下可设计出替换实施例。在权利要求中,不应将位于括号之间的任何参考符号构造成对权利要求的限制。单词“包含”不排除存在未列在权利要求中的元件或步骤。位于元件之前的单词“一”或“一个”不排除存在多个这样的元件。本发明可以借助于包括有若干不同元件的硬件以及借助于适当编程的计算机来实现。在列举了若干装置的单元权利 要求中,这些装置中的若干个可以是通过同一个硬件项来具体体现。单词第一、第二、以及第三等的使用不表示任何顺序。可将这些单词解释为名称。It is to be noted that the above-described embodiments are illustrative of the invention and are not intended to be limiting, and that the invention may be devised without departing from the scope of the appended claims. In the claims, any reference signs placed between parentheses shall not be construed as a limitation. The word "comprising" does not exclude the presence of the elements or steps that are not recited in the claims. The word "a" or "an" The invention can be implemented by means of hardware comprising several distinct elements and by means of a suitably programmed computer. Unit rights listed in several devices In the requirements, several of these devices may be embodied by the same hardware item. The use of the words first, second, and third does not indicate any order. These words can be interpreted as names.
此外,还应当注意,本说明书中使用的语言主要是为了可读性和教导的目的而选择的,而不是为了解释或者限定本发明的主题而选择的。因此,在不偏离所附权利要求书的范围和精神的情况下,对于本技术领域的普通技术人员来说许多修改和变更都是显而易见的。对于本发明的范围,对本发明所做的公开是说明性的,而非限制性的,本发明的范围由所附权利要求书限定。 In addition, it should be noted that the language used in the specification has been selected for the purpose of readability and teaching, and is not intended to be construed or limited. Therefore, many modifications and changes will be apparent to those skilled in the art without departing from the scope of the invention. The disclosure of the present invention is intended to be illustrative, and not restrictive, and the scope of the invention is defined by the appended claims.

Claims (16)

  1. 一种演示文稿的制作方法,包括:A method of making a presentation, including:
    加载对演示文稿生成的web页面;Load a web page generated for the presentation;
    在所述web页面中配置演示文稿元素;Configuring a presentation element in the web page;
    在时间轴上对所述演示文稿元素添加音频数据,以按照所述时间轴播放所述演示文稿元素时同步播放所述音频数据;Adding audio data to the presentation element on a timeline to synchronously play the audio data when the presentation element is played in accordance with the timeline;
    对所述演示文稿元素设置演讲聚焦动作,以按照所述演讲聚焦动作对所述演讲文稿聚焦。A presentation focus action is set on the presentation element to focus the presentation document in accordance with the speech focus action.
  2. 如权利要求1所述的方法,其中,所述在时间轴上对所述演示文稿元素添加音频数据的步骤包括:The method of claim 1 wherein said step of adding audio data to said presentation element on a time axis comprises:
    对所述演示文稿元素调用录音器录制音频数据。Call the recorder to record audio data for the presentation element.
  3. 如权利要求2所述的方法,其中,所述对所述演示文稿元素调用录音器录制音频数据的步骤包括:The method of claim 2 wherein said step of invoking said recorder element to record audio data for said presentation element comprises:
    获取麦克风中采集的原始音频流数据;Obtaining raw audio stream data collected in the microphone;
    将所述原始音频流数据传入录音器;Passing the original audio stream data to the recorder;
    在所述录音器中按照录音参数对所述原始音频流数据进行可视化处理,并将所述原始音频流数据转换为指定格式的音频数据。The original audio stream data is visualized in the recorder according to recording parameters, and the original audio stream data is converted into audio data of a specified format.
  4. 如权利要求1所述的方法,其中,所述在时间轴上对所述演示文稿元素添加音频数据的步骤包括:The method of claim 1 wherein said step of adding audio data to said presentation element on a time axis comprises:
    对所述演示文稿元素输入文本信息;Entering text information for the presentation element;
    将所述文本信息转换为音频数据。Converting the text information into audio data.
  5. 如权利要求1或2或3或4所述的方法,其中,所述对所述演示文稿元素设置演讲聚焦动作,以按照所述演讲聚焦动作对所述演讲文稿聚焦的步骤包括:The method of claim 1 or 2 or 3 or 4, wherein the step of setting a speech focus action on the presentation element to focus the presentation document in accordance with the speech focus action comprises:
    确定待聚焦的演示文稿元素;Determining the presentation element to be focused;
    对所述待聚焦的演讲文稿元素添加聚焦元素;Adding a focus element to the speech document element to be focused;
    记录所述聚焦元素及对应的时间点,以在所述演讲文稿播放至所述时间点时、加载所述聚焦元素对所述待聚焦的演讲文稿元素进行聚焦。Recording the focused element and a corresponding time point to focus on the focused document element to be focused when the presentation document is played to the point in time.
  6. 如权利要求5所述的方法,其中,所述对所述待聚焦的演讲文稿元 素添加聚焦元素的步骤包括:The method of claim 5, wherein said pair of speech documents to be focused The steps to add a focus element include:
    确定所述待聚焦的演示文稿元素在所述web页面的第一位置;Determining that the presentation element to be focused is at a first location of the web page;
    在所述web页面中基于所述第一位置计算第二位置;Calculating a second location based on the first location in the web page;
    在所述第二位置添加聚焦元素。A focusing element is added at the second position.
  7. 如权利要求1或2或3或4或6所述的方法,其中,还包括:The method of claim 1 or 2 or 3 or 4 or 6, further comprising:
    将所述时间轴上的音频数据上传至服务器。Upload audio data on the timeline to the server.
  8. 一种演示文稿的制作装置,包括:A production device for a presentation, comprising:
    web页面加载模块,适于加载对演示文稿生成的web页面;a web page loading module adapted to load a web page generated for the presentation;
    演示文稿元素配置模块,适于在所述web页面中配置演示文稿元素;a presentation element configuration module adapted to configure a presentation element in the web page;
    音频数据添加模块,适于在时间轴上对所述演示文稿元素添加音频数据,以按照所述时间轴播放所述演示文稿元素时同步播放所述音频数据;An audio data adding module adapted to add audio data to the presentation element on a time axis to synchronously play the audio data when the presentation element is played according to the time axis;
    演讲聚焦动作设置模块,适于对所述演示文稿元素设置演讲聚焦动作,以按照所述演讲聚焦动作对所述演讲文稿聚焦。A speech focus action setting module is adapted to set a speech focus action on the presentation element to focus the presentation document in accordance with the speech focus action.
  9. 如权利要求8所述的装置,其中,所述音频数据添加模块包括:The apparatus of claim 8, wherein the audio data adding module comprises:
    录音子模块,适于对所述演示文稿元素调用录音器录制音频数据。A recording sub-module adapted to call the recorder to record audio data to the presentation element.
  10. 如权利要求9所述的装置,其中,所述录音子模块包括:The apparatus of claim 9 wherein said recording sub-module comprises:
    原始音频流数据获取单元,适于获取麦克风中采集的原始音频流数据;The original audio stream data acquiring unit is adapted to acquire original audio stream data collected in the microphone;
    录音器传入单元,适于将所述原始音频流数据传入录音器;a recorder incoming unit adapted to transmit the raw audio stream data to the recorder;
    录音器处理单元,适于在所述录音器中按照录音参数对所述原始音频流数据进行可视化处理,并将所述原始音频流数据转换为指定格式的音频数据。And a recorder processing unit adapted to visualize the original audio stream data in the recorder according to recording parameters, and convert the original audio stream data into audio data of a specified format.
  11. 如权利要求8所述的装置,其中,所述音频数据添加模块包括:The apparatus of claim 8, wherein the audio data adding module comprises:
    文本信息输入子模块,适于对所述演示文稿元素输入文本信息;a text information input submodule adapted to input text information to the presentation element;
    文本信息转换子模块,适于将所述文本信息转换为音频数据。A text information conversion sub-module adapted to convert the text information into audio data.
  12. 如权利要求8或9或10或11所述的装置,其中,所述演讲聚焦动作设置模块包括:The apparatus of claim 8 or 9 or 10 or 11, wherein the speech focus action setting module comprises:
    演示文稿元素确定子模块,适于确定待聚焦的演示文稿元素; a presentation element determination sub-module adapted to determine a presentation element to be focused;
    聚焦元素添加子模块,适于对所述待聚焦的演讲文稿元素添加聚焦元素;a focus element adding submodule adapted to add a focus element to the speech document element to be focused;
    信息记录子模块,适于记录所述聚焦元素及对应的时间点,以在所述演讲文稿播放至所述时间点时、加载所述聚焦元素对所述待聚焦的演讲文稿元素进行聚焦。An information recording sub-module adapted to record the focus element and a corresponding time point to focus the focus document to focus on the speech document element to be focused when the speech document is played to the time point.
  13. 如权利要求12所述的装置,其中,所述聚焦元素添加子模块包括:The apparatus of claim 12 wherein said focused element addition sub-module comprises:
    第一位置确定单元,适于确定所述待聚焦的演示文稿元素在所述web页面的第一位置;a first location determining unit, configured to determine that the presentation element to be focused is at a first location of the web page;
    第二位置确定单元,适于在所述web页面中基于所述第一位置计算第二位置;a second location determining unit, configured to calculate a second location based on the first location in the web page;
    位置添加单元,适于在所述第二位置添加聚焦元素。A position adding unit adapted to add a focusing element at the second position.
  14. 如权利要求8或9或10或11或13所述的装置,其中,还包括:The apparatus of claim 8 or 9 or 10 or 11 or 13 further comprising:
    音频上传模块,适于将所述时间轴上的音频数据上传至服务器。An audio uploading module adapted to upload audio data on the timeline to a server.
  15. 一种计算机程序,包括计算机可读代码,当所述计算机可读代码在终端设备上运行时,导致所述终端设备执行根据权利要求1-7中的任一个所述的演示文稿的制作方法。A computer program comprising computer readable code causing the terminal device to perform a method of making a presentation according to any one of claims 1-7 when the computer readable code is run on a terminal device.
  16. 一种计算机可读介质,其中存储了如权利要求15所述的计算机程序。 A computer readable medium storing the computer program of claim 15.
PCT/CN2017/094600 2016-12-26 2017-07-27 Method and device for producing presentation WO2018120821A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201611219546.1A CN108241596A (en) 2016-12-26 2016-12-26 The production method and device of a kind of PowerPoint
CN201611219546.1 2016-12-26

Publications (1)

Publication Number Publication Date
WO2018120821A1 true WO2018120821A1 (en) 2018-07-05

Family

ID=62701965

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/094600 WO2018120821A1 (en) 2016-12-26 2017-07-27 Method and device for producing presentation

Country Status (2)

Country Link
CN (1) CN108241596A (en)
WO (1) WO2018120821A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112183249A (en) * 2020-09-14 2021-01-05 北京神州泰岳智能数据技术有限公司 Video processing method and device
CN112233669A (en) * 2019-07-15 2021-01-15 珠海金山办公软件有限公司 Speech content prompting method and system
CN112533054A (en) * 2019-09-19 2021-03-19 腾讯科技(深圳)有限公司 Online video playing method and device and storage medium
CN115396404A (en) * 2022-08-08 2022-11-25 深圳乐播科技有限公司 Synchronous screen projection method and related device for speaker explanation position in cloud conference scene

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110765284B (en) * 2019-10-25 2023-03-24 天津车之家数据信息技术有限公司 Method, system, computing device and storage medium for generating presentation
CN112987921B (en) * 2021-02-19 2024-03-15 车智互联(北京)科技有限公司 VR scene explanation scheme generation method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105450944A (en) * 2015-11-13 2016-03-30 北京自由坊科技有限责任公司 Method and device for synchronously recording and reproducing slides and live presentation speech
CN105744340A (en) * 2016-02-26 2016-07-06 上海卓越睿新数码科技有限公司 Real-time screen fusion method for live broadcast video and presentation file
CN106021334A (en) * 2016-05-06 2016-10-12 亿瑞互动科技(北京)有限公司 A method and a device for PPT real-time marking in online teaching and relevant apparatuses
CN106210841A (en) * 2016-07-06 2016-12-07 深圳市矽伟智科技有限公司 A kind of audio video synchronization player method, device

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7312803B2 (en) * 2004-06-01 2007-12-25 X20 Media Inc. Method for producing graphics for overlay on a video source
CN101344883A (en) * 2007-07-09 2009-01-14 宇瞻科技股份有限公司 Method for recording demonstration draft
US20120317486A1 (en) * 2011-06-07 2012-12-13 Microsoft Corporation Embedded web viewer for presentation applications
CN105373524A (en) * 2015-10-13 2016-03-02 百度在线网络技术(北京)有限公司 Demonstration text editing method and apparatus

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105450944A (en) * 2015-11-13 2016-03-30 北京自由坊科技有限责任公司 Method and device for synchronously recording and reproducing slides and live presentation speech
CN105744340A (en) * 2016-02-26 2016-07-06 上海卓越睿新数码科技有限公司 Real-time screen fusion method for live broadcast video and presentation file
CN106021334A (en) * 2016-05-06 2016-10-12 亿瑞互动科技(北京)有限公司 A method and a device for PPT real-time marking in online teaching and relevant apparatuses
CN106210841A (en) * 2016-07-06 2016-12-07 深圳市矽伟智科技有限公司 A kind of audio video synchronization player method, device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112233669A (en) * 2019-07-15 2021-01-15 珠海金山办公软件有限公司 Speech content prompting method and system
CN112533054A (en) * 2019-09-19 2021-03-19 腾讯科技(深圳)有限公司 Online video playing method and device and storage medium
CN112183249A (en) * 2020-09-14 2021-01-05 北京神州泰岳智能数据技术有限公司 Video processing method and device
CN115396404A (en) * 2022-08-08 2022-11-25 深圳乐播科技有限公司 Synchronous screen projection method and related device for speaker explanation position in cloud conference scene
CN115396404B (en) * 2022-08-08 2023-09-05 深圳乐播科技有限公司 Synchronous screen throwing method and related device for explanation positions of main speakers in cloud conference scene

Also Published As

Publication number Publication date
CN108241596A (en) 2018-07-03

Similar Documents

Publication Publication Date Title
WO2018120821A1 (en) Method and device for producing presentation
WO2018120819A1 (en) Method and device for producing presentation
US9552807B2 (en) Method, apparatus and system for regenerating voice intonation in automatically dubbed videos
JP5030617B2 (en) Method, system, and program for RSS content management for rendering RSS content on a digital audio player (RSS content management for rendering RSS content on a digital audio player)
US9203877B2 (en) Method for mobile terminal to process text, related device, and system
WO2016037440A1 (en) Video voice conversion method and device and server
US20130246063A1 (en) System and Methods for Providing Animated Video Content with a Spoken Language Segment
US20200058288A1 (en) Timbre-selectable human voice playback system, playback method thereof and computer-readable recording medium
US20180226101A1 (en) Methods and systems for interactive multimedia creation
WO2018120820A1 (en) Presentation production method and apparatus
JP2015517684A (en) Content customization
WO2022184055A1 (en) Speech playing method and apparatus for article, and device, storage medium and program product
US8514230B2 (en) Recasting a legacy web page as a motion picture with audio
JP2023548008A (en) Text-driven editor for audio and video assembly
US20220300250A1 (en) Audio messaging interface on messaging platform
Pauletto et al. Exploring expressivity and emotion with artificial voice and speech technologies
US20080243510A1 (en) Overlapping screen reading of non-sequential text
TW201331930A (en) Speech synthesis method and apparatus for electronic system
CN113870833A (en) Speech synthesis related system, method, device and equipment
JP2020204683A (en) Electronic publication audio-visual system, audio-visual electronic publication creation program, and program for user terminal
JP2010230948A (en) Content distribution system and text display method
CN113709551B (en) Video display method and device based on script and storage medium
JP7128222B2 (en) Content editing support method and system based on real-time generation of synthesized sound for video content
JP2007127994A (en) Voice synthesizing method, voice synthesizer, and program
Fong et al. An Open Source Web Reader for Under-Resourced Languages

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17888058

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17888058

Country of ref document: EP

Kind code of ref document: A1