CN108111954B - Audio input control method and device - Google Patents

Audio input control method and device Download PDF

Info

Publication number
CN108111954B
CN108111954B CN201711426102.XA CN201711426102A CN108111954B CN 108111954 B CN108111954 B CN 108111954B CN 201711426102 A CN201711426102 A CN 201711426102A CN 108111954 B CN108111954 B CN 108111954B
Authority
CN
China
Prior art keywords
equipment
audio input
development kit
target audio
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.)
Active
Application number
CN201711426102.XA
Other languages
Chinese (zh)
Other versions
CN108111954A (en
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.)
Shanghai Ismartv Network Technologies Co ltd
Original Assignee
Whaley Technology 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 Whaley Technology Co Ltd filed Critical Whaley Technology Co Ltd
Priority to CN201711426102.XA priority Critical patent/CN108111954B/en
Publication of CN108111954A publication Critical patent/CN108111954A/en
Application granted granted Critical
Publication of CN108111954B publication Critical patent/CN108111954B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04RLOUDSPEAKERS, MICROPHONES, GRAMOPHONE PICK-UPS OR LIKE ACOUSTIC ELECTROMECHANICAL TRANSDUCERS; DEAF-AID SETS; PUBLIC ADDRESS SYSTEMS
    • H04R3/00Circuits for transducers, loudspeakers or microphones
    • H04R3/12Circuits for transducers, loudspeakers or microphones for distributing signals to two or more loudspeakers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04RLOUDSPEAKERS, MICROPHONES, GRAMOPHONE PICK-UPS OR LIKE ACOUSTIC ELECTROMECHANICAL TRANSDUCERS; DEAF-AID SETS; PUBLIC ADDRESS SYSTEMS
    • H04R2430/00Signal processing covered by H04R, not provided for in its groups

Landscapes

  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Otolaryngology (AREA)
  • Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Acoustics & Sound (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)
  • Signal Processing For Digital Recording And Reproducing (AREA)

Abstract

The invention provides an audio input control method and device, relates to the technical field of recording, and is applied to middleware of host equipment, wherein the host equipment is connected with at least one audio input device, and the method comprises the following steps: if the middleware is started, determining the currently connected audio input equipment of the host equipment, determining target audio equipment in the currently connected audio input equipment according to preset priority information, and if it is determined that a development kit corresponding to the target audio equipment is installed, calling a development kit interface of the development kit to drive the target audio equipment to record. The invention provides an audio input control method and device, which overcome the defect that a plurality of devices cannot be used by recording application.

Description

