CN112004154A - Recording method and system of intelligent terminal and intelligent terminal - Google Patents

Recording method and system of intelligent terminal and intelligent terminal Download PDF

Info

Publication number
CN112004154A
CN112004154A CN202010895543.XA CN202010895543A CN112004154A CN 112004154 A CN112004154 A CN 112004154A CN 202010895543 A CN202010895543 A CN 202010895543A CN 112004154 A CN112004154 A CN 112004154A
Authority
CN
China
Prior art keywords
audio input
intelligent terminal
application program
input device
audio
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010895543.XA
Other languages
Chinese (zh)
Inventor
罗迪
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sichuan Changhong Electric Co Ltd
Original Assignee
Sichuan Changhong Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sichuan Changhong Electric Co Ltd filed Critical Sichuan Changhong Electric Co Ltd
Priority to CN202010895543.XA priority Critical patent/CN112004154A/en
Publication of CN112004154A publication Critical patent/CN112004154A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/443OS processes, e.g. booting an STB, implementing a Java virtual machine in an STB or power management in an STB
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/41Structure of client; Structure of client peripherals
    • H04N21/422Input-only peripherals, i.e. input devices connected to specially adapted client devices, e.g. global positioning system [GPS]
    • H04N21/42203Input-only peripherals, i.e. input devices connected to specially adapted client devices, e.g. global positioning system [GPS] sound input device, e.g. microphone

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Software Systems (AREA)
  • Selective Calling Equipment (AREA)

Abstract

The invention relates to the technical field of intelligent terminals, aims to solve the problem that the existing intelligent terminal is inconvenient to manage by using a plurality of microphones for recording, and provides a recording method and a recording system of the intelligent terminal and the intelligent terminal, wherein the technical scheme is summarized as follows: establishing a corresponding relation between an application program and audio input equipment, and storing the corresponding relation into a configuration file; receiving an audio input device calling request from an application program, wherein the audio input device calling request comprises information of the application program, determining the application program which sends the audio input device request according to the information of the application program, and determining audio input devices corresponding to the application program from the configuration file; and the intelligent terminal acquires audio data through the corresponding audio input equipment. The method and the device can automatically select the most suitable microphone for different applications, and are suitable for the smart television.

Description

