CN109147747B - Method for loading tuning parameters, playing device, server and system - Google Patents

Method for loading tuning parameters, playing device, server and system Download PDF

Info

Publication number
CN109147747B
CN109147747B CN201811133102.5A CN201811133102A CN109147747B CN 109147747 B CN109147747 B CN 109147747B CN 201811133102 A CN201811133102 A CN 201811133102A CN 109147747 B CN109147747 B CN 109147747B
Authority
CN
China
Prior art keywords
tuning
parameters
identification code
algorithm module
server
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
CN201811133102.5A
Other languages
Chinese (zh)
Other versions
CN109147747A (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.)
Goertek Inc
Original Assignee
Goertek Inc
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 Goertek Inc filed Critical Goertek Inc
Priority to CN201811133102.5A priority Critical patent/CN109147747B/en
Publication of CN109147747A publication Critical patent/CN109147747A/en
Application granted granted Critical
Publication of CN109147747B publication Critical patent/CN109147747B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10HELECTROPHONIC MUSICAL INSTRUMENTS; INSTRUMENTS IN WHICH THE TONES ARE GENERATED BY ELECTROMECHANICAL MEANS OR ELECTRONIC GENERATORS, OR IN WHICH THE TONES ARE SYNTHESISED FROM A DATA STORE
    • G10H7/00Instruments in which the tones are synthesised from a data store, e.g. computer organs
    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; SPEECH OR AUDIO CODING OR DECODING
    • G10L21/00Speech or voice signal processing techniques to produce another audible or non-audible signal, e.g. visual or tactile, in order to modify its quality or its intelligibility
    • G10L21/003Changing voice quality, e.g. pitch or formants
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/04Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
    • H04L63/0428Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload

Landscapes

  • Engineering & Computer Science (AREA)
  • Acoustics & Sound (AREA)
  • Quality & Reliability (AREA)
  • General Engineering & Computer Science (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Multimedia (AREA)
  • Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Human Computer Interaction (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • Computational Linguistics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method for loading tuning parameters, a playing device, a server and a system, wherein the method comprises the following steps: responding to the operation of carrying out format conversion on the preset tuning parameters by the server, carrying out format conversion processing on the tuning parameters according to the corresponding relation between the preset tuning parameters and the tuning algorithm modules arranged in the playing equipment and the tuning sequence of the tuning algorithm modules, and obtaining a conversion file reflecting the corresponding relation between the tuning parameters and the tuning algorithm modules and the tuning sequence; the playing equipment acquires and analyzes the conversion file to obtain tuning parameters corresponding to each tuning algorithm module and a tuning sequence of the tuning algorithm modules; and controlling each tuning algorithm module to load the corresponding tuning parameters, and carrying out tuning processing on the input audio signals according to the tuning sequence.

Description

Method for loading tuning parameters, playing device, server and system
Technical Field
The invention relates to the technical field of tuning, in particular to a method, playing equipment, a server and a system for loading tuning parameters.
Background
The loading method of the tuning parameters in the prior art generally stores the tuning parameters in the form of a hexadecimal digital bin file in the playing device.
When the tuning algorithm module loads the corresponding tuning parameters from the bin file, it does not know which line of the corresponding tuning parameters in the bin file, but is specified by a developer when writing a program. For example: the parameters corresponding to the first tuning algorithm module may be pre-specified as the 1 st byte to the 20 th byte of the bin file, and the parameters corresponding to the second tuning algorithm module may be specified as the 21 st byte to the 40 th byte of the bin file.
However, the relationship of the tuning parameters to the tuning algorithm module is implicitly fixed in the program of the playback device. While this implicit relationship is non-stationary. In the above example, if the byte number of the tuning parameter corresponding to the first tuning algorithm module is changed from 20 bytes to 16 bytes, the positions of the parameters corresponding to all the subsequent tuning algorithm modules will be changed. The relation previously solidified in the program is not effective any more, so that the tuning algorithm module needs to be correspondingly changed, and the coupling between the tuning parameters and the tuning algorithm module is high. When the data structure of the tuning parameters needs to be modified, the tuning algorithm module needs to be matched and modified. This creates unnecessary work.
Disclosure of Invention
It is an object of embodiments of the present invention to provide a new solution to at least one of the above problems.
According to a first aspect of the present invention, there is provided a method of loading tuning parameters, the method being implemented by a playback device, the method comprising:
acquiring a conversion file reflecting the corresponding relation between the tuning parameters and the tuning algorithm module and the tuning sequence of the tuning algorithm module;
analyzing the conversion file to obtain tuning parameters corresponding to each tuning algorithm module and a tuning sequence of the tuning algorithm modules;
and controlling each tuning algorithm module to load corresponding tuning parameters, and carrying out tuning processing on the input audio signals according to the tuning sequence.
Optionally, the step of obtaining a conversion file reflecting a correspondence between the tuning parameters and the tuning algorithm modules and a sequence of the tuning algorithm modules includes:
acquiring an encrypted conversion file;
and decrypting the encrypted conversion file according to a preset secret key to obtain the conversion file.
Optionally, the method further includes:
acquiring a current identification code of the playing device;
acquiring an authorized identification code, wherein the authorized identification code is an identification code of a preauthorized playing device;
comparing the current identification code with the authorized identification code;
and under the condition that the current identification code is matched with the authorized identification code, executing the step of controlling the at least one tuning algorithm module to load the corresponding tuning parameters, and carrying out tuning processing on the input audio signal according to the sequence of the at least one tuning algorithm module.
Optionally, the method further includes:
detecting an event that the conversion file is modified;
and acquiring the modified conversion file from the server for updating according to the detection result of the event.
According to a second aspect of the invention, there is provided a method of loading tuning parameters, the method being implemented by a server, the method comprising:
and responding to the operation of carrying out format conversion on the preset tuning parameters, carrying out format conversion processing on the tuning parameters according to the corresponding relation between the pre-specified tuning parameters and the tuning algorithm modules arranged in the playing equipment and the tuning sequence of the tuning algorithm modules, and obtaining a conversion file reflecting the corresponding relation between the tuning parameters and the tuning algorithm modules and the tuning sequence for the playing equipment to obtain.
Optionally, the method further includes:
and encrypting the converted file according to a preset encryption algorithm.
Optionally, the method further includes:
acquiring an identification code of a preauthorized playing device as an authorized identification code;
and carrying out format conversion processing on the authorization identification code to the conversion file so as to obtain the playing equipment of the conversion file for authorization verification.
According to a third aspect of the present invention, there is provided a playback device comprising a first processor and a first memory for storing first instructions for controlling the first processor to perform the method according to the first aspect of the present invention.
According to a fourth aspect of the present invention, there is provided a server comprising a second processor and a second memory, the second memory being arranged to store second instructions for controlling the second processor to perform the method according to the second aspect of the present invention.
According to a fifth aspect of the present invention, there is provided a system for loading tuning parameters, comprising a playback device according to the third aspect of the present invention and a server according to the fourth aspect of the present invention.
The method has the advantages that the format conversion processing is carried out on the tuning parameters into the conversion files through the server, so that the tuning parameters and the tuning sequence corresponding to each tuning algorithm module can be more intuitively shown; and acquiring a conversion file reflecting the corresponding relation between the tuning parameters and the tuning algorithm and the tuning sequence of the tuning algorithm modules through the playing device, so that the byte number and the tuning sequence of the tuning parameters corresponding to each tuning algorithm module do not need to be preset in the tuning algorithm modules. Therefore, when the tuning parameters and the tuning sequence of any one tuning algorithm module are modified, the tuning algorithm modules do not need to be modified at the same time. Therefore, the process of modifying the tuning parameters and/or the tuning sequence is simpler and is easy to realize. Moreover, the workload of developers can be reduced, and the development cost can be reduced.
Other features of the present invention and advantages thereof will become apparent from the following detailed description of exemplary embodiments thereof, which proceeds with reference to the accompanying drawings.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description, serve to explain the principles of the invention.
Fig. 1 is a block diagram showing an example of a hardware configuration of a system for loading tuning parameters that can be used to implement an embodiment of the present invention.
Fig. 2 shows a flowchart of a method of loading tuning parameters of the first embodiment of the present invention.
Fig. 3 shows a flowchart of the steps of obtaining a conversion file according to the first embodiment of the present invention.
Fig. 4 shows a flow chart of the steps of the authorization verification of the first embodiment of the invention.
Fig. 5 shows a flow chart of the steps of modifying tuning parameters of the first embodiment of the present invention.
Fig. 6 shows a block diagram of a playback device of the first embodiment of the present invention.
Fig. 7 shows a flowchart of a method of loading tuning parameters of the second embodiment of the present invention.
Fig. 8 shows a block diagram of a server of a second embodiment of the invention.
Fig. 9 shows a block diagram of a system for loading tuning parameters of a third embodiment of the present invention.
Fig. 10 is a schematic diagram showing an example of a tuning parameter loading system implementing the method of loading tuning parameters according to the third embodiment of the present invention.
Detailed Description
Various exemplary embodiments of the present invention will now be described in detail with reference to the accompanying drawings. It should be noted that: the relative arrangement of the components and steps, the numerical expressions and numerical values set forth in these embodiments do not limit the scope of the present invention unless specifically stated otherwise.
The following description of at least one exemplary embodiment is merely illustrative in nature and is in no way intended to limit the invention, its application, or uses.
Techniques, methods, and apparatus known to those of ordinary skill in the relevant art may not be discussed in detail but are intended to be part of the specification where appropriate.
In all examples shown and discussed herein, any particular value should be construed as merely illustrative, and not limiting. Thus, other examples of the exemplary embodiments may have different values.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, further discussion thereof is not required in subsequent figures.
< hardware configuration >
As shown in fig. 1, the system 1000 for loading tuning parameters includes a server 1100, a playback device 1200, and a network 1300.
Server 1100 may be, for example, a blade server or the like. In one example, the server 1100 can be one or more computers. In another example, the server 1100 may be as shown in FIG. 1, including a processor 1110, a memory 1120, an interface device 1130, a communication device 1140, a display device 1150, and an input device 1160. Although the server may also include speakers, microphones, etc., these components are not relevant to the present invention and are omitted here. The processor 1110 may be, for example, a central processing unit CPU, a microprocessor MCU, or the like. The memory 1120 includes, for example, a ROM (read only memory), a RAM (random access memory), a nonvolatile memory such as a hard disk, and the like. The interface device 1130 includes, for example, a USB interface, a serial interface, and the like. The communication device 1140 is capable of wired or wireless communication, for example. The display device 1150 is, for example, a liquid crystal display panel. Input devices 1160 may include, for example, a touch screen, a keyboard, and the like.
The playback device 1200 may also be one or more electronic devices capable of playing back audio. As shown in fig. 1, the playback device 1200 may include a processor 1210, a memory 1220, an interface 1230, a communication 1240, a display 1250, an input 1260, a speaker 1270, a microphone 1280, and so on. The processor 1210 may be a central processing unit CPU, a microprocessor MCU, or the like. The memory 1220 includes, for example, a ROM (read only memory), a RAM (random access memory), a nonvolatile memory such as a hard disk, and the like. The interface device 1230 includes, for example, a USB interface, a headphone interface, and the like. The communication device 1240 can perform wired or wireless communication, for example. The display device 1250 is, for example, a liquid crystal display, a touch display, or the like. The input device 1260 may include, for example, a touch screen, a keyboard, and the like. A user can input/output voice information through the speaker 1270 and the microphone 1280.
The network 1300 may be a wireless network or a wired network, and may be a local area network or a wide area network. The network 1300 may also be a file transfer network formed by various data lines. In the configuration environment 1000 shown in FIG. 1, playback devices 1200-1, 1200-2, 1200-3, 1200-4 and server 1100 may communicate over a network 1300.
The configuration environment 1100 shown in FIG. 1 is illustrative only and is not intended to limit the invention, its application, or uses in any way.
In an embodiment of the present invention, the memory 1120 of the server 1100 is configured to store instructions for controlling the processor 1110 to perform any one of the methods for loading tuning parameters according to the first embodiment of the present invention.
The memory 1220 of the playback device 1200 is configured to store instructions for controlling the processor 1210 to operate to perform any one of the methods for loading tuning parameters provided by the second embodiment of the present invention.
It should be understood by those skilled in the art that although a plurality of apparatuses are shown in fig. 1 for both the server 1100 and the playback device 1200, the present invention may only relate to some of the apparatuses, for example, the server 1100 only relates to the processor 1110 and the memory 1120, or the playback device 1200 only relates to the processor 1210, the memory 1220, the speaker 1270, and the like. The skilled person can design the instructions according to the disclosed solution. How the instructions control the operation of the processor is well known in the art and will not be described in detail herein.
The general concept of the embodiment of the invention is to provide a new technical scheme for loading tuning parameters, format conversion processing is carried out on the tuning parameters into conversion files through a server, and the tuning parameters and the tuning sequence corresponding to each tuning algorithm module can be more intuitively shown; and acquiring a conversion file reflecting the corresponding relation between the tuning parameters and the tuning algorithm module and the tuning sequence of the tuning algorithm module through the playing device, so that the byte number and the tuning sequence of the corresponding tuning parameters do not need to be preset in the tuning algorithm module. Therefore, when the tuning parameters and the tuning sequence of any one tuning algorithm module are modified, the tuning algorithm modules do not need to be modified at the same time. Therefore, the process of modifying the tuning parameters and/or the tuning sequence is simpler and is easy to realize. Moreover, the workload of developers can be reduced, and the development cost can be reduced.
< first embodiment >
< method >
In this embodiment, a method for loading tuning parameters is provided, which is implemented by a playback device.
The playing device may be any electronic device having a speaker, a processor and a memory, for example, a mobile phone, a tablet computer, an MP3, a sound box, a notebook computer, etc. In one example, the server may be the playback device 1200 shown in FIG. 1.
The method for loading tuning parameters, as shown in fig. 2, includes: step S2100.
And step S2100, acquiring a conversion file reflecting the corresponding relation between the tuning parameters and the tuning algorithm modules and the tuning sequence of the tuning algorithm modules.
The tuning algorithm module can adjust the gain of the corresponding frequency band of the audio signal input to the tuning algorithm module by loading the corresponding tuning parameters, so as to make up for the frequency band with too high or too low frequency in the frequency response curve.
Specifically, the conversion file may be obtained from the server in a wired or wireless manner. For example, the conversion file stored in the server may be actively copied to the playback device by the developer. Or the server transmits the conversion file to the playing device.
In one example, after the server generates the converted file, the server encrypts the converted file according to a preset encryption algorithm. Then, step S2100 may further include steps S2110-S2120 as shown in fig. 3:
step S2110, an encrypted conversion file is acquired.
The encrypted conversion file is obtained by encrypting the conversion file by the server according to a preset encryption algorithm. The step of obtaining the encrypted conversion file may refer to the step of obtaining the conversion file, and is not described herein again.
Step S2120, the encrypted converted file is decrypted according to a preset key, and the converted file is obtained.
Specifically, the preset secret key corresponds to an encryption algorithm for encrypting the converted file in the server, and according to the secret key, the encrypted converted file obtained by encrypting through the corresponding encryption algorithm can be decrypted to obtain the converted file.
Step S2200 is to analyze the conversion file to obtain the tuning parameters corresponding to each tuning algorithm module and the tuning sequence of the tuning algorithm modules.
Specifically, the tuning parameters corresponding to each tuning algorithm module can be obtained by analyzing the conversion file according to the label and the key value thereof, wherein the tuning parameters corresponding to each tuning algorithm module can be hexadecimal numbers. And according to the label sequence, obtaining the tuning sequence of the corresponding tuning algorithm module.
For example, the conversion file may be a JSON file, and the contents in the JSON file may be: "threshold _ low": 38, "ratio _ low":100, "knee _ low":0, "makeup _ low":3, 1. This indicates that the tuning parameter corresponding to the tuning algorithm module "thres _ low" is-38, the tuning parameter corresponding to the tuning algorithm module "ratio _ low" is 100, the tuning parameter corresponding to the tuning algorithm module "knee _ low" is 0, and the tuning parameter corresponding to the tuning algorithm module "makeup _ low" is 3, 1. Parsing the conversion file may include converting the tuning parameters corresponding to each tuning algorithm module into hexadecimal numbers.
The tuning sequence can be tuning algorithm module "thres _ low", tuning algorithm module "ratio _ low", tuning algorithm module "knee _ low", and tuning algorithm module "makeup _ low".
And step S2300, controlling each tuning algorithm module to load the corresponding tuning parameters, and carrying out tuning processing on the input audio signals according to the tuning sequence.
Specifically, the parsed tuning parameters corresponding to the at least one tuning algorithm module may be provided to the corresponding tuning algorithm module. For example, a first tuning parameter corresponding to a first tuning algorithm module may be provided to the first tuning algorithm module, a second tuning parameter corresponding to a second tuning algorithm module may be provided to the second tuning algorithm module, and a third tuning parameter corresponding to a third tuning algorithm module may be provided to the third tuning algorithm module.
Under the condition that the tuning sequence is a first tuning algorithm module, a second tuning algorithm module and a third tuning algorithm module, the first tuning algorithm module can load a first tuning parameter to carry out tuning processing on an input audio signal to obtain a first tuning signal; the second tuning algorithm module loads a second tuning parameter to carry out tuning processing on the first tuning signal to obtain a second tuning signal; and the third tuning algorithm module loads a third tuning parameter to perform tuning processing on the second tuning signal to obtain a third tuning signal and outputs the third tuning signal to sound production components such as a loudspeaker for playing.
Under the condition that the tuning sequence is the second tuning algorithm module, the third tuning algorithm module and the first tuning algorithm module, the second tuning algorithm module can load a second tuning parameter to perform tuning processing on the input audio signal to obtain a fourth tuning signal; the third tuning algorithm module loads a third tuning parameter to perform tuning processing on the fourth tuning signal to obtain a fifth tuning signal; and the first tuning algorithm module loads the first tuning parameters to carry out tuning processing on the fifth tuning signal, so that a sixth tuning signal is obtained and is output to sound production components such as a loudspeaker to be played.
In one example, the server may perform format conversion processing on an identification code of a pre-authorized playback device as an authorized identification code into a conversion file. Then, the method may further include steps S4100-S4300 as shown in fig. 4:
step S4100, obtain the current identification code of the playback device.
The current identification code may be a MAC address or serial number that uniquely identifies the playback device.
In step S4200, the authorized identification code is acquired.
Wherein, the authorized identification code is the identification code of the preauthorized playing device.
The authorization identification code may be obtained when the conversion file is parsed, acquired from a server, or pre-stored in the playback device, for example.
The authorized identification code may be an identification code of each pre-authorized playback device, or may be a range of identification codes of a plurality of pre-authorized playback devices.
Step S4300, compare the current identification code of the playback device with the authorized identification code.
In an embodiment where the authorized identification codes include the identification code of each preauthorized playback device, the identification codes of the preauthorized playback devices may be traversed to compare with the current identification code of the playback device, and if the current identification code is included in the authorized identification codes, indicating that the current identification code matches the authorized identification code, the playback device may be determined to be preauthorized. If the current identification code is not included in the authorized identification code, indicating that the current identification code does not match the authorized identification code, it can be determined that the playback device is not pre-authorized.
For example, the authorized identification code is 1, 3, or 5, and if the current identification code is any one of 1, 3, or 5, it can be determined that the current identification code matches the authorized identification code, and the playback device is pre-authorized. If the current identification code is an identification code other than 1, 3, and 5, for example, 2, it can be determined that the current identification code does not match the authorized identification code, and the playback device is not pre-authorized.
In an embodiment where the authorized identification code is a range of identification codes of multiple pre-authorized playback devices, it may be determined whether the current identification code is within the range. If the current identification code is within the range, indicating that the current identification code matches the authorized identification code, it may be determined that the playback device is pre-authorized. If the current identification code is within the range, indicating that the current identification code does not match the authorized identification code, it may be determined that the playback device is not pre-authorized.
For example, the range is 1-5, and if the current identification code is any one of 1, 2, 3, 4, and 5, it can be determined that the current identification code is within the range, and the playback device is pre-authorized. When the current identification code has another value, for example, 6, it can be determined that the current identification code does not match the authorized identification code, and it can be determined that the playback device has not been preauthorized.
In one example, the step S2300 is performed when the current identification code matches the authorized identification code.
In one example, the playback device may store, in advance, the tuning sequences of the partial tuning algorithm modules and the initial tuning parameters corresponding to each of the partial tuning algorithm modules. The initial tuning parameters corresponding to one of the tuning algorithm modules may be different from the tuning parameters corresponding to the tuning algorithm module contained in the conversion file.
And under the condition that the current identification code is not matched with the authorized identification code, controlling the part of tuning algorithm modules to call the corresponding initial tuning parameters, and carrying out tuning processing on the input audio signal according to a preset tuning sequence. That is, under the condition that the playing device is not authorized in advance, the tuning parameters and the tuning sequence contained in the conversion file acquired by the tuning algorithm module cannot be controlled to perform tuning processing on the input audio signal. But only part of the tuning algorithm modules can be controlled to call the corresponding initial tuning parameters to carry out tuning processing on the input audio signals according to the preset tuning sequence.
In the case that the current identification code does not match the authorized identification code, step S2300 may be performed within a preset time limit. The period may be, for example, 1 month. The usage time of the playback device can then be determined by a timer in the playback device. If the service time exceeds the time limit, the tuning algorithm module can not be controlled to call the tuning parameters contained in the conversion file to carry out tuning processing on the input audio signal. Further, when a preset time limit is exceeded, the partial tuning algorithm module is controlled to call the corresponding initial tuning parameters according to a preset tuning sequence to perform tuning processing on the input audio signal.
In one example, the method may further include steps S5100-S5200 as shown in fig. 5:
in step S5100, an event that the conversion file is modified is detected.
Specifically, the server may send a modification notification to the playback device when the conversion file is modified, so that the playback device detects that the conversion file is modified. The playing device may also inquire the server whether the converted file is modified according to a preset frequency.
In step S5200, the modified conversion file is obtained from the server and updated according to the detection result of the event.
Specifically, when an event that the conversion file is modified is detected, the modified conversion file may be retrieved from the server for updating. The updating step may include re-analyzing the modified conversion file, and providing the analyzed tuning parameters corresponding to each tuning algorithm module and the new tuning sequence to the corresponding tuning algorithm module, so as to control the tuning algorithm module to perform tuning processing according to the new tuning sequence when the audio signal is input again.
< playback apparatus >
In this embodiment, a playing device 600 is further provided, as shown in fig. 6, including a first processor 610 and a first memory 620, where the first memory 620 is used for storing a first instruction; the first instructions are used for controlling the first processor 610 to execute the method for loading tuning parameters in any one of the embodiments.
In this embodiment, the server 800 may further include other devices or modules, for example, the playing device 1200 shown in fig. 1.
In this embodiment, the playing device 600 is not limited to the physical implementation form, and the playing device 600 may be an electronic device with a playing function, such as a mobile phone, a tablet computer, an MP3, a sound box, and a notebook computer.
It will be appreciated by those skilled in the art that the playback device 600 may be implemented in a variety of ways. For example, the playback device 600 may be implemented by instructing a configuration processor. For example, the playback device 600 may be implemented by storing instructions in ROM and reading the instructions from ROM into a programmable device when the device is started. For example, the playback device 600 may be incorporated into a dedicated device (e.g., an ASIC). The playback device 600 may be divided into units that are independent of each other, or they may be implemented by being combined together. The playback device 600 may be implemented in one of the various implementations described above, or may be implemented in a combination of two or more of the various implementations described above.
The present embodiment has been described above with reference to the accompanying drawings, and according to the present embodiment, a method for loading tuning parameters and a playback device are provided, where a conversion file that reflects a correspondence between tuning parameters and tuning algorithm modules and a tuning sequence of the tuning algorithm modules is obtained by the playback device, and it is not necessary to preset byte numbers of the corresponding tuning parameters and the tuning sequence in the tuning algorithm modules. Therefore, when the tuning parameters and the tuning sequence of any one tuning algorithm module are modified, the tuning algorithm modules do not need to be modified at the same time. Therefore, the process of modifying the tuning parameters and/or the tuning sequence is simpler and is easy to realize. Moreover, the workload of developers can be reduced, and the development cost can be reduced.
< second embodiment >
< method >
In this embodiment, a method for loading tuning parameters is provided, which is implemented by a server.
The server may be any electronic device having a processor and a memory, for example, a desktop computer, a blade server, a cloud server, etc. In one example, the server may be the server 1100 shown in FIG. 1.
The method for loading tuning parameters, as shown in fig. 7, includes: step S7100.
And S7100, responding to the operation of carrying out format conversion on the preset tuning parameters, carrying out format conversion processing on the tuning parameters according to the corresponding relation between the preset tuning parameters and the tuning algorithm modules arranged in the playing equipment and the sequence of the tuning algorithm modules, and obtaining a conversion file reflecting the corresponding relation between the tuning parameters and the tuning algorithm modules and the tuning sequence of the tuning algorithm modules for the playing equipment to obtain.
Specifically, one or more tuning algorithm modules may be disposed in the playback device. The server may store tuning parameters corresponding to at least one tuning algorithm module in the playback device in advance. For example, a first tuning algorithm module, a second tuning algorithm module and a third tuning algorithm module may be provided in the playback device. The server is pre-stored with tuning parameters corresponding to the first tuning algorithm module and tuning parameters corresponding to the second tuning algorithm module, or with tuning parameters corresponding to the first tuning algorithm module, tuning parameters corresponding to the second tuning algorithm module, and tuning parameters corresponding to the third tuning algorithm module.
The tuning parameters corresponding to the at least one tuning algorithm module may be stored in the server in the form of a bin file. Each tuning parameter may be a hexadecimal number.
The operation of format conversion of the preset tuning parameters may be performed by a developer.
The correspondence between the tuning parameters and the tuning algorithm modules provided in the playback device may be specified by a developer. Specifically, the input may be input by a developer through a device such as a keyboard, a mouse, or a touch screen of the server.
In one example, the correspondence between the tuning parameters and the tuning algorithm modules provided in the playback device may be a byte range corresponding to each tuning algorithm module in hexadecimal numbers contained in the bin file. For example, the correspondence between the tuning parameters and the tuning algorithm modules provided in the playback device may include: the tuning parameter corresponding to the first tuning algorithm module is the 1 st byte to the 20 th byte in the bin file, and the tuning parameter corresponding to the second tuning algorithm module is the 21 st byte to the 40 th byte in the bin file.
And a plurality of tuning algorithm modules in the playing device can perform tuning processing on the input audio signals according to the corresponding tuning sequence.
For example, when the tuning sequence is the first tuning algorithm module, the second tuning algorithm module, and the third tuning algorithm module, the first tuning algorithm module may perform tuning processing on the input audio signal to obtain a first tuning signal; the second tuning algorithm module is used for carrying out tuning processing on the first tuning signal to obtain a second tuning signal; and the third tuning algorithm module is used for tuning the second tuning signal to obtain a third tuning signal and outputting the third tuning signal to sound production components such as a loudspeaker and the like for playing.
Under the condition that the tuning sequence is the second tuning algorithm module, the third tuning algorithm module and the first tuning algorithm module, the second tuning algorithm module can perform tuning processing on the input audio signal to obtain a fourth tuning signal; the third tuning algorithm module is used for carrying out tuning processing on the fourth tuning signal to obtain a fifth tuning signal; and the first tuning algorithm module is used for tuning the fifth tuning signal to obtain a sixth tuning signal and outputting the sixth tuning signal to sound production components such as a loudspeaker for playing.
And carrying out format conversion processing on the tuning parameters according to the corresponding relation between the pre-designated tuning parameters and the tuning algorithm modules arranged in the playing equipment and the sequence of the tuning algorithm modules to obtain a conversion file reflecting the corresponding relation between the tuning parameters and the tuning algorithm modules and the sequence of the tuning algorithm modules. The conversion file can comprise labels corresponding to the names of the tuning algorithm modules, the key value of each label is the tuning parameter of the corresponding tuning algorithm module, and the sequence of the labels represents the tuning sequence of the corresponding tuning algorithm modules.
The format conversion processing is performed on the tuning parameters, and the bin file of the tuning parameters may be converted into a JSON file, or may be converted into an XML file.
In one example, the conversion file may be a JSON file, and the contents of the JSON file may be as follows: "threshold _ low": 38, "ratio _ low":100, "knee _ low":0, "makeup _ low":3, 1. The "thres _ low", "ratio _ low", "knee _ low", and "makeup _ low" are labels corresponding to the tuning algorithm modules, and may be names of the corresponding tuning algorithm modules. -38 is the tuning parameter of the tuning algorithm module corresponding to the label "thres _ low"; 100 is a tuning parameter of a tuning algorithm module corresponding to the label "thres _ low"; 0 is a tuning parameter of the tuning algorithm module corresponding to the label "knee _ low"; and 3,1 is the tuning parameter of the tuning algorithm module corresponding to the label 'makeup _ low'. "thres _ low", "ratio _ low", "knee _ low", "makeup _ low" characterize the tuning sequence of the corresponding tuning algorithm module. The tuning algorithm modules corresponding to the "thres _ low", "ratio _ low", "knee _ low", and "makeup _ low" may perform tuning processing on the input audio signals in sequence, and then output the audio signals to sound production components such as speakers for playing.
If the tuning parameters of any tuning algorithm module need to be modified, the key values of the labels corresponding to the tuning algorithm module can be modified. Moreover, addition and deletion of the tuning parameters can also be realized.
The order of the labels and their key values can be adjusted if modifications to the tuning sequence are required. For example, the file content is converted into: "threshold _ low": 38, "ratio _ low":100, "knee _ low":0, "makeup _ low":3, 1. The tuning sequence at this time is "thres _ low", "ratio _ low", "knee _ low", and "makeup _ low". If the tuning sequence needs to be changed to "knee _ low", "thres _ low", "makeup _ low", or "ratio _ low", then the sequence of the corresponding labels and key values may be adjusted in the content of the conversion file to change to: "knee _ low":0, "" thres _ low ": 38," makeup _ low ":3,1," ratio _ low ": 100.
The obtained conversion file can be directly sent to the playing device, or can be transmitted to the playing device in a wired or wireless manner when receiving the operation of transmitting the conversion file.
The operation of transferring the converted file may be triggered by a developer or a playback device.
The format conversion processing is carried out on the tuning parameters to form conversion files, so that the tuning parameters and the tuning sequence corresponding to each tuning algorithm module can be more visually indicated. The byte number and the tuning sequence of the tuning parameters corresponding to each tuning algorithm module are not required to be preset in the tuning algorithm. Therefore, when the tuning parameters and the tuning sequence of any one tuning algorithm module are modified, the tuning algorithm does not need to be modified at the same time. Therefore, the process of modifying the tuning parameters and/or the tuning sequence is simpler and is easy to realize. Moreover, the workload of developers can be reduced, and the development cost can be reduced.
In one example, the method may further include step S7200: and encrypting the converted file according to a preset encryption algorithm.
Since the conversion file easily leaks the algorithm details of the tuning algorithm module and is easily reversely deduced out of the algorithm frame, the algorithm of the tuning algorithm module is cracked, and therefore the conversion file can be encrypted in the embodiment.
The Encryption Algorithm may be any one or more of DES (Data Encryption Standard, symmetric Algorithm), 3DES (triple DES), RC2 and RC4 (symmetric Algorithm), IDEA (International Data Encryption Algorithm ), RSA (asymmetric Algorithm), AES (Advanced Encryption Standard, symmetric Algorithm of Advanced Encryption Standard).
In one example, the method may further include the following steps S7300-S7400:
step S7300, acquiring an identifier of a pre-authorized playback device as an authorized identifier.
The identification code is used to uniquely identify the playback device, and may be, for example, a MAC address or a serial number of the playback device.
The authorized identification code may be an identification code of each pre-authorized playback device, or may be a range of identification codes of a plurality of pre-authorized playback devices.
The authorized identification code may be pre-stored in the server, or may be input into the server by the developer during the execution of step S7300.
Step S7400, format conversion is performed on the authorization identification code to a conversion file, so as to allow the playing device that obtains the conversion file to perform authorization verification.
Specifically, by storing the result of the format conversion processing of the authorization identification code in the conversion file, the playing device that acquires the conversion file can compare the identification code of the playing device with the authorization identification code stored in the conversion file, so as to verify whether the playing device that acquires the conversion file is authorized in advance.
In this way, the tuning parameters can be prevented from being used by unauthorized playback devices.
< Server >
In this example, there is also provided a server 800, as shown in fig. 8, comprising a second processor 810 and a second memory 820, the second memory 820 being configured to store a second instruction; the second instructions are used to control the second processor 810 to execute the method for loading tuning parameters according to any one of the embodiments.
In this embodiment, the server 800 may also include other devices or modules, such as the server 1100 shown in fig. 1.
In this embodiment, the server 800 is not limited to the physical implementation form, and the server 800 may be a computer, a blade server, a cloud server, a server group, or the like. The server 800 may also implement part of the functions through an external device, for example, the server 800 may be externally provided with a communication server for communication connection between the playback device and a plurality of playback devices; the server 800 may be externally provided with an information server for assisting the server 800 in managing device information of a plurality of playback devices, and the like.
Those skilled in the art will appreciate that the server 800 may be implemented in a variety of ways. For example, the server 800 may be implemented by an instruction configuration processor. For example, the server 800 may be implemented by storing instructions in ROM and reading the instructions from ROM into a programmable device when the device is started. For example, the server 800 may be consolidated into a dedicated device (e.g., an ASIC). The server 800 may be divided into separate units or may be implemented by combining them together. The server 800 may be implemented in one of the various implementations described above, or may be implemented in a combination of two or more of the various implementations described above.
The embodiment has been described above with reference to the drawings, and according to the embodiment, a method and a server for loading tuning parameters are provided, where the server performs format conversion on the tuning parameters to obtain a conversion file, so that the tuning parameters and the tuning sequence corresponding to each tuning algorithm module can be more intuitively indicated. And the byte number and the tuning sequence of the corresponding tuning parameters are not required to be preset in the tuning algorithm module. Therefore, when the tuning parameters and the tuning sequence of any one tuning algorithm module are modified, the tuning algorithm modules do not need to be modified at the same time. Therefore, the process of modifying the tuning parameters and/or the tuning sequence is simpler and is easy to realize. Moreover, the workload of developers can be reduced, and the development cost can be reduced.
< third embodiment >
< System >
In this embodiment, a system 900 for loading tuning parameters is provided, as shown in fig. 9, including:
the playback device 600 provided in the first embodiment;
and the server 800 provided in the second embodiment.
In this embodiment, the system 600 for loading tuning parameters may further include other devices, for example, a communication server for managing a communication connection between the server 800 and the playback device 600; alternatively, an information server may be further included to assist the server 800 in managing the playback device 600, and the like.
In one example, the system 900 for loading tuning parameters may also be the system 1000 for loading tuning parameters as shown in fig. 1.
The method for loading tuning parameters implemented by the system 900 for loading tuning parameters in the present embodiment will be further described below by way of example with reference to fig. 10.
In the example shown in fig. 10, in the system 900 for loading tuning parameters, although only two playback devices 600 and one server 800 are shown, it is not meant to limit the system 900 for loading tuning parameters to include only two playback devices and one server.
The method for loading tuning parameters, as shown in fig. 10, includes: steps S1010-S1040.
Step S1010, responding to the operation of carrying out format conversion on the preset tuning parameters by the server, carrying out format conversion processing on the tuning parameters according to the corresponding relation between the preset tuning parameters and the tuning algorithm modules arranged in the playing device and the sequence of the tuning algorithm modules, and obtaining a conversion file reflecting the corresponding relation between the tuning parameters and the tuning algorithm modules and the sequence of the tuning algorithm modules for the playing device to obtain.
Step S1020, the playing device acquires a conversion file reflecting the corresponding relation between the tuning parameters and the tuning algorithm and the tuning sequence of the tuning algorithm module.
Step S1030, the playback device parses the conversion file to obtain tuning parameters corresponding to each tuning algorithm module and a tuning sequence of the tuning algorithm modules.
And step S1040, the playing device controls each tuning algorithm module to load corresponding tuning parameters, and tuning processing is carried out on the input audio signals according to the tuning sequence.
The steps of the method for loading tuning parameters performed by the server 800 have been described in detail in the first embodiment, and the steps of the method for loading tuning parameters performed by the playback device 600 have been described in detail in the second embodiment, and are not described again here.
In this example, the format conversion processing of the tuning parameters can be performed to convert the format of the tuning parameters into a conversion file through the server, so that the tuning parameters and the tuning sequence corresponding to each tuning algorithm module can be more intuitively indicated; and acquiring a conversion file reflecting the corresponding relation between the tuning parameters and the tuning algorithm module and the tuning sequence of the tuning algorithm module through the playing device, so that the byte number and the tuning sequence of the corresponding tuning parameters do not need to be preset in the tuning algorithm module. Therefore, when the tuning parameters and the tuning sequence of any one tuning algorithm module are modified, the tuning algorithm modules do not need to be modified at the same time. Therefore, the process of modifying the tuning parameters and/or the tuning sequence is simpler and is easy to realize. Moreover, the workload of developers can be reduced, and the development cost can be reduced.
The above embodiments mainly focus on differences from other embodiments, but it should be clear to those skilled in the art that the above embodiments can be used alone or in combination with each other as needed.
The embodiments in the present disclosure are described in a progressive manner, and the same and similar parts among the embodiments can be referred to each other, and each embodiment focuses on the differences from the other embodiments, but it should be clear to those skilled in the art that the embodiments described above can be used alone or in combination with each other as needed. In addition, for the device embodiment, since it corresponds to the method embodiment, the description is relatively simple, and for relevant points, refer to the description of the corresponding parts of the method embodiment. The system embodiments described above are merely illustrative, in that modules illustrated as separate components may or may not be physically separate.
The present invention may be an apparatus, method and/or computer program product. The computer program product may include a computer-readable storage medium having computer-readable program instructions embodied therewith for causing a processor to implement various aspects of the present invention.
The computer readable storage medium may be a tangible device that can hold and store the instructions for use by the instruction execution device. The computer readable storage medium may be, for example, but not limited to, an electronic memory device, a magnetic memory device, an optical memory device, an electromagnetic memory device, a semiconductor memory device, or any suitable combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), a Static Random Access Memory (SRAM), a portable compact disc read-only memory (CD-ROM), a Digital Versatile Disc (DVD), a memory stick, a floppy disk, a mechanical coding device, such as punch cards or in-groove projection structures having instructions stored thereon, and any suitable combination of the foregoing. Computer-readable storage media as used herein is not to be construed as transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission medium (e.g., optical pulses through a fiber optic cable), or electrical signals transmitted through electrical wires.
The computer-readable program instructions described herein may be downloaded from a computer-readable storage medium to a respective computing/processing device, or to an external computer or external storage device via a network, such as the internet, a local area network, a wide area network, and/or a wireless network. The network may include copper transmission cables, fiber optic transmission, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. The network adapter card or network interface in each computing/processing device receives computer-readable program instructions from the network and forwards the computer-readable program instructions for storage in a computer-readable storage medium in the respective computing/processing device.
The computer program instructions for carrying out operations of the present invention may be assembler instructions, Instruction Set Architecture (ISA) instructions, machine-related instructions, microcode, firmware instructions, state setting data, or source or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The computer-readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider). In some embodiments, aspects of the present invention are implemented by personalizing an electronic circuit, such as a programmable logic circuit, a Field Programmable Gate Array (FPGA), or a Programmable Logic Array (PLA), with state information of computer-readable program instructions, which can execute the computer-readable program instructions.
Aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer-readable program instructions.
These computer-readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer-readable program instructions may also be stored in a computer-readable storage medium that can direct a computer, programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer-readable medium storing the instructions comprises an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer, other programmable apparatus or other devices implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
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 instructions, which comprises one or more executable instructions for implementing the specified logical function(s). 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. It is well known to those skilled in the art that implementation by hardware, by software, and by a combination of software and hardware are equivalent.
Having described embodiments of the present invention, the foregoing description is intended to be exemplary, not exhaustive, and not limited to the embodiments disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the described embodiments. The terms used herein were chosen in order to best explain the principles of the embodiments, the practical application, or technical improvements to the techniques in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments disclosed herein. The scope of the invention is defined by the appended claims.