Audio input control method and device
Technical Field
The invention relates to the technical field of recording, in particular to an audio input control method and device.
Background
Currently, microphone hardware vendors provide device customization development kits for application (App) developers, and apps use the recording functionality of audio input devices (e.g., microphones) through the development kit interface of this development kit. Because the device customization development kit is developed by a developer for a specific device, the device customization development kit matched with the audio input device can ensure that the audio input device has the highest use efficiency, the optimal performance and the optimal user experience.
However, since the development kit interfaces in the customized development kits of different hardware manufacturers are different, when a device customization kit provided by a certain manufacturer is selected, only the audio input device matched with the device customization kit can be used for recording, and devices of other manufacturers cannot be used, which brings inconvenience to the user.
Disclosure of Invention
In view of the above, an object of the present invention is to provide an audio input control method and apparatus, so as to alleviate the technical problem that when a device customization package provided by a certain manufacturer is selected, devices of other manufacturers cannot be used for recording, which brings inconvenience to users.
In a first aspect, an embodiment of the present invention provides an audio input control method, which is applied in middleware of a host device, where the host device is connected to at least one audio input device, and the method includes:
if the middleware is started, determining the audio input equipment currently connected with the host equipment;
determining a target audio device among currently connected audio input devices;
and if the development kit corresponding to the target audio equipment is determined to be installed, calling a development kit interface of the development kit to drive the target audio equipment to record.
With reference to the first aspect, an embodiment of the present invention provides a first possible implementation manner of the first aspect, where the method further includes:
receiving preset priority information input by a user;
storing the preset priority information under a preset path;
the determining a target audio device among currently connected audio input devices includes:
and determining the target audio equipment in the currently connected audio input equipment according to the preset priority information.
With reference to the first aspect, an embodiment of the present invention provides a second possible implementation manner of the first aspect, where before determining, if the middleware is started, an audio input device currently connected to the host device, the method further includes:
sending a query request to a bottom operating system;
receiving query information returned by the bottom operating system according to the query request, wherein the query information comprises: a device identification of the currently connected audio input device.
With reference to the first aspect, an embodiment of the present invention provides a third possible implementation manner of the first aspect, where the method further includes:
and if the development kit corresponding to the target audio equipment is determined not to be installed, calling a standard recording interface to drive the target audio equipment to record.
In a second aspect, an embodiment of the present invention further provides an audio input control method, which is applied to a standard recording interface of a host device, and the method includes:
acquiring flag bit information stored in a preset storage position;
and if the flag bit information is determined to meet the preset condition, starting the middleware.
With reference to the second aspect, an embodiment of the present invention provides a first possible implementation manner of the second aspect, where the method further includes:
if the flag bit information is determined not to meet the preset condition, determining target audio equipment in currently connected audio input equipment according to preset priority information;
and driving the target audio equipment to record.
In a third aspect, an embodiment of the present invention further provides an audio input control apparatus, including:
the first determining module is used for determining the audio input equipment currently connected with the host equipment if the middleware is started;
the second determining module is used for determining the target audio equipment in the currently connected audio input equipment;
and the calling module is used for calling the development kit interface of the development kit to drive the target audio equipment to record if the development kit corresponding to the target audio equipment is determined to be installed.
With reference to the third aspect, an embodiment of the present invention provides a first possible implementation manner of the third aspect, where the method further includes:
the receiving module is used for receiving preset priority information input by a user;
and the storage module is used for storing the preset priority information under a preset path.
In a fourth aspect, an embodiment of the present invention further provides an electronic device, including a memory and a processor, where the memory stores a computer program executable on the processor, and the program code causes the processor to execute the method according to the first aspect or the second aspect.
In a fifth aspect, the present invention also provides a computer-readable medium having non-volatile program code executable by a processor, where the program code causes the processor to execute the method of the first aspect or the second aspect.
The embodiment of the invention has the following beneficial effects: the embodiment of the invention provides an audio input control method and device, which overcome the defect that a plurality of devices cannot be used by recording application.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a schematic diagram of a prior art audio input control scheme;
FIG. 2 is a flowchart illustrating an audio input control method according to an embodiment of the present invention;
FIG. 3 is a flow chart of an audio input control method according to another embodiment of the invention;
FIG. 4 is an audio input control schematic of an embodiment of the present invention;
FIG. 5 is a schematic diagram of a recording process according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of an audio input control device according to another embodiment of the present invention.
Icon:
11-a first determination module; 12-a second determination module; 13-Call module.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is apparent that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As shown in fig. 1, there are two ways for inputting audio: calling a standard recording interface (namely an Android standard recording interface) to drive equipment to record through an application 1; and calling the development kit interface of the equipment customized development kit to drive equipment recording through the application 2. For the first mode, if a standard recording interface common to android is used, the device can only be used as a universal device, the recording effect is general, the delay is high, but the mode cannot obtain the optimized experience of the customized development kit provided by the device manufacturer. For the second mode, if the development kit interface corresponding to the device customization development kit is used, the recording effect is good, and the time delay is low, but the mode needs to bind the application and the device, and other devices cannot be used.
Because each equipment customization development kit is developed by a developer aiming at specific equipment, corresponding development kit interfaces are different, so that the problem of selectivity is brought to an application developer, the application developer needs to learn the customization interfaces of different manufacturers, the development cost is increased, and the development efficiency is reduced.
At present, because the interface of the development kit in the customized development kit of different hardware manufacturers is different, when the device customization kit provided by a certain manufacturer is selected, only the audio input device matched with the device customization kit can be used for recording, and the devices of other manufacturers cannot be used, so that inconvenience is brought to the use of a user.
For the convenience of understanding the present embodiment, a detailed description will be given to an audio input control method disclosed in the present embodiment.
As shown in fig. 2, in one embodiment of the present invention, there is provided an audio input control method applied to middleware of a host device connected to at least one audio input device, the method including the following steps.
S101, if the middleware is started, determining the audio input equipment currently connected with the host equipment.
Specifically, after the middleware is started, the method further includes the following steps before the audio input device currently connected to the host device is determined.
The middleware sends a query request to the underlying operating system.
The middleware receives query information returned by the bottom operating system according to the query request, wherein the query information comprises: a device identification of the currently connected audio input device.
For example, a recording DEVICE such as an earphone with a microphone, a SPEAKER, a microphone, and a remote controller with a recording function connected to the host DEVICE is identified as "AUDIO _ DEVICE _ OUT _ wide _ playback", and a DEVICE identification of an earphone is identified as "AUDIO _ DEVICE _ OUT _ speech", and the like.
And S102, determining a target audio device in the currently connected audio input devices.
In practical applications, after the middleware is started, the method further includes the following steps.
And receiving preset priority information input by a user.
And storing the preset priority information under a preset path.
The middleware reads preset priority information and determines target audio equipment in currently connected audio input equipment according to the preset priority information.
For example, the preset priority information includes priority level allocation information, "microphone-0", using different audio devices; "earphone-1"; a remote controller with a microphone-2, etc. If the host device is currently connected with a microphone, an earphone and a remote controller with a microphone, the microphone is preferentially used as the target audio device. In all examples shown and described herein, any particular value should be construed as merely exemplary, and not as a limitation, and thus other examples of example embodiments may have different values.
S103, if the fact that the development kit corresponding to the target audio equipment is installed is determined, the development kit interface of the development kit is called to drive the target audio equipment to record.
In practical application, after the middleware selects the target audio device to be used, the middleware may determine whether a development kit corresponding to the target audio device is installed in its memory. The following two cases are specifically distinguished:
if the development kit corresponding to the target audio equipment is determined to be installed, calling a development kit interface of the development kit to drive the target audio equipment to record;
and if the development kit corresponding to the target audio equipment is determined not to be installed, calling a standard recording interface of the host equipment to drive the target audio equipment to record. Thus, the original recording standard flow is completely compatible with the previous version.
The embodiment of the invention provides an audio input control method, which overcomes the defect that a plurality of devices cannot be used by recording application, and can select an applicable recording device according to preconfigured information by setting a middleware between an application layer and a bottom layer driver so as to meet the actual needs of users.
In another embodiment of the present invention, as shown in fig. 3, there is provided an audio input control method applied in a standard recording interface of a host device, the method comprising the following steps.
S201, obtaining the zone bit information stored in the preset storage position.
Specifically, when the Application (APP) of the host device receives a recording instruction input by a user, the APP calls a standard recording interface to determine whether to use the middleware. And the standard recording interface reads the zone bit information stored in a preset storage position in the memory and judges whether the zone bit information meets a preset condition.
S202, if the flag bit information is determined to meet the preset condition, the middleware is started.
Specifically, when the flag bit information satisfies a preset condition (for example, the flag bit information is 1), the middleware is started.
And when the flag bit information is determined not to meet the preset condition, determining target audio equipment in the currently connected audio input equipment according to the preset priority information, and driving the target audio equipment to record by using a standard recording interface.
The following specifically illustrates the working principle of the audio input control method provided by the embodiment of the present invention by way of example:
as shown in fig. 4, to provide a control middleware that can shield the proprietary interface of the device vendor, and a plurality of device customization development kits are integrated in the space. As shown in fig. 5, the recording process provided by the embodiment of the present invention is as follows:
1. and after the application receives the recording starting instruction, calling an Android standard recording interface, and starting or disabling the middleware by reading the flag bit information and the like through the Android standard recording interface. And if the middleware is forbidden, executing an Android standard recording process, namely driving equipment to record by using an Android standard recording interface, so that the equipment is completely compatible with the previous version.
2. If the middleware is started, the middleware determines at least one audio input device currently connected with the host device according to query information acquired by the bottom operating system, and selects a target audio device to be used from the plurality of currently connected audio devices according to preset priority information configured in advance.
3. The middleware detects whether a manufacturer customized development kit corresponding to the selected target audio equipment is installed in a memory of the middleware, and if the manufacturer customized development kit corresponding to the selected target audio equipment is installed in the memory of the middleware, a development kit interface of the development kit is called to drive the target audio equipment to record; and if the corresponding manufacturer customized development kit is not installed, executing an Android standard recording process, namely calling an Android standard recording interface to drive equipment to record.
The audio input control method provided by the embodiment of the invention has the following advantages:
1. for application developers (App 1 and App2 in the schematic diagram 5), Android standard recording standard interfaces (AudioRecord) can be used, so that development cost is greatly reduced (namely, customized private interfaces of various hardware manufacturers do not need to be learned), and development efficiency is improved;
2. when the equipment customization development kit is installed, the recording channel to which the equipment customization software belongs is preferentially selected;
3. the method can support various recording devices, the APP and the recording devices are not bound, and the devices can be flexibly switched;
4. calling equipment customization development kit through middleware (MicSDK) to optimize the recording effect;
5. if the device customization package is not installed in the middleware (MicSDK), the Android standard recording interface is used for driving the device to record, and the device is used as a universal device.
The device provided by the embodiment of the present invention has the same implementation principle and technical effect as the method embodiments, and for the sake of brief description, reference may be made to the corresponding contents in the method embodiments without reference to the device embodiments. As shown in fig. 6, in another embodiment of the present invention, there is also provided an audio input control device including: a first determining module 11, a second determining module 12 and a calling module 13.
A first determining module 11, configured to determine, if the middleware is started, an audio input device currently connected to the host device.
A second determining module 12, configured to determine a target audio device among the currently connected audio input devices.
And the calling module 13 is configured to call a development kit interface of the development kit to drive the target audio device to record if it is determined that the development kit corresponding to the target audio device is installed.
On the basis of the foregoing embodiment, in another embodiment of the present invention, the audio input control device further includes: the device comprises a receiving module and a storage module.
And the receiving module is used for receiving the preset priority information input by the user.
And the storage module is used for storing the preset priority information under a preset path.
In another embodiment of the present invention, there is also provided an electronic device including a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the program code causes the processor to execute an audio input control method applied to middleware or an audio input control method applied to a standard sound recording interface.
In another embodiment of the present invention, there is also provided a computer-readable medium having a non-volatile program code executable by a processor, the program code causing the processor to execute an audio input control method applied to middleware or an audio input control method applied to a standard sound recording interface.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the system and the apparatus described above may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The computer program product of the audio input control method and system provided by the embodiments of the present invention includes a computer readable storage medium storing a program code, where instructions included in the program code may be used to execute the method described in the foregoing method embodiments, and specific implementation may refer to the method embodiments, and will not be described herein again.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the system and the apparatus described above may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In addition, in the description of the embodiments of the present invention, unless otherwise explicitly specified or limited, the terms "mounted," "connected," and "connected" are to be construed broadly, e.g., as meaning either a fixed connection, a removable connection, or an integral connection; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood in specific cases to those skilled in the art.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
In the description of the present invention, it should be noted that the terms "center", "upper", "lower", "left", "right", "vertical", "horizontal", "inner", "outer", etc., indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings, and are only for convenience of description and simplicity of description, but do not indicate or imply that the device or element being referred to must have a particular orientation, be constructed and operated in a particular orientation, and thus, should not be construed as limiting the present invention. Furthermore, the terms "first," "second," and "third" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance.
Finally, it should be noted that: the above-mentioned embodiments are only specific embodiments of the present invention, which are used for illustrating the technical solutions of the present invention and not for limiting the same, and the protection scope of the present invention is not limited thereto, although the present invention is described in detail with reference to the foregoing embodiments, those skilled in the art should understand that: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the embodiments of the present invention, and they should be construed as being included therein. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. An audio input control method applied to middleware of a host device, the host device being connected with at least one audio input device, the method comprising:
if the middleware is started, determining the audio input equipment currently connected with the host equipment;
determining a target audio device among currently connected audio input devices;
if the development kit corresponding to the target audio equipment is determined to be installed, calling a development kit interface of the development kit to drive the target audio equipment to record;
and if the development kit corresponding to the target audio equipment is determined not to be installed, calling a standard recording interface of the host equipment to drive the target audio equipment to record.
2. The audio input control method of claim 1, further comprising:
receiving preset priority information input by a user;
storing the preset priority information under a preset path;
the determining a target audio device among currently connected audio input devices includes:
and determining the target audio equipment in the currently connected audio input equipment according to the preset priority information.
3. The audio input control method of claim 2, wherein before determining the audio input device to which the host device is currently connected if the middleware is enabled, the method further comprises:
sending a query request to a bottom operating system;
receiving query information returned by the bottom operating system according to the query request, wherein the query information comprises: a device identification of the currently connected audio input device.
4. The audio input control method of claim 3, further comprising:
and if the development kit corresponding to the target audio equipment is determined not to be installed, calling a standard recording interface to drive the target audio equipment to record.
5. An audio input control device, comprising:
the first determining module (11) is used for determining the audio input equipment currently connected with the host equipment if the middleware is started;
a second determination module (12) for determining a target audio device among the currently connected audio input devices;
the calling module (13) is used for calling a development kit interface of the development kit to drive the target audio equipment to record if the development kit corresponding to the target audio equipment is determined to be installed;
and if the development kit corresponding to the target audio equipment is determined not to be installed, calling a standard recording interface of the host equipment to drive the target audio equipment to record.
6. The audio input control device of claim 5, further comprising:
the receiving module is used for receiving preset priority information input by a user;
and the storage module is used for storing the preset priority information under a preset path.
7. An electronic device comprising a memory, a processor, a computer program stored in the memory and executable on the processor, characterized in that program code causes the processor to perform the method according to any of claims 1 to 4.
8. A computer-readable medium having non-volatile program code executable by a processor, the program code causing the processor to perform the method of any of claims 1 to 4.
CN201711426102.XA 2017-12-25 2017-12-25 Audio input control method and device Active CN108111954B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711426102.XA CN108111954B (en) 2017-12-25 2017-12-25 Audio input control method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711426102.XA CN108111954B (en) 2017-12-25 2017-12-25 Audio input control method and device