Recording method and system of intelligent terminal and intelligent terminal
Technical Field
The invention relates to the technical field of intelligent terminals, in particular to a recording method and system of an intelligent terminal and the intelligent terminal.
Background
Nowadays, a variety of microphone input devices are mounted in an intelligent terminal system, for example, a remote control microphone, a far-field microphone, and the like are included in an intelligent television. For each application of recording by using the system AudioRecord, the application scene has a most suitable microphone, for example, a voice input method is suitable for using a remote controller microphone, and a video call voice chat application is suitable for using a far-field microphone with a larger sound receiving range.
In the prior art, when an application uses the system AudioRecord to record, it is usually specified to use a system default microphone. The system can only set one microphone as a default microphone, and for different applications, if different microphones are required to be used, the default microphone configuration of the system must be modified, so that the system is not feasible for common users; however, if all applications use one microphone, for example, all applications use a remote control microphone, the video call voice chat application must be operated by lifting the remote control, and the limitation of the reception range is inconvenient for many people to record at the same time, which affects the user experience.
Disclosure of Invention
The invention aims to solve the problem that the existing intelligent terminal is inconvenient to manage recording by using a plurality of microphones, and provides a recording method and system of the intelligent terminal and the intelligent terminal.
The technical scheme adopted by the invention for solving the technical problems is as follows: the recording method of the intelligent terminal is characterized in that the intelligent terminal is connected with a plurality of audio input devices, and the recording method comprises the following steps:
step 1, establishing a corresponding relation between an application program and audio input equipment, and storing the corresponding relation into a configuration file;
step 2, receiving an audio input device call request from an application program, wherein the audio input device call request comprises information of the application program, determining the application program sending the audio input device request according to the information of the application program, and determining audio input devices corresponding to the application program from the configuration file;
and 3, the intelligent terminal acquires audio data through corresponding audio input equipment.
Furthermore, the intelligent terminal comprises a primary audio input device selection module and a secondary audio input device selection module, the primary audio input device selection module is used for selecting an audio device hardware abstraction layer for the intelligent terminal, so that the intelligent terminal obtains audio data through the audio device hardware abstraction layer, and the secondary audio input device selection module is used for further selecting audio input devices in the audio device hardware abstraction layer, so that the intelligent terminal can finally obtain the audio data through the corresponding audio input devices.
Further, in step 1, the configuration file is: code source files, extensible markup language, or sqlite databases.
Further, the intelligent terminal is an intelligent television, and the plurality of audio input devices include: a remote control microphone, a far-field microphone, and a hand-held moving-coil microphone, the application program comprising: a voice input method application, a karaoke application, and a video chat application.
Further, the information of the application program is a package name of the application program.
The invention also provides a recording system of the intelligent terminal, which comprises the following components: the device comprises an establishing unit, a determining unit and an audio input equipment selecting unit;
the establishing unit is used for establishing a corresponding relation between the application program and the audio input equipment and storing the corresponding relation into a configuration file;
the determining unit is used for receiving an audio input device calling request from an application program, wherein the audio input device calling request comprises information of the application program, determining the application program which sends the audio input device calling request according to the information of the application program, and determining the audio input device corresponding to the application program from the configuration file;
the audio input device selection unit is used for configuring corresponding audio input devices for the intelligent terminal, so that the intelligent terminal obtains audio data through the corresponding audio input devices.
Furthermore, the intelligent terminal comprises a primary audio input device selection module and a secondary audio input device selection module, the primary audio input device selection module is used for selecting an audio device hardware abstraction layer for the intelligent terminal, so that the intelligent terminal obtains audio data through the audio device hardware abstraction layer, and the secondary audio input device selection module is used for further selecting audio input devices in the audio device hardware abstraction layer, so that the intelligent terminal can finally obtain the audio data through the corresponding audio input devices.
Further, the configuration file is: code source files, extensible markup language, or sqlite databases.
Further, the intelligent terminal is an intelligent television, and the plurality of audio input devices include: a remote control microphone, a far-field microphone, and a hand-held moving-coil microphone, the application program comprising: a voice input method application, a karaoke application, and a video chat application.
The invention also provides an intelligent terminal, which comprises the recording system of the intelligent terminal.
The invention has the beneficial effects that: according to the recording method and system of the intelligent terminal and the intelligent terminal, when the user opens the corresponding application program and the application program requests to use the audio input equipment, the corresponding audio input equipment is automatically configured for the application program, so that the intelligent terminal obtains the audio input equipment through the audio input equipment corresponding to the application program, the problem that the system cannot automatically select the most suitable microphone for different applications is solved, and the application recording experience on the intelligent television is improved.
Drawings
Fig. 1 is a schematic flowchart of a recording method of an intelligent terminal according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a recording system of an intelligent terminal according to an embodiment of the present invention.
Detailed Description
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings.
The invention aims to solve the problem that the existing intelligent terminal is inconvenient to manage recording by using a plurality of microphones, and provides a recording method and a recording system of the intelligent terminal and the intelligent terminal, wherein the intelligent terminal is connected with a plurality of audio input devices, and the technical concept is as follows: establishing a corresponding relation between an application program and audio input equipment, and storing the corresponding relation into a configuration file; receiving an audio input device calling request from an application program, wherein the audio input device calling request comprises information of the application program, determining the application program which sends the audio input device request according to the information of the application program, and determining audio input devices corresponding to the application program from the configuration file; and the intelligent terminal acquires audio data through the corresponding audio input equipment.
Specifically, for different application programs of the intelligent terminal, different audio input devices are needed to improve the experience of a user in using the application program, based on the corresponding relationship, the corresponding relationship between the different application programs and the audio input device is established, and according to actual needs, the corresponding relationship between a plurality of different application programs and the same audio input device can be established, that is, the preset application programs use the same audio input device, and then the corresponding relationship is stored in a configuration file of the intelligent terminal. When a user uses an application program on an intelligent terminal and the application program needs to perform recording operation, the application program sends an audio input device call request, the sent call request comprises information of the application program, after the intelligent terminal receives the audio input device call request, the application program sending the call request is determined according to the information of the application program, audio input devices corresponding to the application program are determined from a configuration file, and finally the intelligent terminal configures the audio input devices into audio input devices for receiving audio data and receives the audio data through the audio input devices.
Example 1
In the recording method of the intelligent terminal according to the embodiment of the present invention, the intelligent terminal is connected to a plurality of audio input devices, as shown in fig. 1, the method includes the following steps:
step S1, establishing a corresponding relation between the application program and the audio input device, and storing the corresponding relation into a configuration file;
wherein, intelligent terminal can be the smart television, and a plurality of audio input equipment can include: a remote control microphone, a far-field microphone, and a hand-held moving-coil microphone, the application program comprising: a voice input method application, a karaoke application, and a video chat application.
The corresponding relation between the application programs and the audio input equipment may not be a one-to-one corresponding relation, and according to actual requirements, the corresponding relation between the application programs and the same audio input equipment can be established by a plurality of different application programs, namely, the preset application programs use the same audio input equipment, and then the corresponding relation is stored in a configuration file of the intelligent terminal, wherein the configuration file can be a code source file, an extensible markup language, a sqlite database or other text or database types.
Step S2, receiving an audio input device calling request from an application program, wherein the audio input device calling request comprises information of the application program, determining the application program sending the audio input device request according to the information of the application program, and determining the audio input device corresponding to the application program from the configuration file;
it is understood that when the application of the smart terminal creates an AudioRecord, i.e., sends an audio input device call request, the system proceeds with the following process:
the AudioRecord will request the AudioFlinger to create a recordtack;
the AudioFlinger selects an audio input device for this application via AudioPolicy;
the AudioFlinger acquires audio data using an audio device hardware abstraction layer AudioHal that manages the audio input device;
the audio device hardware abstraction layer AudioHal opens the specified physical audio input device to start recording.
When the audioFlinger acquires the audio input equipment from the AudioPolicy, the audio input equipment name recordmic recorded in the configuration file is read according to the information of the application program in the calling request, and the audio input equipment corresponding to the audio input equipment name is used as a signal input source to acquire the recording data.
The information of the application is information for identifying the application, and may be, for example, a package name of the application.
And step S3, the intelligent terminal acquires audio data through corresponding audio input equipment.
It can be understood that after the audio input device corresponding to the application program is determined, the corresponding audio input device is automatically configured for the intelligent terminal, so that the intelligent terminal acquires audio data through the corresponding audio input device.
In order to save cost, in this embodiment, the plurality of audio input devices include a plurality of physical audio input devices, the intelligent terminal includes a primary audio input device selection module and a secondary audio input device selection module, the primary audio input device selection module is configured to select an audio device hardware abstraction layer (AudioHal) for the intelligent terminal, so that the intelligent terminal obtains audio data through the audio device hardware abstraction layer, and the secondary audio input device selection module is configured to further select a physical audio input device in the audio device hardware abstraction layer, so that the intelligent terminal can finally obtain audio data through a corresponding external physical audio input device. On this basis, the second-level audio input device selection module is added to the audio device hardware abstraction layer so as to perform more detailed automatic configuration of the audio input device for the audio device hardware abstraction layer which manages the plurality of physical audio input devices.
On the one hand, based on the above technical solution, this embodiment further provides a recording system of an intelligent terminal, where the intelligent terminal is connected to a plurality of audio input devices, as shown in fig. 2, including: the device comprises an establishing unit, a determining unit and an audio input equipment selecting unit;
the establishing unit is used for establishing a corresponding relation between the application program and the audio input equipment and storing the corresponding relation into a configuration file;
the determining unit is used for receiving an audio input device calling request from an application program, wherein the audio input device calling request comprises information of the application program, determining the application program which sends the audio input device calling request according to the information of the application program, and determining the audio input device corresponding to the application program from the configuration file;
the audio input device selection unit is used for configuring corresponding audio input devices for the intelligent terminal, so that the intelligent terminal obtains audio data through the corresponding audio input devices.
On the other hand, based on the above technical solution, this embodiment further provides an intelligent terminal, including the recording system of the above intelligent terminal.
It can be understood that, because the recording system of the intelligent terminal and the intelligent terminal described in the embodiments of the present invention are apparatuses for implementing the recording method of the intelligent terminal described in the embodiments, the system and the intelligent terminal disclosed in the embodiments are relatively simple in description because they correspond to the method disclosed in the embodiments, and the relevant points can be referred to only in the partial description of the method.
Example 2
The intelligent terminal is taken as an intelligent television, and the plurality of audio input devices comprise: the microphone comprises a remote controller microphone, a far-field microphone and a hand-held moving coil microphone, wherein AudioHal A manages the remote controller microphone and the far-field microphone, and AudioHal B manages the hand-held moving coil microphone. The application program comprises: the specific implementation of the invention is exemplified by a speech input method application, a karaoke application and a video chat application.
1. Establishing a corresponding relation between the application program and the audio input equipment and storing the corresponding relation into a configuration file:
the voice input method uses the packet name A to correspond to the microphone A of the remote controller; the Karaoke application package name B corresponds to the handheld moving coil microphone C; the video chat application package name C corresponds to the far-field microphone B.
2. The user opens the voice input method application, the input method application creates an AudioRecord for recording, an application configuration module in the AudioRecord reads the configuration file, and a remote controller microphone A is allocated for the application;
3. a microphone selection module A in the AudioPolicy selects and manages an audio equipment hardware abstraction layer AudioHal A of the remote controller microphone A for the application according to the name of the microphone distributed by the application configuration module;
4. the AudioFlinger opens AudioHal a. A microphone selection module B in the AudioHal A selects a remote controller microphone A for application to record according to the name of the microphone distributed by the application configuration module;
5. the user closes the voice input method application, opens the video chat application, the video chat application creates an AudioRecord for recording, an application configuration module in the AudioRecord reads the configuration file, and a far-field microphone B is distributed for the application;
6. a microphone selection module A in the AudioPolicy selects and manages an audio equipment hardware abstraction layer AudioHal A of the remote controller microphone A for the application according to the name of the microphone distributed by the application configuration module;
7. the AudioFlinger opens AudioHal a. And a microphone selection module B in the Audio Hal A selects a far-field microphone B for application to record according to the name of the microphone assigned by the application configuration module.

