WO2022134869A1 - Procédé et appareil de traitement de tonalité d'invite de notification, et dispositif électronique - Google Patents

Procédé et appareil de traitement de tonalité d'invite de notification, et dispositif électronique Download PDF

Info

Publication number
WO2022134869A1
WO2022134869A1 PCT/CN2021/128079 CN2021128079W WO2022134869A1 WO 2022134869 A1 WO2022134869 A1 WO 2022134869A1 CN 2021128079 W CN2021128079 W CN 2021128079W WO 2022134869 A1 WO2022134869 A1 WO 2022134869A1
Authority
WO
WIPO (PCT)
Prior art keywords
notification sound
notification
playback
sound
last
Prior art date
Application number
PCT/CN2021/128079
Other languages
English (en)
Chinese (zh)
Inventor
高钊
Original Assignee
Oppo广东移动通信有限公司
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 Oppo广东移动通信有限公司 filed Critical Oppo广东移动通信有限公司
Publication of WO2022134869A1 publication Critical patent/WO2022134869A1/fr

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/224Monitoring or handling of messages providing notification on incoming messages, e.g. pushed notifications of received messages

Definitions

  • the present application relates to the field of Internet technology, and in particular, to a notification sound processing method, apparatus, electronic device and computer-readable storage medium.
  • Various embodiments of the present application provide a notification sound processing method, apparatus, electronic device, and computer-readable storage medium.
  • a notification sound processing method comprising:
  • the next notification tone that belongs to the same melody and is adjacent to the last notification tone is determined as the current notification tone
  • a notification sound processing device comprising:
  • the playback event response module is used to determine the playback time of the last notification sound when the notification sound playback event is detected
  • the prompt tone determination module is used to determine the next notification prompt tone belonging to the same melody and adjacent to the last notification prompt tone as The current notification tone;
  • the prompt tone playback module is used to play the current notification tone.
  • An electronic device includes a memory and a processor, the memory stores a computer program, and the processor implements the following steps when executing the computer program:
  • the next notification tone that belongs to the same melody and is adjacent to the last notification tone is determined as the current notification tone
  • the next notification tone that belongs to the same melody and is adjacent to the last notification tone is determined as the current notification tone
  • FIG. 1 is an application environment diagram of a notification sound processing method in one embodiment.
  • FIG. 2 is a flowchart of a method for processing notification sound in one embodiment.
  • FIG. 3 is a schematic diagram of an interface for displaying a notification prompt message in an embodiment.
  • FIG. 4 is a flow chart of determining the current notification tone in one embodiment.
  • FIG. 5 is a schematic diagram of an audio resource library in one embodiment.
  • FIG. 6 is a schematic interface diagram of a prompt tone configuration interface in an embodiment.
  • FIG. 7 is a schematic diagram of an audio resource library in another embodiment.
  • FIG. 8 is a structural block diagram of a notification sound processing apparatus in an embodiment.
  • FIG. 9 is an internal structure diagram of an electronic device in one embodiment.
  • first, second, etc. used in this application may be used herein to describe various elements, but these elements are not limited by these terms. These terms are only used to distinguish a first element from another element.
  • a first client may be referred to as a second client, and similarly, a second client may be referred to as a first client, without departing from the scope of this application.
  • Both the first client and the second client are clients, but they are not the same client.
  • FIG. 1 is a schematic diagram of an application environment of a notification sound processing method in an embodiment.
  • the application environment includes an electronic device 102 and a server 104 connected through a network.
  • the server 104 can push messages to the electronic device 102, such as service messages that can be pushed by the server 104, or messages sent by other users forwarded by the server 104, etc.
  • a notification prompt is performed, such as through the electronic device
  • the notification prompt box of 102 performs a message notification prompt, and simultaneously plays a notification prompt sound for prompting.
  • the electronic device 102 monitors the notification sound playing event, and the time interval between the current time and the playback time of the last notification sound is less than the time interval threshold, the electronic device 102 will be based on the fact that the notification sound belongs to the same The current notification sound determined by the melody and the adjacent next notification sound is played, so as to realize the prompting of the notification message.
  • the electronic device 102 can be, but is not limited to, various personal computers, notebook computers, smart phones, tablet computers and portable wearable devices, and the server 104 can be implemented by an independent server or a server cluster composed of multiple servers.
  • FIG. 2 is a flowchart of a method for processing notification sound in one embodiment.
  • the method for processing a notification sound in this embodiment is described by taking the electronic device in FIG. 1 as an example for description.
  • the notification sound processing method includes operations 202 to 206 .
  • operation 202 in the case of monitoring the playing event of the notification sound, determine the playback time of the last notification sound.
  • the notification sound playing event refers to the behavior of triggering the playing of the notification sound, which may specifically be the behavior of receiving the notification message and displaying it.
  • a message prompt can be performed through a message notification box on the interface of the electronic device.
  • the notification sound playback event can be monitored based on the instrumentation technology.
  • the instrumentation technology refers to inserting a probe into the program on the basis of ensuring the integrity of the original program logic, and collecting the information in the code through the probe ( The method itself, method parameter value, return value, etc.) insert a code segment in a specific position to collect dynamic context information when the program is running.
  • the notification sound can be detected by instrumentation interception in the system notification service of the electronic device. Play the event.
  • the messages pushed by the application programs 1-3 are respectively displayed through three message notification boxes.
  • the electronic device pops up a message notification box to display the notification message, the user will be prompted by playing the notification sound at the same time.
  • a notification sound playback event is triggered, and the electronic device pops up a message notification box on the interface for message prompting while playing the corresponding notification sound for message prompting.
  • application 2 and application 3 trigger a notification sound playing event, the electronic device plays the notification sound correspondingly.
  • the last notification sound is the notification sound played when the notification sound playback event was triggered last time.
  • applications 1-3 trigger the notification sound playback event successively, that is, application 1 triggers the notification sound playback event first, and application 3 triggers the notification sound playback event last, then the notification sound is triggered for application 2.
  • the last notification sound is the notification sound played when application 1 triggers the notification sound playback event; for application 3, the last notification sound is the notification sound when application 2 triggers the notification sound.
  • the electronic device monitors the notification sound playback event, and when monitoring the notification sound playback event, it indicates that the electronic device needs to play the notification sound for a message prompt, and the electronic device determines the playback time of the last notification sound. Specifically, it can be The playback time of the last notification sound can be obtained by querying the electronic device from the notification sound information database that records the information of each notification sound. In addition, the playback time of the last notification sound can also be determined according to the monitored playback event of the last notification sound. Play time.
  • Operation 204 when the time interval between the current moment and the playback time of the last notification tone is less than the duration interval threshold, the next notification tone that belongs to the same melody and adjacent to the last notification tone is determined as the current notification tone .
  • the current time is the current time, that is, the time when the notification sound playback event is monitored; the time interval is determined according to the difference between the current time and the playback time of the last notification sound, reflecting the two notification sound playback events before and after time span; the time interval threshold is used to determine the trigger frequency of the notification sound playback event.
  • the specific value of the time interval threshold can be set according to actual needs, for example, it can be set to 10 seconds. If the time span is less than the duration interval threshold, that is, less than 10 seconds, it can be considered that the trigger frequency of the notification sound playback event is high, otherwise, the trigger frequency of the notification sound playback event is considered to be low.
  • Melody is the primary element of music, which usually refers to an organized, rhythmic sequence of several musical tones formed through artistic conception.
  • the melody is carried out in a single part with a logical factor composed of a certain pitch, time value and volume.
  • the melody is organically combined with many basic elements of music, such as mode, rhythm, beat, dynamics, timbre performance methods, etc. made.
  • the current notification sound is the notification sound corresponding to the current notification sound playing event, that is, the monitored notification sound playing event corresponds to playing the current notification sound for message prompting.
  • the electronic device after determining the playback time of the last notification sound, the electronic device further obtains a preset time interval threshold, and determines the time interval between the current time and the playback time of the last notification sound, and the electronic device compares the time interval and Duration interval threshold, if the duration interval is less than the duration interval threshold, it indicates that the triggering time span between the current notification tone playback event and the last notification tone playback event is small, and it can be considered that the trigger frequency of the notification tone playback event is high, and the triggering frequency of the notification tone playback event is high.
  • the last notification sound belongs to the same melody and the next adjacent notification sound is determined as the current notification sound.
  • the electronic device can determine the music resource set that belongs to the same melody as the last notification sound, and integrate the music resource with the same melody.
  • the music resource adjacent to the last notification sound is used as the current notification sound, so that the notification sound played this time in response to the notification sound playing event and the last notification sound can form a melody and play in sequence.
  • the electronic device After determining the current notification sound corresponding to the current notification sound playback event, the electronic device plays the current notification sound, so that the notification sound played this time in response to the notification sound playback event and the last notification sound can be formed in sequence The melody is played.
  • the notification messages corresponding to applications 1-3 are frequently sounded, and the electronic device plays three consecutive times.
  • the corresponding notification sound, and a single, boring notification sound may make the user feel fatigued and affect the user's experience of using the electronic device.
  • the content of the dynamic notification sound with high frequency repetition is single and easy to cause auditory fatigue, so that the current notification sound played and the last notification sound played form a continuous and complete melody.
  • the notification sound played by application 1 is the music resource A1 in melody A
  • the notification sound played by application 2 is the music resource A2 in melody A
  • the notification sound played by application 3 is the music resource of A2 in melody A.
  • the notification sound played is the music resource of A3 in melody A, so that the notification sound played by the applications 1-3 respectively form the complete melody of A1-A2-A3, which can effectively enrich the content of the notification sound, increase the intelligent interest, and improve the The user's sense of expectation for the notification sound improves the user's experience of using the electronic device.
  • the notification sound processing method in this embodiment when a notification sound playback event is monitored, and the time interval between the current moment and the playback time of the last notification sound is smaller than the time interval threshold, the The notification sound belongs to the same melody and the current notification sound determined by the adjacent next notification sound is played, so that when the notification sound playback event is frequently triggered, the played notification sound forms a complete melody, which enriches the notification sound. content of the sound.
  • the current notification sound is determined, that is, when the time interval between the current moment and the playback time of the last notification sound is smaller than the time interval threshold, it will belong to the same notification sound as the last notification sound.
  • the next notification tone that is adjacent to the melody is determined as the current notification tone, including:
  • the time interval between the current time and the playback time of the last notification sound is determined.
  • the time interval reflects the time span of the two notification sound playback events before and after, which can be determined according to the difference between the current moment and the playback time of the last notification sound, so that it can be judged that the two adjacent notification sounds are played.
  • the trigger frequency between events For example, when the time interval is short, it indicates that the notification sound playing event is triggered a short time after the last notification sound is played, so that the notification sound is played again.
  • the electronic device may further determine the current time, which is the time when the playback event of the notification sound is triggered. The difference between the moments gets the duration interval.
  • the time interval threshold is used to determine the trigger frequency of the notification sound playing event, and the specific value of the time interval threshold can be set according to actual needs.
  • the time interval threshold may be specifically set according to the time period, location, user type or user habit.
  • the time interval threshold can be dynamically adjusted based on the time period.
  • the time interval threshold can be set to a larger value during the working time period, and a smaller time interval threshold value can be set during the non-working time period.
  • a larger time interval threshold value can be set when the user's office is located.
  • a smaller time interval threshold is set; in addition, the electronic device can also analyze the notification messages of the electronic device according to the user's historical usage data to determine the frequency of the user receiving notification messages. , so as to determine the corresponding time interval threshold, so as to accurately determine the trigger frequency of each notification sound playback event based on user habits, and ensure the prompt effect of the notification sound.
  • the audio melody is the melody to which the audio resource corresponding to the notification tone belongs. Different audio melodies may correspond to multiple segments of continuous audio resources, and multiple segments of continuous audio resources can be played in sequence to form a complete melody.
  • the audio melody corresponding to the last notification sound can be determined according to the audio resource corresponding to the last notification sound, for example, according to the information of the audio resource corresponding to the last notification sound audio melody.
  • the electronic device compares the time interval with the time interval threshold, thereby determining whether the two successive notification sound playback events belong to high-frequency trigger events. If the time interval is less than the preset time interval threshold, the electronic device determines the audio melody corresponding to the last notification tone. Specifically, the electronic device may determine the audio resource corresponding to the last notification tone, and query the information of the audio resource, based on The information of the audio resource determines the audio melody to which it belongs, so as to obtain the audio melody corresponding to the last notification sound.
  • the next audio resource adjacent to the audio resource corresponding to the last notification sound in each audio resource of the audio melody is determined as the current notification sound.
  • the electronic device selects the next audio resource adjacent to the audio resource corresponding to the last notification sound from the audio resources of the audio melody as the current notification sound, Therefore, the current notification sound and the last notification sound belong to the same melody and are adjacent audio resources, so that the current notification sound and the last notification sound can form a continuous melody, avoiding the single notification sound. Play to enrich the content of the notification sound.
  • the current notification sound playback event and the last notification sound playback event belong to the high-frequency triggering situation, and if so, from the Among the audio resources of the audio melody corresponding to the last notification sound, the next audio resource adjacent to the audio resource corresponding to the last notification sound is selected as the current notification sound, so that the current notification sound and the last notification sound.
  • the audio resources belong to the same melody and are adjacent to each other, so that the current notification sound and the last notification sound can form a continuous melody, which avoids the single playback of the notification sound and enriches the content of the notification sound.
  • the notification sound processing method further includes: determining a target melody different from the melody to which the last notification sound belongs when the time interval between the current moment and the playback time of the last notification sound is not less than a time interval threshold ; Determine the current notification sound from the audio resource corresponding to the target melody, and play the current notification sound.
  • the target melody is a different melody from the melody to which the last notification tone belongs.
  • Different melodies have corresponding multi-segment music resources.
  • melody A, B, C, and D are set in the audio resource library of the notification tone, and melody A can be correspondingly set with music resources A1, A2...A10, a total of 10 pieces of music resources, 10 pieces of music
  • melody A can be formed; similarly, melody B can have corresponding music resources B1, B2...B10, melody C can have corresponding music resources C1, C2...C10, and melody D can have corresponding music resources D1 , D2...D10.
  • the target melody can be determined from the melody B, C, and D. For example, if the target melody is determined to be C, the Replace the new melody to play the notification sound to ensure the playback effect of the notification sound.
  • the electronic device determines a target melody different from the melody to which the last notification tone belongs. For example, a melody different from the melody to which the last notification tone belongs can be determined as the target melody from various audio melodies set in the preset audio resource library. , specifically, the target melody can be randomly selected from other melody except the melody to which the last notification tone belongs.
  • the electronic device After determining the target melody, the electronic device determines the current notification sound from the audio resource corresponding to the target melody, and plays the current notification sound.
  • the current notification tone can be determined from the music resources C1, C2...C10, for example, the first audio resource C1 in the melody C can be determined as the current The notification sound is played, and the determined current notification sound is played, so as to respond to the current notification sound playback event, the current notification sound after the switching melody is played for message prompting.
  • the audio resource determines the current notification tone and plays it, so that the melody is switched for prompting after the continuous melody of the notification tone is interrupted, which can ensure the melody playback effect of the notification tone.
  • the notification sound processing method further includes: when a notification sound playing event is monitored, determining a sound type corresponding to an application that triggers the notification sound playing event; when the sound type is a custom sound type In this case, the custom notification sound corresponding to the application type is determined as the current notification sound, and the current notification sound is played.
  • the prompt tone type includes a custom prompt tone type and a default prompt tone type, which are used to distinguish the definition manner of the notification prompt tone.
  • the custom tone type indicates that the notification tone is customized by the application, that is, for an application with a custom tone type, the message notification from the application is notified by playing its customized notification tone, such as social networking. If a third-party application such as an app or game application is set with a custom notification sound, when the third-party application pushes a notification message, the corresponding custom notification sound is played; for the default sound type, the notification sound is set by the system by default. That is, when a system application or other application triggers a notification sound playback event, the default notification sound is played for message prompting.
  • the electronic device determines the sound type corresponding to the application that triggers the notification sound playback event.
  • the corresponding triggered application may be determined according to the trigger information of the notification sound playback event, and based on the notification sound playback event.
  • the triggered application determines the corresponding prompt tone type. If the prompt tone type is a custom prompt tone type, indicating that the notification prompt tone of the notification prompt tone playback event needs to be prompted according to the application-defined notification prompt tone, the electronic device determines the custom prompt tone corresponding to the application type. It is the current notification sound, and plays the current notification sound for message prompting.
  • the type of sound corresponding to the application that triggers the notification sound playback event can be determined first, so as to determine whether it is necessary to play a custom sound for message prompting, or you can After the current notification sound is determined according to the playback time of the last notification sound, it is then determined whether it is necessary to play the custom sound for message prompting, so as to comprehensively determine the current notification sound for playback.
  • the prompt tone type corresponding to the application that triggers the prompt tone playback event is a custom prompt tone type
  • the user-defined prompt tone corresponding to the application type is played for message prompting, so as to be compatible with the custom personality of third-party applications Customized settings can further enrich the content of the notification sound.
  • the notification sound processing method further includes: in the case of monitoring the notification sound playing event, determining the audio resource corresponding to the last notification sound; the audio resource corresponding to the last notification sound is application-defined In the case of the type of audio resource, the target melody is determined; the current notification tone is determined from the audio resource corresponding to the target melody, and the current notification tone is played.
  • the electronic device In the case of monitoring the notification sound playing event, the electronic device needs to determine whether the melody of the notification sound is interrupted by the customized notification sound, and if so, switch the melody for message prompting. Specifically, when the electronic device detects a notification sound playback event, it determines the audio resource corresponding to the last notification sound. Specifically, it can query the notification sound played corresponding to the last notification sound playback event, and determine the audio resource corresponding to the last notification sound playback event. audio resources. The electronic device determines whether the audio resource corresponding to the last notification sound is an application-defined audio resource type. Specifically, the electronic device can determine the audio resource type of the audio resource corresponding to the last notification sound. For example, it can be based on the last notification sound.
  • the information of the corresponding audio resource determines the corresponding audio resource type. If the audio resource type is application-defined, it indicates that the notification sound playback event corresponding to the last notification sound was customized by a third-party application, that is, the notification sound melody was interrupted. For continuous playback, the electronic device re-determines the target melody, specifically, a melody can be selected from the audio database of the notification tone as the target melody, for example, a melody can be randomly selected and determined as the target melody, and determined from the audio resources corresponding to the target melody The current notification sound is played for message notification.
  • the notification sound playback event when the notification sound playback event is monitored, and it is determined that the audio resource corresponding to the last notification sound is an application-defined audio resource type, it indicates that the melody of the notification sound is interrupted by the customized sound, Then, the melody is re-determined, and the notification sound is played through the newly replaced melody, so as to ensure the playback effect of the notification sound.
  • the method before determining the playing time of the last notification sound, the method further includes: determining the application type corresponding to the application that triggers the notification sound playing event; when the application type is the default sound type and the dynamic sound is activated In this case, the operation of determining the playback time of the last notification sound is performed.
  • the electronic device determines the application type corresponding to the application that triggers the notification sound playback event. Specifically, the electronic device may determine the corresponding triggered application according to the trigger information of the notification sound playback event. , and determine the application type corresponding to the application.
  • the application type is the default prompt tone type, that is, the message prompt is performed according to the default notification prompt tone, and the electronic device is in the dynamic prompt tone activation state, it indicates that the dynamic prompt tone can be used.
  • the operation of determining the playback time of the last notification sound is performed by the electronic device, so as to determine the current notification sound according to the next notification sound that belongs to the same melody and adjacent to the last notification sound, so as to realize the prompt of the dynamic continuous melody.
  • the electronic device can configure the notification tone through the prompt tone interface.
  • the dynamic prompt tone state of the electronic device can be activated, so that the electronic device can press multiple audio resources belonging to the same melody. It can realize the dynamic change of the notification sound and enrich the content of the notification sound.
  • the electronic device can perform a static prompt through a fixed notification prompt sound according to the traditional notification method.
  • the user can also set the electronic device to vibrate with the played notification sound when the electronic device prompts the message through the vibration follow effect provided in the sound interface; the audio of the notification sound can also be adjusted by the custom sound function. resources for custom configuration.
  • the electronic device executes the determination of the last notification prompt The operation of the playing time of the sound to determine the current notification sound according to the next notification sound that belongs to the same melody and adjacent to the last notification sound, so as to realize the dynamic continuous melody sound for message prompting, which enriches the notification sound Content.
  • the notification sound processing method further includes: when the application type is the default sound type and the dynamic sound is activated, configuring the vibration waveform of the notification sound to correspond to the notification sound.
  • the electronic device determines that the application type corresponding to the application that triggers the notification sound playback event is the default prompt sound type, and the electronic device is already in the dynamic prompt sound activation state, it further determines whether the electronic device has enabled the vibration following effect, and if so, Then, the electronic device configures the vibration waveform of the notification prompt vibration to correspond to the notification prompt sound. Specifically, the electronic device can configure the vibration waveform of the notification prompt vibration to correspond to the melody or rhythm of the notification prompt sound, so that when the electronic device plays the corresponding notification prompt sound, it vibrates according to the corresponding vibration waveform, which further enriches the message prompt. content to ensure the message prompt effect. As shown in Figure 6, the vibration effect of the notification sound can be configured on the sound interface. After the vibration follow effect is enabled, the electronic device can vibrate according to the vibration waveform adapted to the notification sound while playing the notification sound. .
  • the electronic device can configure the vibration waveform of the notification prompt vibration to correspond to the melody or rhythm of the notification prompt sound, so that when the electronic device plays the corresponding notification prompt sound, it vibrates according to the corresponding vibration waveform, which further enriches the message The content of the prompt to ensure the effect of the message prompt.
  • the notification sound processing method further includes: in the case of monitoring a notification sound playback event of a delayed notification type, determining a last delayed notification sound corresponding to the notification sound playback event of the last delayed notification type; Determine the next notification sound that belongs to the same melody and is adjacent to the previous delay notification sound as the delay notification sound corresponding to the playback event of the current notification sound; in the case of triggering the release of delay notification, the notification according to each delay notification type The triggering moment of the prompt sound playback event plays the corresponding delayed notification prompt sound in sequence.
  • the delayed notification type indicates that the corresponding message notification needs to be delayed to be published, instead of being published immediately after receiving the message notification.
  • a message notification can be released with a delay of 1 hour, then when the electronic device detects a notification sound playback event, it will pop up a message prompt box corresponding to the notification sound playback event of the delayed notification type after a delay of 1 hour for prompting, and play the corresponding notification sound at the same time. notification sound.
  • the electronic device when it detects the notification sound playback event, it further determines the notification type of the notification sound playback event. If it is a delayed notification type, it indicates that the notification sound playback event will not pop up a message prompt box immediately. Instead, a message prompt is made when the corresponding release conditions are met, for example, after a preset time delay, or reaching a preset time, or reaching a preset location, etc.
  • the electronic device determines the last delayed notification sound corresponding to the notification sound playback event of the last delayed notification type. In the notification prompt record, determine the last delayed notification prompt sound corresponding to the notification prompt sound playback event of the last delayed notification type.
  • the electronic device After determining the last delayed notification tone, the electronic device determines the next notification tone that belongs to the same melody and is adjacent to the last delayed notification tone as the delayed notification tone corresponding to the current notification tone playing event. Specifically, the electronic device may determine a music resource set that belongs to the same melody as the last delay notification sound, and use the music resource set adjacent to the last delay notification sound as the delay corresponding to the current notification sound playback event Notification sound, so as to configure a unified melody and continuous notification sound for the notification sound playback events of the continuous delayed notification type. In this way, when the notification message of each delayed notification type is released, the notification sound played by the electronic device can form a continuous notification sound. melody.
  • the electronic device plays the corresponding delay notification sound in sequence according to the trigger time of the notification sound playing event of each delay notification type. Specifically, the electronic device monitors whether the release of the delay notice is triggered, such as monitoring whether the conditions for the release of the delay notice are met, such as whether the delay time has been reached, whether the delay notice release time has been reached, whether the delay notice release location has been reached, whether the delay notice release instruction has been received, etc., Delay notification release conditions can be personalized by the user. In the event that the delay notification release conditions are met and the delay notification release is triggered, the electronic device plays the corresponding delay notification sound in sequence according to the triggering time of the notification sound playback event of each delay notification type. The delayed notification tones configured corresponding to the playback events of the notification tones are played in the time sequence of time, so that the notification tones played by the electronic device can form a continuous melody.
  • the electronic device configures a notification prompt tone with a unified melody and continuous notification tone for the notification tone playback event of the continuous delayed notification type.
  • the notification tone played by the electronic device can form a continuous
  • the melody of the notification message enriches the content of the prompt tone of the notification message of the delayed notification type, and improves the effect of the message prompt.
  • determining the last delayed notification sound corresponding to the notification sound playback event of the last delayed notification type includes: determining the application type that triggers the current notification sound playback event; determining the application triggered by the application corresponding to the application type. The last delayed notification sound corresponding to the notification sound playback event of the last delayed notification type.
  • different notification tones are configured for the delayed notification messages of different applications, so that the delayed notification messages of different applications can be prompted through the notification tones of different melodies, which improves the prompting effect of the delayed notification messages.
  • the electronic device detects the notification sound playback event of the delayed notification type, the electronic device determines the application type that triggers the current notification sound playback event, that is, the electronic device determines the application type that triggers the notification sound playback event of the delayed notification type.
  • Application type based on the application type, the application that triggers the notification sound playing event of the delayed notification type can be determined.
  • the electronic device determines the last delayed notification sound corresponding to the notification sound playback event of the last delayed notification type triggered by the application corresponding to the application type, so that different applications that trigger the notification sound playback event of the delayed notification type can be configured to correspond to the same notification sound.
  • Melodic continuous notification tone Specifically, after determining the last delayed notification sound corresponding to the notification sound playback event of the last delayed notification type triggered by the application corresponding to the application type that triggered the current notification sound playback event, the electronic device will match the last delayed notification sound with the last delayed notification sound.
  • the notification sound belongs to the same melody and the next adjacent notification sound is determined as the delayed notification sound corresponding to the current notification sound playback event, so that different application configurations that trigger the notification sound playback event of the delayed notification type correspond to the same melody continuous. Notification sound.
  • playing the corresponding delayed notification sound in sequence according to the triggering time of the notification sound playback event of each delayed notification type including: in the case of triggering the release of the delayed notification, determining that each application type corresponds to According to the playing sequence of the prompt sound and the trigger time of the notification prompt sound playback event of each delayed notification type corresponding to each application type, the corresponding delayed notification prompt sound is played in sequence.
  • the playback order of the prompt sound is set according to the application type of the application.
  • the delayed notification release priority of social applications can be set to be the highest, and the release priority is first;
  • News applications have the lowest priority for releasing delayed notifications, so that the corresponding notification sounds can be played in sequence according to the playing sequence of the notification sounds corresponding to each application type.
  • the electronic device determines the playing sequence of the prompt sound corresponding to each application type, and the playing order of the prompt sound is pre-set according to actual needs, which can be set by default by the system, or can be personalized by the user. .
  • the electronic device plays the corresponding delayed notification prompt sound in sequence according to the playing order of the prompt sound and the triggering time of the notification prompt sound playing event of each delayed notification type corresponding to each application type.
  • the electronic device determines the playing order of each application type according to the playing sequence of the prompt sound, and for the delayed notification prompt sound of each application type, plays the corresponding delayed notification in sequence according to the trigger time of the notification prompt sound playback event of each delayed notification type.
  • Prompt tones so that the corresponding notification prompt tones are played in sequence according to the play sequence of the prompt tones corresponding to each application type.
  • the electronic device plays the corresponding delayed notification prompt sounds in sequence according to the playing sequence of the prompt sound and the triggering time of the notification prompt sound playback event of each delayed notification type corresponding to each application type, so that the delayed notification message can be based on the corresponding application type.
  • the types of prompt sounds are played in an orderly manner, and the notification prompt sounds played at the same time can correspond to form a complete melody, which enriches the content of the notification prompt tone.
  • the notification sound processing method further includes: in the case of monitoring the notification sound playback event, determining playback event trigger information that triggers the notification sound playback event; determining the notification sound playback event corresponding to the notification sound playback event according to the playback event trigger information
  • the audio resource type of the audio resource type determine the current notification sound corresponding to the notification sound playback event from the audio resources corresponding to the audio resource type, and play the current notification sound.
  • the play event trigger information is related information of the triggered notification sound play event, such as play event trigger time, play event trigger location, play event trigger user, play event trigger action, and the like.
  • the playback event trigger time is the time when the notification sound playback event is triggered
  • the playback event trigger location is the location of the electronic device when the notification sound playback event is triggered
  • the playback event trigger user is the user who triggered the notification sound playback event.
  • An event-triggered action is an instruction that triggers a notification sound playback event.
  • the audio resource type is the type of the audio resource corresponding to the notification sound, which may include, but is not limited to, a melody type, a musical instrument type, and the like.
  • the electronic device determines the playback event trigger information that triggers the notification sound playback event, and the specific electronic device can obtain the playback event trigger information that triggers the notification sound playback event based on the instrumentation technology. After obtaining the playback event trigger information, the electronic device determines the audio resource type corresponding to the notification sound playback event based on the playback event trigger information.
  • the corresponding audio resource type can be configured in advance based on the playback event trigger information, for example, the audio resources of different musical instruments or the audio resources of different melodies are configured for the notification sound playback events of different playback event trigger information as the corresponding notification sound. And pre-store the configured audio resource configuration table.
  • the electronic device may query the mapping relationship between the preconfigured playback event trigger information and the audio resource type, and determine the audio resource type based on the playback event trigger information corresponding to the current notification sound playback event. Different audio resource types are correspondingly provided with different audio resources. The electronic device determines the current notification sound corresponding to the notification sound playback event from the audio resources corresponding to the determined audio resource type, and performs a message prompt by playing the current notification sound. .
  • the current notification sound is determined from the audio resources corresponding to different audio resource types to play a prompt, so that the audio resources corresponding to the notification sound can be matched with the notification sound.
  • the corresponding playback event trigger information of the audio playback event further enriches the notification sound and improves the notification effect.
  • the play event trigger information includes at least one of a play event trigger time, a play event trigger location, a play event trigger user, and a play event trigger action.
  • the playback event trigger time is the time when the notification sound playback event is triggered
  • the playback event trigger location is the location of the electronic device when the notification sound playback event is triggered
  • the playback event trigger user is the user who triggered the notification sound playback event.
  • An event-triggered action is an instruction that triggers a notification sound playback event.
  • the playback event trigger information can be flexibly set according to actual needs. For example, it can be set to include the playback event trigger time, playback event trigger location, and playback event trigger user, that is, according to the playback event trigger time, playback event trigger location, and playback event trigger user three.
  • the aspect determines the corresponding audio resource type, and determines the current notification prompt tone corresponding to the prompt tone playing event from the audio resources corresponding to the audio resource type to play the prompt.
  • different audio resource types are configured based on the playback event trigger information of the notification sound playback event, and the notification sound playback events of different playback event trigger information can be distinguished by the notification sound, which enriches the information carried by the notification sound. Improved the message prompt effect.
  • the notification sound processing method further includes: acquiring notification sound configuration information; when a notification sound playing event is monitored for the first time, determining a notification sound according to the notification sound configuration information, and playing the notification sound.
  • the notification sound configuration information is user configuration information.
  • the user can configure the notification sound configuration interface, and the electronic device obtains the notification sound configuration information configured by the user.
  • the electronic device obtains the notification sound configuration information, and when the notification sound playing event is detected for the first time, the electronic device determines the notification sound according to the notification sound configuration information, and plays the notification sound.
  • the electronic device may determine the corresponding audio resource based on the notification sound configuration information configured by the user, determine the audio resource as the notification sound, and play the notification sound for message prompting .
  • the electronic device can determine the next notification sound belonging to the same melody and adjacent to the notification sound as the current notification sound and play it, so that the user configuration can be continuously played.
  • the notification sound for message prompts are user configuration information.
  • the notification sound is determined based on the notification sound configuration information pre-configured by the user, and the notification sound is continuously played based on the audio resources belonging to the same melody, so as to realize the message prompt, which can support user-defined configuration, expand the Applicable scenarios for notification sound.
  • the method before playing the current notification sound, the method further includes: acquiring playback event trigger information that triggers the playback event of the notification sound; and determining playback parameters corresponding to the current notification sound according to the playback event trigger information.
  • the play event trigger information is related information of the triggered notification sound play event, such as play event trigger time, play event trigger location, play event trigger user, play event trigger action, and the like.
  • the playback event trigger time is the time when the notification sound playback event is triggered
  • the playback event trigger location is the location of the electronic device when the notification sound playback event is triggered
  • the playback event trigger user is the user who triggered the notification sound playback event
  • the action is the instruction that triggers the notification sound play event.
  • the playback parameters may include playback duration, playback volume and other parameters related to notification sound playback control.
  • the electronic device may further configure playback parameters of the current notification sound based on the playback event trigger information of the notification sound playback event, so as to control the playback of the notification sound. Further, before playing the current notification sound, the electronic device obtains the playback event trigger information that triggers the notification sound playback event. Specifically, the electronic device may obtain the playback event trigger information that triggers the notification sound playback event based on the instrumentation technology. After obtaining the playback event trigger information, the electronic device determines playback parameters corresponding to the current notification sound according to the playback event trigger information.
  • the corresponding playback parameters may be configured in advance based on the playback event trigger information, and the mapping relationship between the playback event trigger information and the playback parameters may be stored, and the electronic device may determine the corresponding playback parameters based on the playback event trigger information and the mapping relationship.
  • the mapping relationship between the playback event trigger information and the playback parameters may be stored, and the electronic device may determine the corresponding playback parameters based on the playback event trigger information and the mapping relationship.
  • playing the current notification sound includes: playing the current notification sound according to playback parameters.
  • the electronic device plays the current notification sound according to the determined playback parameters, such as playing the current notification sound according to the determined playback volume or playback duration.
  • different playback parameters are configured according to the notification sound playback events corresponding to different playback event trigger information, and the corresponding notification sound is played according to the configured playback parameters, so that the notification sound can be played and the notification sound can be played.
  • the corresponding playback event trigger information of the event further enriches the notification sound and improves the prompt effect.
  • a notification sound processing method is provided, as shown in FIG. 7 , the audio resources of the notification sound processing method include electronic sound, glass harp, marimba, and classical guitar. Audio resources, and 4 music resources are mapped under each instrument, each of which consists of several independent small music resources generated by the instrument type. These music resources can be played together to form a complete melody.
  • the system of the electronic device When the user selects the electronic sound as the default notification sound of the system, the system of the electronic device will monitor the frequency of the notification. When the interval between the two notifications is within 10s, a melody will be randomly selected and played in sequence. When the interval exceeds 10s or is interrupted by other custom ringtones, it will switch to the next melody randomly.
  • the electronic device performs instrumentation interception at the place where the system notification service plays the ringtone vibration. If the current notification sound is the system default notification sound, and the dynamic notification sound switch status is on, the ringtone resource is replaced, that is, through the audio resource library.
  • the determined notification sound is used for message prompting, that is, the default notification sound is replaced with the resource of the corresponding dynamic sound, and the vibration effect is modified to adapt to the vibration waveform of the corresponding ringtone.
  • the personalized notification ringtones set by some third-party applications the effects of the third-party itself continue to be retained. If the dynamic prompt tone is interrupted by the three-party custom prompt tone, the electronic device switches to a melody randomly and continues to play.
  • the tone of the notification tone can be accompanied by a melody change.
  • the notification tones can be connected to form a complete melody, which can solve the high-frequency notification scenario.
  • the disturbance brought to the user effectively enriches the content of the notification sound, increases the intelligent interest, improves the user's sense of expectation for the notification sound, and improves the user's experience of using the electronic device.
  • FIG. 8 is a structural block diagram of a notification sound processing apparatus 800 according to an embodiment.
  • the notification prompt sound processing apparatus 800 includes a playback event response module 802, a prompt sound determination module 804 and a prompt sound playing module 806, wherein:
  • the playback event response module 802 is used to determine the playback time of the last notification sound when the notification sound playback event is monitored;
  • the prompt tone determination module 804 is used to determine the next notification prompt tone that belongs to the same melody and is adjacent to the last notification prompt tone when the time interval between the current moment and the playback time of the last notification prompt tone is less than the time length interval threshold is the current notification sound;
  • the prompt sound playing module 806 is used to play the current notification prompt sound.
  • the prompt tone determination module 804 includes a duration interval determination module, an audio melody determination module and an audio resource selection module; wherein: a duration interval determination module for determining the difference between the current moment and the playback moment of the last notification tone Time interval; the audio melody determination module is used to determine the audio melody corresponding to the last notification sound when the time interval is less than the time interval threshold; the audio resource selection module is used to compare the audio resources of the audio melody with the above. The next audio resource adjacent to the audio resource corresponding to one notification sound is determined as the current notification sound.
  • an interrupt switching module is also included, for determining a target melody different from the melody to which the last notification tone belongs when the time interval between the current moment and the playback time of the last notification tone is not less than the time interval threshold ; Determine the current notification sound from the audio resource corresponding to the target melody, and play the current notification sound.
  • a custom notification module is also included, which is used to determine the prompt tone type corresponding to the application that triggers the notification prompt tone playback event when the notification prompt tone play event is monitored; when the prompt tone type is a custom prompt tone In the case of the type, the custom notification sound corresponding to the application type is determined as the current notification sound, and the current notification sound is played.
  • it also includes an audio resource determination module, an application interruption determination module, and an application interruption notification processing module; wherein: the audio resource determination module is configured to determine the last notification when a notification sound playback event is detected. The audio resource corresponding to the prompt tone; the application interruption determination module is used to determine the target melody when the audio resource corresponding to the last notification prompt tone is an application-defined audio resource type; the application interruption notification processing module is used to retrieve the The current notification sound is determined in the audio resource corresponding to the target melody, and the current notification sound is played.
  • it also includes an application type determination module and a dynamic prompt module; wherein: an application type determination module is used to determine the application type corresponding to the application that triggers the notification prompt sound playback event; the dynamic prompt module is used to determine the application type when the application type is In the case of the default prompt tone type and the dynamic prompt tone activation state, the playback event response module is controlled to perform the operation of determining the playback time of the last notification prompt tone.
  • a vibration configuration module is further included, configured to configure the vibration waveform of the notification prompt vibration to correspond to the notification prompt sound when the application type is the default prompt tone type and the dynamic prompt tone is activated.
  • a delay notification monitoring module is used to determine a notification sound playback event of a delayed notification type when a notification sound playback event of a delayed notification type is detected.
  • the last delayed notification tone corresponding to the notification tone playback event of a delayed notification type is used to determine the next notification tone that belongs to the same melody and is adjacent to the last delayed notification tone as the current notification tone
  • the delay notification sound corresponding to the notification sound playback event is used to play the corresponding delay notification sound in sequence according to the trigger time of the notification sound playback event of each delay notification type when the delay notification release is triggered.
  • the delayed notification monitoring module includes a delayed application type determination module and a previous delayed notification determination module; wherein: the delayed application type determination module is used to determine the application type that triggers the current notification sound playback event; the previous delayed notification The notification determination module is used to determine the last delayed notification prompt sound corresponding to the notification prompt sound playback event of the last delayed notification type triggered by the application corresponding to the application type; the delayed notification issuing module includes a playback sequence determination module and a sequential playback processing module; Among them: the playback sequence determination module is used to determine the playback sequence of the prompt sound corresponding to each application type in the case of triggering the release of the delayed notification; the sequential playback processing module is used to follow the playback sequence of the prompt sound and each delay notification corresponding to each application type. The triggering moment of the notification sound playback event of the type, and the corresponding delayed notification sound is played in sequence.
  • a trigger information determination module is used to determine the trigger notification sound when a notification sound playback event is detected. Play event trigger information of the play event; the audio resource type determination module is used to determine the audio resource type corresponding to the notification sound playback event according to the play event trigger information; the audio resource type processing module is used to select the audio resource corresponding to the audio resource type from the audio resource type Determine the current notification sound corresponding to the notification sound playback event, and play the current notification sound.
  • the play event trigger information includes at least one of a play event trigger time, a play event trigger location, a play event trigger user, and a play event trigger action.
  • it also includes a configuration information acquisition module and a first notification processing module; wherein: a configuration information acquisition module is used to acquire notification sound configuration information; a first notification processing module is used to monitor the notification sound playback event for the first time In this case, the notification sound is determined according to the notification sound configuration information, and the notification sound is played.
  • a trigger information acquisition module is used to acquire playback event trigger information that triggers a notification sound playback event
  • a playback parameter determination module is used to obtain playback event trigger information according to the playback event
  • the trigger information determines the playback parameters corresponding to the current notification sound
  • the sound playing module 806 is further configured to play the current notification sound according to the playback parameters.
  • each module in the above-mentioned notification sound processing apparatus is only used for illustration. In other embodiments, the notification sound processing apparatus may be divided into different modules as required, so as to complete all or part of the above notification sound processing apparatus Function.
  • Each module in the above notification sound processing apparatus may be implemented in whole or in part by software, hardware and combinations thereof.
  • the above modules can be embedded in or independent of the processor in the computer device in the form of hardware, or stored in the memory in the computer device in the form of software, so that the processor can call and execute the operations corresponding to the above modules.
  • FIG. 9 is a schematic diagram of the internal structure of an electronic device in one embodiment.
  • the electronic device includes a processor and a memory connected by a system bus.
  • the processor is used to provide computing and control capabilities to support the operation of the entire electronic device.
  • the memory may include non-volatile storage media and internal memory.
  • the nonvolatile storage medium stores an operating system and a computer program.
  • the computer program can be executed by the processor to implement a notification sound processing method provided by the following embodiments.
  • Internal memory provides a cached execution environment for operating system computer programs in non-volatile storage media.
  • the electronic device may be any terminal device such as a mobile phone, a tablet computer, a PDA (Personal Digital Assistant), a POS (Point of Sales, a sales terminal), a vehicle-mounted computer, a wearable device, and the like.
  • each module in the notification sound processing apparatus provided in the embodiment of the present application may be in the form of a computer program.
  • the computer program can be run on a terminal or server.
  • the program modules constituted by the computer program can be stored on the memory of the electronic device.
  • the operations of the methods described in the embodiments of the present application are implemented.
  • Embodiments of the present application also provide a computer-readable storage medium.
  • One or more non-volatile computer-readable storage media containing computer-executable instructions that, when executed by one or more processors, cause the processors to perform operations of a notification tone processing method .
  • Nonvolatile memory may include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory.
  • Volatile memory may include random access memory (RAM), which acts as external cache memory.
  • RAM is available in various forms such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double data rate SDRAM (DDR SDRAM), enhanced SDRAM (ESDRAM), synchronous Link (Synchlink) DRAM (SLDRAM), Memory Bus (Rambus) Direct RAM (RDRAM), Direct Memory Bus Dynamic RAM (DRDRAM), and Memory Bus Dynamic RAM (RDRAM).
  • SRAM static RAM
  • DRAM dynamic RAM
  • SDRAM synchronous DRAM
  • DDR SDRAM double data rate SDRAM
  • ESDRAM enhanced SDRAM
  • SLDRAM synchronous Link (Synchlink) DRAM
  • SLDRAM synchronous Link (Synchlink) DRAM
  • Memory Bus Radbus
  • RDRAM Direct RAM
  • DRAM Direct Memory Bus Dynamic RAM
  • RDRAM Memory Bus Dynamic RAM

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • User Interface Of Digital Computer (AREA)
  • Telephone Function (AREA)