Publications (2)

Publication Number Publication Date
CN108111954A CN108111954A (en) 2018-06-01
CN108111954B true CN108111954B (en) 2020-10-20

Family

ID=62212975

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711426102.XA Active CN108111954B (en) 2017-12-25 2017-12-25 Audio input control method and device

Country Status (1)

Country Link
CN (1) CN108111954B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112509608B (en) * 2020-11-25 2022-03-08 广州朗国电子科技股份有限公司 Method and device for recording sound along with channel of USB (Universal Serial bus) equipment and storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105204814A (en) * 2014-06-24 2015-12-30 Tcl集团股份有限公司 Sound card switching method and system of Android system

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110294547A1 (en) * 2008-11-11 2011-12-01 Netqin Mobile (Beijing) Technology Co., Ltd. Method and system for interactive operation between mobile phone and pc based on a middleware
CN101710935A (en) * 2009-12-02 2010-05-19 北京视博数字电视科技有限公司 Middleware device of set-top box, cross-platform interface method and set-top box
CN103713708A (en) * 2013-11-11 2014-04-09 青岛中科英泰商用系统有限公司 Multifunctional touch-screen industry tablet computer provided with audio interface
US10540991B2 (en) * 2015-08-20 2020-01-21 Ebay Inc. Determining a response of a crowd to a request using an audio having concurrent responses of two or more respondents
CN106155625B (en) * 2016-07-06 2020-01-21 北京元心科技有限公司 Audio adaptation method and system
CN107333323B (en) * 2017-06-07 2020-08-04 海信视像科技股份有限公司 WIFI (Wireless Fidelity) reconnection method and device after android system is started and terminal equipment

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105204814A (en) * 2014-06-24 2015-12-30 Tcl集团股份有限公司 Sound card switching method and system of Android system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"单声卡实现不同应用程序输出到不同的播放设备(音箱、耳机)";warmegg;《博客》;20130225;全文 *