Claims (3)

1. A system for loading tuning parameters is characterized by comprising a playing device and a server;
the server is configured to: responding to the operation of carrying out format conversion on preset tuning parameters, carrying out format conversion processing on the tuning parameters according to the corresponding relation between the pre-specified tuning parameters and the tuning algorithm modules arranged in the playing equipment and the tuning sequence of the tuning algorithm modules, and obtaining a conversion file reflecting the corresponding relation between the tuning parameters and the tuning algorithm modules and the tuning sequence for the playing equipment to obtain;
the playback device is configured to:
acquiring a conversion file reflecting the corresponding relation between the tuning parameters and the tuning algorithm module and the tuning sequence of the tuning algorithm module;
analyzing the conversion file to obtain tuning parameters corresponding to each tuning algorithm module and a tuning sequence of the tuning algorithm modules;
controlling each tuning algorithm module to load corresponding tuning parameters, and carrying out tuning processing on input audio signals according to the tuning sequence;
detecting an event that the conversion file is modified;
and acquiring the modified conversion file from the server for updating according to the detection result of the event.
2. The system of claim 1, wherein the server is further configured to:
encrypting the converted file according to a preset encryption algorithm;
the step of obtaining a conversion file reflecting the corresponding relation between the tuning parameters and the tuning algorithm module and the tuning sequence of the tuning algorithm module comprises the following steps:
acquiring an encrypted conversion file;
and decrypting the encrypted conversion file according to a preset secret key to obtain the conversion file.
3. The system of claim 1,
the server is further configured to:
acquiring an identification code of a preauthorized playing device as an authorized identification code;
carrying out format conversion processing on the authorization identification code to the conversion file so as to obtain a playing device of the conversion file for authorization verification;
the playback device is further configured to:
acquiring a current identification code of the playing device;
acquiring an authorized identification code, wherein the authorized identification code is an identification code of a preauthorized playing device;
comparing the current identification code with the authorized identification code;
and under the condition that the current identification code is matched with the authorized identification code, executing the step of controlling the at least one tuning algorithm module to load the corresponding tuning parameters, and carrying out tuning processing on the input audio signal according to the sequence of the at least one tuning algorithm module.
CN201811133102.5A 2018-09-27 2018-09-27 Method for loading tuning parameters, playing device, server and system Active CN109147747B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811133102.5A CN109147747B (en) 2018-09-27 2018-09-27 Method for loading tuning parameters, playing device, server and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811133102.5A CN109147747B (en) 2018-09-27 2018-09-27 Method for loading tuning parameters, playing device, server and system