Claims (10)

1. The recording method of the intelligent terminal is characterized in that the intelligent terminal is connected with a plurality of audio input devices, and comprises the following steps:
step 1, establishing a corresponding relation between an application program and audio input equipment, and storing the corresponding relation into a configuration file;
step 2, receiving an audio input device call request from an application program, wherein the audio input device call request comprises information of the application program, determining the application program sending the audio input device request according to the information of the application program, and determining audio input devices corresponding to the application program from the configuration file;
and 3, the intelligent terminal acquires audio data through corresponding audio input equipment.
2. The recording method of the intelligent terminal according to claim 1, wherein the intelligent terminal includes a primary audio input device selection module and a secondary audio input device selection module, the primary audio input device selection module is configured to select an audio device hardware abstraction layer for the intelligent terminal, so that the intelligent terminal obtains audio data through the audio device hardware abstraction layer, and the secondary audio input device selection module is configured to further select an audio input device in the audio device hardware abstraction layer, so that the intelligent terminal can finally obtain audio data through the corresponding audio input device.
3. The recording method of the intelligent terminal according to claim 1, wherein in step 1, the configuration file is: code source files, extensible markup language, or sqlite databases.
4. The recording method of the intelligent terminal according to claim 1, wherein the intelligent terminal is an intelligent television, and the plurality of audio input devices comprise: a remote control microphone, a far-field microphone, and a hand-held moving-coil microphone, the application program comprising: a voice input method application, a karaoke application, and a video chat application.
5. The recording method of the intelligent terminal according to claim 1, wherein in step 2, the information of the application program is a package name of the application program.
6. Intelligent terminal's recording system, its characterized in that includes: the device comprises an establishing unit, a determining unit and an audio input equipment selecting unit;
the establishing unit is used for establishing a corresponding relation between the application program and the audio input equipment and storing the corresponding relation into a configuration file;
the determining unit is used for receiving an audio input device calling request from an application program, wherein the audio input device calling request comprises information of the application program, determining the application program which sends the audio input device calling request according to the information of the application program, and determining the audio input device corresponding to the application program from the configuration file;
the audio input device selection unit is used for configuring corresponding audio input devices for the intelligent terminal, so that the intelligent terminal obtains audio data through the corresponding audio input devices.
7. The recording system of the intelligent terminal as claimed in claim 6, wherein the intelligent terminal comprises a primary audio input device selection module and a secondary audio input device selection module, the primary audio input device selection module is configured to select an audio device hardware abstraction layer for the intelligent terminal, so that the intelligent terminal obtains audio data through the audio device hardware abstraction layer, and the secondary audio input device selection module is configured to further select an audio input device in the audio device hardware abstraction layer, so that the intelligent terminal can finally obtain audio data through the corresponding audio input device.
8. The recording system of the intelligent terminal according to claim 6, wherein the configuration file is: code source files, extensible markup language, or sqlite databases.
9. The recording system of the intelligent terminal according to claim 6, wherein the intelligent terminal is an intelligent television, and the plurality of audio input devices comprise: a remote control microphone, a far-field microphone, and a hand-held moving-coil microphone, the application program comprising: a voice input method application, a karaoke application, and a video chat application.
10. Intelligent terminal, characterized in that it comprises a recording system of an intelligent terminal according to any one of claims 6 to 9.
CN202010895543.XA 2020-08-31 2020-08-31 Recording method and system of intelligent terminal and intelligent terminal Pending CN112004154A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010895543.XA CN112004154A (en) 2020-08-31 2020-08-31 Recording method and system of intelligent terminal and intelligent terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010895543.XA CN112004154A (en) 2020-08-31 2020-08-31 Recording method and system of intelligent terminal and intelligent terminal