Abstract

L'invention concerne un procédé de traitement de tonalité d'invite de notification, comprenant les étapes suivantes : déterminer un moment de reproduction de la tonalité d'invite de notification précédente lorsqu'un évènement de reproduction de tonalité d'invite de notification est détecté (202) ; lorsqu'un intervalle de temps entre le moment actuel et le moment de reproduction de la tonalité d'invite de notification précédente est inférieur à un seuil d'intervalle de temps, déterminer que la tonalité d'invite de notification suivante qui a la même mélodie et qui est adjacente à la tonalité d'invite de notification précédente est une tonalité d'invite de notification actuelle (204) ; et reproduire la tonalité d'invite de notification actuelle (206).
PCT/CN2021/128079 2020-12-21 2021-11-02 Procédé et appareil de traitement de tonalité d'invite de notification, et dispositif électronique WO2022134869A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202011518518.6 2020-12-21
CN202011518518.6A CN112637047B (zh) 2020-12-21 2020-12-21 通知提示音处理方法、装置和电子设备

Publications (1)

Publication Number Publication Date
WO2022134869A1 true WO2022134869A1 (fr) 2022-06-30

Family

ID=75320743

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/128079 WO2022134869A1 (fr) 2020-12-21 2021-11-02 Procédé et appareil de traitement de tonalité d'invite de notification, et dispositif électronique