Publications (2)

Publication Number Publication Date
CN109147747A CN109147747A (en) 2019-01-04
CN109147747B true CN109147747B (en) 2020-10-02

Family

ID=64813095

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811133102.5A Active CN109147747B (en) 2018-09-27 2018-09-27 Method for loading tuning parameters, playing device, server and system

Country Status (1)

Country Link
CN (1) CN109147747B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114157894B (en) * 2021-11-30 2024-01-30 北京中联合超高清协同技术中心有限公司 Audio rebroadcasting method and audio rebroadcasting system supporting panoramic sound

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102508680B (en) * 2011-11-09 2014-07-30 惠州Tcl移动通信有限公司 Mobile-terminal-based automatic audio parameter updating method and system
CN103646656B (en) * 2013-11-29 2016-05-04 腾讯科技(成都)有限公司 Sound effect treatment method, device, plugin manager and audio plug-in unit
CN104598263B (en) * 2014-12-04 2017-12-08 广州酷狗计算机科技有限公司 Application program operation method, configuration file generation method and device

Also Published As

Publication number Publication date
CN109147747A (en) 2019-01-04

Similar Documents

Publication Publication Date Title
CN107784231B (en) Instruction execution and dynamic compiling method and device and electronic equipment
CN108399318B (en) Executable file generation method, executable file execution method and electronic equipment
CN107786331B (en) Data processing method, device, system and computer readable storage medium
CN110245518B (en) Data storage method, device and equipment
US20180278797A1 (en) Image Encryption Method, Image Viewing Method, System, and Terminal
US10455286B2 (en) Protected media decoding system supporting metadata
CN110825411B (en) Upgrading method and device for TWS (two way satellite System) earphone system and computer-readable storage medium
US20140358995A1 (en) Providing access to a resource for a computer from within a restricted network
KR20130136064A (en) Method for providing application and terminal thereof
CN106843932B (en) Method and system for upgrading firmware of virtual reality equipment
EA035157B1 (en) Digital rights management method for media content, drm client and serving end
KR102439832B1 (en) Add-on modem for wireless devices and methods useful in conjunction therewith
CN109147747B (en) Method for loading tuning parameters, playing device, server and system
US20200379743A1 (en) Usb-based method and device for upgrading electronic apparatus, and electronic apparatus
JP6440721B2 (en) Authenticating the use of applications by computing devices
CN110545542A (en) Main control key downloading method and device based on asymmetric encryption algorithm and computer equipment
CN111130805B (en) Secure transmission method, electronic device, and computer-readable storage medium
CN111767550B (en) Data storage method and device
CN107463808B (en) Method for calling functional module integrated in operating system
US9898264B2 (en) Automatic componentization engine
KR102368208B1 (en) File leakage prevention based on security file system and commonly used file access interface
CN109995534B (en) Method and device for carrying out security authentication on application program
CN108985109A (en) A kind of date storage method and device
US10027661B2 (en) Biometric virtual machine image administration
CN110618967B (en) Application program running method, installation package generating method, device, equipment and medium

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