Also Published As

Publication number Publication date
CN108111954A (en) 2018-06-01

Similar Documents

Publication Publication Date Title
US9703542B2 (en) Preinstalled application management method for mobile terminal and mobile terminal
US20140179377A1 (en) Mobile electronic device having program notification function and program notification method thereof
US9471296B2 (en) Method and device for application installation to multiple memory components
US20140067879A1 (en) Application management for a terminal
WO2007020735A1 (en) Conflict solving device
WO2016127446A1 (en) Switching method and terminal among multiple systems
US20080155529A1 (en) Portable storage device, system and method for automatic software installation
EP2280343A1 (en) Method and device for application archiving
CN113377392B (en) System capable of updating firmware in background and method for updating firmware in background
CN112416411B (en) Upgrading method and device, equipment end, server and computer readable medium
CN108111954B (en) Audio input control method and device
US11604656B2 (en) Method and apparatus for managing application
CN105700835B (en) Speaker main unit for providing multi-streaming service and flow control method thereof
KR20150108617A (en) Method for configuring user interface of car head unit dynamically by using smart terminal, and head unit and computer-readable recording medium using the same
CN111930626B (en) Automatic testing method and device based on PaaS cloud service
CN113849379A (en) Method, device and equipment for collecting server asset information and readable medium
WO2015133062A1 (en) Vehicle device
EP3523745B1 (en) Electronic device, method for controlling thereof and computer-readable recording medium
CN111953803A (en) BMC starting method, equipment, system and storage medium
CN112534409A (en) Electronic device and operation method thereof
KR101016797B1 (en) Method and system for using portable storage device of mobile phone as CD-ROM
KR101903025B1 (en) Method for configuring infortainment system of vehicle and device using the same
JP5182261B2 (en) Communications system
CN116916198A (en) XGSPON SFP+ module self-adaption method, device and storage medium
JP6150778B2 (en) Electrical equipment, communication adapter and program

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
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20240606

Address after: Room 212, Building 14, No. 350 Xianxia Road, Changning District, Shanghai, 200050

Patentee after: SHANGHAI ISMARTV NETWORK TECHNOLOGIES Co.,Ltd.

Country or region after: China

Address before: 200030, 3rd Floor, Building E, Shangtou Shengyin Building, No. 666 Shengxia Road, Pudong New Area, Shanghai

Patentee before: WHALEY TECHNOLOGY Co.,Ltd.

Country or region before: China