Country Status (2)

Country Link
CN (1) CN112637047B (fr)
WO (1) WO2022134869A1 (fr)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112637047B (zh) * 2020-12-21 2023-01-03 Oppo广东移动通信有限公司 通知提示音处理方法、装置和电子设备
CN115550503B (zh) * 2021-06-30 2024-04-23 华为技术有限公司 一种生成多种音效的方法、装置和终端设备、存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103294442A (zh) * 2013-06-03 2013-09-11 北京小米科技有限责任公司 一种播放提示音的方法、装置及终端设备
CN110958351A (zh) * 2019-11-26 2020-04-03 东莞市鼎酷科技有限公司 消息提示音的处理方法、装置、存储介质及终端
CN111225109A (zh) * 2019-11-26 2020-06-02 东莞市鼎酷科技有限公司 一种消息提示音处理方法、装置、存储介质及终端
US10825330B1 (en) * 2015-12-08 2020-11-03 Massachusetts Mutual Life Insurance Company Notification system for mobile devices
CN112637047A (zh) * 2020-12-21 2021-04-09 Oppo广东移动通信有限公司 通知提示音处理方法、装置和电子设备

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105847551A (zh) * 2016-03-25 2016-08-10 乐视控股(北京)有限公司 一种利用闹钟进行音量提示的方法、装置及手机
CN108696640A (zh) * 2018-05-14 2018-10-23 深圳市零度智控科技有限公司 提示音控制方法、移动终端及计算机可读存储介质

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103294442A (zh) * 2013-06-03 2013-09-11 北京小米科技有限责任公司 一种播放提示音的方法、装置及终端设备
US10825330B1 (en) * 2015-12-08 2020-11-03 Massachusetts Mutual Life Insurance Company Notification system for mobile devices
CN110958351A (zh) * 2019-11-26 2020-04-03 东莞市鼎酷科技有限公司 消息提示音的处理方法、装置、存储介质及终端
CN111225109A (zh) * 2019-11-26 2020-06-02 东莞市鼎酷科技有限公司 一种消息提示音处理方法、装置、存储介质及终端
CN112637047A (zh) * 2020-12-21 2021-04-09 Oppo广东移动通信有限公司 通知提示音处理方法、装置和电子设备