Publications (1)

Publication Number Publication Date
CN112004154A true CN112004154A (en) 2020-11-27

Family

ID=73465771

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010895543.XA Pending CN112004154A (en) 2020-08-31 2020-08-31 Recording method and system of intelligent terminal and intelligent terminal

Country Status (1)

Country Link
CN (1) CN112004154A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113593558A (en) * 2021-07-28 2021-11-02 深圳创维-Rgb电子有限公司 Far-field voice adaptation method, device, equipment and storage medium
CN114866826A (en) * 2022-06-01 2022-08-05 山东浪潮超高清智能科技有限公司 Microphone extension method of intelligent set top box

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104486670A (en) * 2014-12-09 2015-04-01 四川长虹电器股份有限公司 Domestic KTV (Karaoke Television) implementation method
CN105979371A (en) * 2015-07-17 2016-09-28 乐视致新电子科技(天津)有限公司 Method and system for obtaining audio and video information
CN106201419A (en) * 2016-06-28 2016-12-07 乐视控股(北京)有限公司 Audio frequency input control method, device and terminal
CN106454506A (en) * 2016-11-15 2017-02-22 四川长虹电器股份有限公司 Audio route control method in multi-window environment of intelligent television
CN109410931A (en) * 2018-10-15 2019-03-01 四川长虹电器股份有限公司 Mobile terminal Internet of Things speech control system and method centered on TV
CN110140170A (en) * 2017-01-03 2019-08-16 诺基亚技术有限公司 The distributed audio for being adapted for the monitoring of terminal user's free view-point is recorded
CN110289025A (en) * 2019-07-29 2019-09-27 东莞市居胜电子有限公司 A kind of multi-medium video-signal sound system
CN111372107A (en) * 2018-12-26 2020-07-03 中国电信股份有限公司 Audio transmission method, device, system and computer readable storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104486670A (en) * 2014-12-09 2015-04-01 四川长虹电器股份有限公司 Domestic KTV (Karaoke Television) implementation method
CN105979371A (en) * 2015-07-17 2016-09-28 乐视致新电子科技(天津)有限公司 Method and system for obtaining audio and video information
CN106201419A (en) * 2016-06-28 2016-12-07 乐视控股(北京)有限公司 Audio frequency input control method, device and terminal
CN106454506A (en) * 2016-11-15 2017-02-22 四川长虹电器股份有限公司 Audio route control method in multi-window environment of intelligent television
CN110140170A (en) * 2017-01-03 2019-08-16 诺基亚技术有限公司 The distributed audio for being adapted for the monitoring of terminal user's free view-point is recorded
CN109410931A (en) * 2018-10-15 2019-03-01 四川长虹电器股份有限公司 Mobile terminal Internet of Things speech control system and method centered on TV
CN111372107A (en) * 2018-12-26 2020-07-03 中国电信股份有限公司 Audio transmission method, device, system and computer readable storage medium
CN110289025A (en) * 2019-07-29 2019-09-27 东莞市居胜电子有限公司 A kind of multi-medium video-signal sound system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113593558A (en) * 2021-07-28 2021-11-02 深圳创维-Rgb电子有限公司 Far-field voice adaptation method, device, equipment and storage medium
CN113593558B (en) * 2021-07-28 2024-07-23 深圳创维-Rgb电子有限公司 Far-field voice adaptation method, device, equipment and storage medium
CN114866826A (en) * 2022-06-01 2022-08-05 山东浪潮超高清智能科技有限公司 Microphone extension method of intelligent set top box