Also Published As

Publication number Publication date
CN112637047B (zh) 2023-01-03
CN112637047A (zh) 2021-04-09

Similar Documents

Publication Publication Date Title
WO2022134869A1 (fr) Procédé et appareil de traitement de tonalité d'invite de notification, et dispositif électronique
US10116783B2 (en) Providing and using a media control profile to manipulate various functionality of a mobile communication device
JP4550068B2 (ja) メディアプレゼンテーションを用意および再生するシステムおよび方法
US20140121797A1 (en) System and Method for Combining a Song and Non-Song Musical Content
CN107656719B (zh) 电子设备提示音的设置方法和电子设备
KR20170094306A (ko) 디지털 어시스턴트 알람 시스템
US20160070702A1 (en) Method and system to enable user related content preferences intelligently on a headphone
CN109428968B (zh) 控制终端的方法、装置及存储介质
CN110430326B (zh) 铃声编辑方法、装置、移动终端及存储介质
AU2014352423B2 (en) Method and device for processing application of mobile terminal
US20180096063A1 (en) Audio file acquisition and update notification sending method, device, and system
US20200410967A1 (en) Method for displaying triggered by audio, computer apparatus and storage medium
US20180336915A1 (en) Mechanism and instrumentation for metering conversations
CN108600526A (zh) 闹钟控制方法及相关产品
WO2018118516A1 (fr) Attributions de préréglage pour des lecteurs de musique en continu
CN108694035A (zh) 语音信息的播报管理方法及装置
CN111459370B (zh) 一种歌曲播放控制方法、装置及计算机可读存储介质
WO2014134998A1 (fr) Procédé et dispositif de configuration niveau plateforme d'application
CN107295391B (zh) 数据处理方法、装置、存储介质及电子设备
CN110139187B (zh) 智能音箱控制方法、装置以及终端
WO2021103906A1 (fr) Procédé de distribution de contenu basé sur une page en cours de lecture, dispositif informatique et support de stockage informatique
WO2023273440A1 (fr) Procédé et appareil pour générer une pluralité d'effets sonores, et dispositif terminal
US11334749B2 (en) Assigning audible alerts among co-located appliances
US11138260B2 (en) Method and apparatus for determining output information
JP2005175779A (ja) プログラム、情報処理方法、および情報処理装置

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21908870

Country of ref document: EP

Kind code of ref document: A1