Similar Documents

Publication Publication Date Title
JP6942755B2 (en) Interaction methods, devices, devices and storage media between smart audio devices
CN104618780B (en) Electrical equipment control method and system
CN108040264B (en) Sound box voice control method and equipment for television program channel selection
CN107134286A (en) ANTENNAUDIO player method, music player and storage medium based on interactive voice
US9236048B2 (en) Method and device for voice controlling
CN110097897A (en) A kind of Android device recording multiplexing method and system
CN105825851A (en) Method and system for speech control based on Android system
CN112004154A (en) Recording method and system of intelligent terminal and intelligent terminal
CN107655154A (en) Terminal control method, air conditioner and computer-readable recording medium
CN111372159A (en) Earphone play control method and earphone
CN109920416A (en) Voice control method, device, storage medium and control system
CN109743618B (en) Music playing method, terminal and computer readable storage medium
CN101656646A (en) Mobile electronic device, content playback device, content use system and method thereof
US20120287283A1 (en) Electronic device with voice prompt function and voice prompt method
US6738805B2 (en) Audio-contents demo system connectable to a mobile telephone device
JP3519712B2 (en) Electric device remote control system, method thereof, program thereof, and recording medium on which the program is recorded
KR20080042203A (en) Apparatus and method for key mapping in bluetooth device
CN107483993B (en) Voice input method of television, television and computer readable storage medium
CN106604204B (en) Method and system for remotely controlling terminal application through Bluetooth
CN105516605A (en) Shooting method and device
US11706495B2 (en) Apparatus and system for providing content based on user utterance
CN111145741B (en) Method and device for providing multimedia content, electronic equipment and storage medium
CN111836090B (en) Control method, device, equipment and storage medium
CN104902016A (en) Method, terminal and system for data interaction
CN108989437B (en) Plug-in calling method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20201127