JP2008250018A - Tempo calculating method and music reproducing device - Google Patents

Tempo calculating method and music reproducing device Download PDF

Info

Publication number
JP2008250018A
JP2008250018A JP2007091575A JP2007091575A JP2008250018A JP 2008250018 A JP2008250018 A JP 2008250018A JP 2007091575 A JP2007091575 A JP 2007091575A JP 2007091575 A JP2007091575 A JP 2007091575A JP 2008250018 A JP2008250018 A JP 2008250018A
Authority
JP
Japan
Prior art keywords
tempo
music
beat
value
variance
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2007091575A
Other languages
Japanese (ja)
Inventor
Masaki Wakesu
昌樹 分須
Kenji Tokura
健治 都倉
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.)
Hitachi Ltd
Faurecia Clarion Electronics Co Ltd
Original Assignee
Clarion Co Ltd
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Clarion Co Ltd, Hitachi Ltd filed Critical Clarion Co Ltd
Priority to JP2007091575A priority Critical patent/JP2008250018A/en
Publication of JP2008250018A publication Critical patent/JP2008250018A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a music reproducing device applicable to an on-vehicle device having limited resources etc., by obtaining the tempo of a music through a light processing. <P>SOLUTION: A tempo acquisition device 7 executes a step of acquiring beats of the music from PCM data of the music and a step of calculating the tempo of the music from intervals between obtained beats, wherein the step of calculating the tempo is characterized in that average values and variance values of beat intervals are obtained at preset time intervals and the obtained variance values are compared to calculate the tempo based upon the average value of a beat interval where the smallest variance is obtained. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、楽曲のテンポを算出する技術に関する。なお、ここで「テンポ」とは、BMP(Beats Per Minute)のことであり、1分間における拍(ビート)のことをいう。   The present invention relates to a technique for calculating the tempo of music. Here, “tempo” means BMP (Beats Per Minute) and means a beat in one minute.

近年、楽曲のテンポを算出して、例えば、グラフィックイコライザで表示するなどのような算出したテンポに応じた制御を行うことが考案されている。   In recent years, it has been devised to calculate the tempo of music and perform control in accordance with the calculated tempo, for example, displaying it with a graphic equalizer.

そして、テンポの算出方法としては、ビートを連続して検出し、過去M個のビート時間中で今回のビート時間に近い過去のビート時間の個数がN以上の場合には、今回のビート時間と近い過去のビート時間との平均ビート時間を算出し、テンポを求める方法が知られている(例えば、特許文献1参照)。   As a method of calculating the tempo, when beats are detected continuously and the number of past beat times close to the current beat time is N or more in the past M beat times, A method of calculating an average beat time with a near past beat time and obtaining a tempo is known (see, for example, Patent Document 1).

また、他のテンポ算出方法として、再生されたオーディオ信号のエンベロープ値の差分値が前回の差分値より大きくなったときの時間と前回の時間から音の時間間隔を求め、これを基準としたときの整数倍がいくつあるか(最適回数)を算出し、最適回数が最大の時の時間間隔からテンポを算出するものが知られている(例えば、特許文献2参照)。
特開2000−267654号公報 特開平11−212553号公報
As another tempo calculation method, when the time interval of the sound is obtained from the time when the difference value of the envelope value of the reproduced audio signal is larger than the previous difference value and the previous time, and this is used as a reference It is known that the number of integer multiples (the optimal number) is calculated and the tempo is calculated from the time interval when the optimal number is the maximum (see, for example, Patent Document 2).
JP 2000-267654 A JP-A-11-212553

しかしながら、特許文献1に記載の技術では、ビートを判定する際において、入力されたビート音のレベルが一定量を超えたかどうかを判定する閾値を設定しているため、楽曲の音響情報によっては閾値を超える入力信号が入らない可能性も考えられ、全ての曲に対してテンポが得られるかどうか分からない。
また、閾値を変更できるようにして上述の問題を回避した場合、その分処理が増え、動作負荷が増大するおそれがある。
However, in the technique described in Patent Literature 1, when determining the beat, a threshold is set for determining whether the level of the input beat sound exceeds a certain amount. There is also a possibility that an input signal exceeding 1 is not input, and it is not known whether the tempo can be obtained for all the songs.
Further, when the above-described problem is avoided by making it possible to change the threshold value, there is a risk that the processing increases and the operation load increases accordingly.

また、特許文献2に記載の技術では、入力する音響信号を解析する前処理として、バンドパスフィルタを使って音響信号の特定成分を取り出した上でビート検出およびテンポ推定を行っている。バンドパスフィルタを使うということは、タップ数に応じた計算負荷の増大(FIRフィルタの場合)もしくは再帰的な処理による負荷処理の増大(IIRフィルタの場合)が発生し、軽量な動作が実現できない可能性がある。   In the technique described in Patent Document 2, beat detection and tempo estimation are performed after extracting a specific component of an acoustic signal using a bandpass filter as preprocessing for analyzing the input acoustic signal. Using a band-pass filter means that an increase in computational load according to the number of taps (in the case of FIR filter) or an increase in load processing due to recursive processing (in the case of IIR filter) occurs, and a lightweight operation cannot be realized. there is a possibility.

上述のように、テンポの算出において、複雑な処理や、再帰的な処理が入ると、データの流れが滞り、一時的に保持するメモリ量の増大や、処理負荷の変動が生じるために、例えば、車載器のようなリソースが限られた環境では、再生および録音と同時にテンポの算出を実行すると、再生音に悪影響を与えたり、録音処理に悪影響を与えたりするおそれがある。   As described above, in the calculation of the tempo, if complicated processing or recursive processing is entered, the flow of data is delayed, and the amount of memory temporarily held increases and the processing load fluctuates. In an environment with limited resources such as an in-vehicle device, if the tempo calculation is performed simultaneously with playback and recording, there is a possibility that the playback sound will be adversely affected or the recording process may be adversely affected.

本発明は、上述の従来の問題点に着目して成されたもので、楽曲のテンポを求めることを軽量な処理で可能とすることで、リソースが限られた車載機器などに適用可能とするテンポ算出方法および楽曲再生装置を提供することを目的としている。   The present invention has been made paying attention to the above-mentioned conventional problems, and by making it possible to obtain the tempo of music with a lightweight process, it can be applied to in-vehicle devices with limited resources. It is an object of the present invention to provide a tempo calculation method and a music playback device.

上述の目的を達成するため請求項1に記載の発明は、楽曲の音響情報から楽曲の拍であるビートを取得する手順と、取得したビートとビートとの間隔から、楽曲のテンポを算出する手順と、を実行するテンポ算出方法であって、前記テンポの算出する手順において、予め設定された時間幅ごとにビート間隔の平均値ならびに分散値を求め、得られた分散値を比較して、最も小さな分散値が得られたビート間隔の平均値に基づいてテンポを算出することを特徴とするテンポ算出方法とした。   In order to achieve the above object, the invention described in claim 1 is a procedure for acquiring a beat that is a beat of a song from the acoustic information of the song, and a procedure for calculating the tempo of the song from the interval between the acquired beats and beats The tempo calculation method for executing the tempo calculation, wherein in the procedure for calculating the tempo, an average value and a variance value of beat intervals are obtained for each preset time width, and the obtained variance values are compared, A tempo calculation method is characterized in that a tempo is calculated based on an average value of beat intervals at which small variance values are obtained.

請求項2に記載の発明は、請求項1に記載のテンポ算出方法において、前記ビートを取得する手順と前記テンポを算出する手順とを、楽曲の全体に亘って実行することを特徴とするテンポ算出方法とした。   According to a second aspect of the present invention, in the tempo calculation method according to the first aspect, the procedure for acquiring the beat and the procedure for calculating the tempo are executed over the entire music. The calculation method was used.

また、請求項3に記載の発明は、請求項1または請求項2に記載のテンポ算出方法において、前記ビートの取得手順において、音響情報の振幅を二乗し、加算して得られたビート判定用信号値に基づいてビートを取得することを特徴とするテンポ算出方法とした。   The invention described in claim 3 is the tempo calculation method according to claim 1 or 2, wherein in the beat acquisition procedure, the amplitude of the acoustic information is squared and added to determine the beat. A tempo calculation method is characterized in that a beat is acquired based on a signal value.

請求項4に記載の発明は、請求項3に記載のテンポ算出方法において、前記時間幅の範囲内において、ビートが複数存在し得ない設定時間ごとの、前記ビート判定用信号値の変化率を求め、この変化率が予め設定された閾値以上であり、かつ、極値であるときにビートと判定することを繰り返すことで複数のビートを取得し、前記ビート間隔を得ることを特徴とするテンポ算出方法とした。   According to a fourth aspect of the present invention, in the tempo calculation method according to the third aspect, the rate of change of the beat determination signal value for each set time in which a plurality of beats cannot exist within the range of the time width is calculated. A tempo characterized by obtaining a plurality of beats by obtaining a beat when the rate of change is equal to or greater than a preset threshold value and is an extreme value, thereby obtaining a plurality of beats. The calculation method was used.

請求項5に記載の発明は、請求項1〜請求項4のいずれか1項に記載のテンポ算出方法において、前記テンポの算出手順における分散値の比較にあたり、今回得られた分散値と前回まで得られた分散値の最小値とを比較し、小さい方の分散値と共に得られた平均値をテンポ算出用の値として保存することを特徴とするテンポ算出方法とした。   According to a fifth aspect of the present invention, in the tempo calculation method according to any one of the first to fourth aspects, when comparing the variance values in the tempo calculation procedure, the variance value obtained this time and the previous time are compared. The tempo calculation method is characterized in that the average value obtained together with the smaller variance value is stored as a tempo calculation value by comparing with the minimum value of the obtained variance values.

請求項6に記載の発明は、請求項1〜請求項5のいずれか1項に記載のテンポ算出方法を実行するテンポ取得装置と、記憶媒体に記録された楽曲情報を再生する再生装置と、前記記憶媒体に記録された楽曲情報を、前記再生装置により再生可能なデータとして保存可能な楽曲保存装置と、前記テンポ取得装置、再生装置、楽曲保存装置の作動を制御する制御装置と、ユーザの操作を入力する操作装置と、を備えた楽曲再生装置であって、前記制御装置は、ユーザが、前記記憶媒体に記録された楽曲の再生と、その楽曲の保存とを指示したときには、前記記憶媒体に記録された楽曲を再生する再生処理と並行して、前記記憶媒体に記録された楽曲情報を前記楽曲保存装置に保存する録音処理と、前記テンポ取得装置によりテンポを算出するテンポ算出処理と、を実行することを特徴とする楽曲再生装置とした。   The invention described in claim 6 is a tempo acquisition device that executes the tempo calculation method according to any one of claims 1 to 5, a playback device that plays back music information recorded on a storage medium, A music storage device capable of storing the music information recorded in the storage medium as data reproducible by the playback device, a tempo acquisition device, a playback device, a control device for controlling the operation of the music storage device, and a user's An operation device for inputting an operation, wherein the control device stores the storage when the user instructs the reproduction of the music recorded on the storage medium and the storage of the music. In parallel with the reproduction process for reproducing the music recorded on the medium, the recording process for storing the music information recorded on the storage medium in the music storage device, and the tempo for calculating the tempo by the tempo acquisition device. And calculation processing, and the music reproducing device, characterized by the execution.

請求項1に記載の発明では、テンポの算出にあたり、予め設定された時間幅ごとにビート間隔の平均値ならびに分散値を求め、得られた分散値を比較して、最も小さな分散値が得られたビート間隔の平均値に基づいてテンポを算出するようにした。
ビート間隔の分散値が最も小さいときというのは、ビート間隔のばらけ具合が最も小さいときと同じことを意味しており、曲中で最も確からしいテンポが算出できる時間であると言える。
また、ビート間隔の分散値取得後ごとに前回までの最小分散値との比較を行ってビート間隔の分散値と平均値とを更新していくので、今まで取得した分散値を全て利用するような再帰的な処理を必要としないため、動作負荷を抑えることが可能である。
そして、このように動作負荷を抑えることで、リソースが限られた車載機器などに適用可能となる。
According to the first aspect of the present invention, in calculating the tempo, an average value and a variance value of beat intervals are obtained for each preset time width, and the obtained variance values are compared to obtain the smallest variance value. The tempo was calculated based on the average beat interval.
When the variance value of the beat interval is the smallest, it means the same as when the variation of the beat interval is the smallest, and it can be said that it is the time when the most probable tempo in the song can be calculated.
In addition, every time after obtaining the variance value of the beat interval, the comparison is made with the minimum variance value until the previous time, and the variance value and average value of the beat interval are updated. Since no recursive processing is required, the operation load can be suppressed.
And by suppressing the operation load in this way, it can be applied to in-vehicle devices with limited resources.

請求項2に記載の発明では、ビートを、楽曲の全体に亘って算出し、これにより得られたビートの間隔から、テンポの算出を行うようにしたため、楽曲の一部のみの音響情報に基づいて算出するのに比べ、得られたテンポの精度が高い。   In the second aspect of the present invention, the beat is calculated over the entire music, and the tempo is calculated from the beat interval obtained thereby, so that the beat is based on the acoustic information of only a part of the music. The accuracy of the obtained tempo is high compared to the above calculation.

請求項3に記載の発明では、音響情報の振幅を二乗し加算して得られたビート判定用信号値からビートを求めるようにし、フィルタによる再起的な処理を用いることなしにビートを求めるようにした。このため、動作負荷を抑え、軽量な処理が可能となる。   In the invention of claim 3, the beat is obtained from the signal value for beat determination obtained by squaring and adding the amplitude of the acoustic information, and the beat is obtained without using recursive processing by the filter. did. For this reason, an operation load is suppressed and a lightweight process is attained.

請求項4に記載の発明では、ビート判定用信号値の変化率に閾値を設定したため、音響情報自体に閾値を設定するのと比較して、楽曲により音響情報のレベルが異なることの影響を受けることなく、ノイズによる誤検出を防止できる。また、変化率の極値をビートと判定することにより、動作負荷の少ないビート判定が可能となる。   In the invention according to claim 4, since the threshold value is set for the rate of change of the signal value for beat determination, it is affected by the difference in the level of the acoustic information depending on the music as compared to setting the threshold value for the acoustic information itself. In addition, erroneous detection due to noise can be prevented. Further, by determining the extreme value of the rate of change as a beat, it is possible to perform a beat determination with a small operation load.

請求項5に記載の発明では、今回得られた分散値と前回まで得られた分散値の最小値とを比較し、小さい方の分散値と共に得られた平均値をテンポ算出用の値として保存するようにしたため、楽曲全体のビート間隔を比較するのにあたり、楽曲全体に亘ってデータを保存し、これらを比較するのと比べて、保存データが少なくて済み、動作負荷の軽量化をいっそう図ることができる。   In the invention according to claim 5, the variance value obtained this time is compared with the minimum value of the variance values obtained until the previous time, and the average value obtained together with the smaller variance value is stored as a value for tempo calculation. As a result, when comparing the beat intervals of the entire music, the data is stored over the entire music, and compared with comparing the data, less data is required and the operation load is further reduced. be able to.

請求項6に記載の発明では、楽曲再生装置において、記憶媒体の楽曲の再生と、この楽曲の楽曲保存装置への保存と、テンポの算出と、を同時に実行する。ここで、テンポ算出は、動作負荷が少なくて済む手段としたため、再生時の音飛びや、録音に要する時間の増大などを抑えることが可能となる。   According to the sixth aspect of the present invention, in the music playback device, the playback of the music on the storage medium, the storage of the music in the music storage device, and the calculation of the tempo are executed simultaneously. Here, since the tempo calculation is a means that requires less operation load, it is possible to suppress skipping during reproduction and an increase in time required for recording.

以下、本発明のテンポ算出方法を実施する楽曲再生装置の実施の形態について説明する。
この実施の形態の楽曲再生装置は、本発明のテンポ算出方法を実行するテンポ取得装置(7)と、記憶媒体(1a)に記録された楽曲情報を再生する再生装置(5)と、前記記憶媒体(1a)に記録された楽曲情報を、前記再生装置(5)により再生可能なデータとして保存可能な楽曲保存装置(3)と、前記テンポ取得装置(7)、再生装置(5)、楽曲保存装置(3)の作動を制御する制御装置(11)と、ユーザの操作を入力する操作装置(9)と、を備えた楽曲再生装置であって、前記制御装置(11)は、ユーザが、前記記憶媒体(1a)に記録された楽曲の再生と、その楽曲の保存とを指示したときには、前記記憶媒体(1a)に記録された楽曲を再生する再生処理と並行して、前記記憶媒体(1a)に記録された楽曲情報を前記楽曲保存装置(3)に保存する録音処理と、前記テンポ取得装置(7)によりテンポを算出するテンポ算出処理と、を実行することを特徴とする楽曲再生装置とした。
In the following, an embodiment of a music reproducing apparatus that implements the tempo calculation method of the present invention will be described.
The music playback device of this embodiment includes a tempo acquisition device (7) for executing the tempo calculation method of the present invention, a playback device (5) for playing back music information recorded on the storage medium (1a), and the storage. A music storage device (3) capable of storing music information recorded on the medium (1a) as data reproducible by the playback device (5), the tempo acquisition device (7), the playback device (5), and a music A music playback device comprising a control device (11) for controlling the operation of the storage device (3) and an operation device (9) for inputting a user operation, wherein the control device (11) is operated by a user. When the reproduction of the music recorded on the storage medium (1a) and the storage of the music are instructed, the storage medium is reproduced in parallel with the reproduction process of reproducing the music recorded on the storage medium (1a). Before the music information recorded in (1a) A recording process of storing the music storage device (3), and a music reproduction apparatus characterized by performing a tempo calculation processing of calculating the tempo by the tempo acquisition device (7).

図1〜図4に基づいて本発明の最良の実施の形態として実施例1の楽曲再生装置Aについて説明する。   Based on FIGS. 1-4, the music reproducing apparatus A of Example 1 is demonstrated as the best form of this invention.

まず、実施例1の楽曲再生装置Aの構成を説明する。
この実施例1の楽曲再生装置Aは、車載されたもので、図1に示すように、メディア駆動装置1、圧縮処理装置2、内部楽曲保存装置3、楽曲検索用情報保存装置4、再生装置5、リスト情報保存装置6、テンポ取得装置7、ユーザインタフェース装置8、ディスプレイ装置9、スピーカ装置10、全体制御装置11を備えている。
First, the configuration of the music playback device A according to the first embodiment will be described.
The music reproducing apparatus A according to the first embodiment is mounted on a vehicle. As shown in FIG. 1, the media driving apparatus 1, the compression processing apparatus 2, the internal music storing apparatus 3, the music searching information storing apparatus 4, and the reproducing apparatus. 5, a list information storage device 6, a tempo acquisition device 7, a user interface device 8, a display device 9, a speaker device 10, and an overall control device 11.

メディア駆動装置1は、車両外から持ち込んだ記憶媒体1a(CD(Compact Discの略である)、MD(Mini Discの略)、DVD(Digital Versatile Disc))の少なくとも1つを駆動すると同時に、それらの記憶媒体1aに保存された音響情報を再生することができる情報に変換する機能を有している。ここで、音響情報としてPCMデータ(Pulese-Code Modulation)を用いているものとする。   The media drive device 1 drives at least one of a storage medium 1a (CD (abbreviation of compact disc), MD (abbreviation of mini disc), DVD (digital versatile disc)) brought in from outside the vehicle, The sound information stored in the storage medium 1a is converted into information that can be reproduced. Here, it is assumed that PCM data (Pulese-Code Modulation) is used as acoustic information.

圧縮処理装置2は、メディア駆動装置1で取り込んだ楽曲の音響情報をMP3、WMA、ATRAC3などの既存の方法を用いて圧縮する装置である。また、それぞれの楽曲に付加的に加えられている各種情報(たとえば、タイトル名やアーティスト名、ジャンルなどを持ったTAGなど)が存在する場合には、これらの情報は、属性情報として楽曲検索用情報保存装置4に保存する。   The compression processing device 2 is a device that compresses the acoustic information of the music taken in by the media driving device 1 using an existing method such as MP3, WMA, or ATRAC3. In addition, when there are various kinds of information added to each song (for example, a tag having a title name, artist name, genre, etc.), these pieces of information are used for song search as attribute information. The information is stored in the information storage device 4.

内部楽曲保存装置3は、書き換え可能な磁気記憶媒体であるハードディスクドライブ(Hard disk drive)やフラッシュメモリなどで構成されており、メディア駆動装置1において再生される記憶媒体1aに保存された音響情報を、圧縮して保存することが可能となっている。
また、この内部楽曲保存装置3に保存された音響情報は、全体制御装置11による制御に基づいて、再生装置5により再生可能となっている。
The internal music storage device 3 is composed of a rewritable magnetic storage medium such as a hard disk drive (Hard disk drive), a flash memory, or the like. It is possible to compress and save.
The acoustic information stored in the internal music storage device 3 can be reproduced by the reproduction device 5 based on the control by the overall control device 11.

楽曲検索用情報保存装置4は、全体制御装置11の指示に従い、内部楽曲保存装置3に保存された楽曲情報と、それぞれの楽曲に付加されたアルバム名やアーティスト名などの属性情報とテンポ取得装置7によって分析されたテンポ情報が関連付けられて保存されている。そして、特定の検索条件情報が与えられた場合には、その検索情報に相当する、楽曲、もしくは、楽曲のリスト一覧に相当する情報(楽曲情報とその保存先の一覧)を出力することができる。   The music search information storage device 4 follows the instructions of the overall control device 11, the music information stored in the internal music storage device 3, the attribute information such as the album name and artist name added to each music, and the tempo acquisition device 7 is associated and stored. Then, when specific search condition information is given, information corresponding to the search information, or information corresponding to a list of music (a list of music information and its storage destination) can be output. .

再生装置5は、全体制御装置11の指示に従い、メディア駆動装置1の記憶媒体1aの音響情報あるいは内部楽曲保存装置3に保存されている音響情報を取得し、その音響情報を再生する。なお、音響情報が圧縮されている場合には、それぞれの圧縮方法に準拠した方法にて圧縮を解除(デコード)しPCMデータとして出力する機能を持っている。   The playback device 5 acquires the acoustic information stored in the storage medium 1a of the media driving device 1 or the acoustic information stored in the internal music storage device 3 according to the instruction of the overall control device 11, and plays back the acoustic information. When the acoustic information is compressed, it has a function of releasing (decoding) the compression and outputting as PCM data by a method based on each compression method.

リスト情報保存装置6は、ユーザが作成した楽曲再生リスト、もしくはユーザの指示に従って実施例1の楽曲再生装置Aが、楽曲検索用情報保存装置4に保存された情報に基づいて内部的に作成した再生曲のリストの情報を保存する機能を持っている。   The list information storage device 6 is created internally by the music playback device A of the first embodiment based on the information stored in the music search information storage device 4 according to the user's instruction or the music playback list created by the user. It has a function to save the list information of the playback song.

テンポ取得装置7は、楽曲のPCMデータを分析して、楽曲のテンポを算出する装置である。このテンポの算出は、内部楽曲保存装置3に楽曲が保存されるときに、同時に楽曲のデータの分析を楽曲ごとに行い、得られたテンポ情報は、楽曲検索用情報保存装置4において各楽曲に関連付けて保存される。なお、テンポの算出の詳細については後述する。   The tempo acquisition device 7 is a device that analyzes PCM data of a song and calculates the tempo of the song. The tempo is calculated when the music is stored in the internal music storage device 3, and at the same time, the data of the music is analyzed for each music, and the obtained tempo information is stored in each music in the music search information storage device 4. Saved in association. Details of the tempo calculation will be described later.

ユーザインタフェース装置8は、ユーザとのインタフェースを果たす役割を持っており、本実施例1では、ディスプレイ装置9が有するタッチパネル機能を用いて、ユーザへの視覚情報の提示と、ユーザの操作入力とを行うものである。例えば、楽曲の再生リストを提示する場合には、そのリストに対応したボタンを表示し、そのボタンが選択操作されたときに、全体制御装置11に対して該当するリストが選択されたことを通知する。   The user interface device 8 has a role of performing an interface with the user. In the first embodiment, the user interface device 8 uses the touch panel function of the display device 9 to present visual information to the user and input the user's operation. Is what you do. For example, when presenting a reproduction list of music, a button corresponding to the list is displayed, and when the button is selected and operated, the general control device 11 is notified that the corresponding list has been selected. To do.

全体制御装置11は、 上記の各装置の作動を制御すると同時に、ユーザインタフェース装置8を介したユーザの操作を実現する機能を持っている。   The overall control device 11 has a function of controlling the operation of each of the above devices and at the same time realizing a user operation via the user interface device 8.

次に、テンポ取得装置7による楽曲のテンポを算出する処理の流れを図2〜図4のフローチャートに基づいて説明する。   Next, the flow of processing for calculating the tempo of the music by the tempo acquisition device 7 will be described with reference to the flowcharts of FIGS.

図2はテンポ算出処理の流れを示すもので、このテンポ算出処理は、メディア駆動装置1にCDなどの記憶媒体1aを挿入したのに応じて開始される。また、以下の説明は、予め記憶媒体1aに記録された音響情報(PCMデータ)を内部楽曲保存装置3へ録音(保存)することが指示されている場合の例を説明する。   FIG. 2 shows the flow of the tempo calculation process. This tempo calculation process is started when a storage medium 1 a such as a CD is inserted into the media driving apparatus 1. In the following description, an example in which an instruction to record (save) acoustic information (PCM data) previously recorded in the storage medium 1a to the internal music storage device 3 will be described.

メディア駆動装置1に記憶媒体1aがセットされると、記憶媒体1aの音響情報のリッピングを開始する(ステップS1)。
そして、音響情報(PCMデータ)を認識すると(ステップS2)、再生処理(ステップS3)と録音処理(ステップS4)と、ステップS5以降のビートテンポ取得処理を並列に実行する。
When the storage medium 1a is set in the media driving device 1, ripping of the acoustic information of the storage medium 1a is started (step S1).
When the acoustic information (PCM data) is recognized (step S2), the reproduction process (step S3), the recording process (step S4), and the beat tempo acquisition process after step S5 are executed in parallel.

なお、録音処理では、圧縮処理装置2においてMP3やWMAやATRAC3などの圧縮処理を行った後、内部楽曲保存装置3に逐次保存する。   In the recording process, after compression processing such as MP3, WMA, and ATRAC3 is performed in the compression processing device 2, it is sequentially stored in the internal music storage device 3.

そして、ビートテンポ取得処理では、まず、ビート取得処理(ステップS5)を実行し、ビート取得処理結果が第1設定時間t1分貯まったら(ステップS6)、得られたビート間隔に基づいてテンポ取得処理を行う(ステップS7)。これを楽曲の全体に亘って繰り返し行うもので、第1設定時間t1は、ビートが最低1個存在する程度の時間(例えば、0.5〜2,3秒)に設定されており、本実施例1秒を用いている。
なお、ステップS5のビート取得処理の詳細、ならびにステップS7のテンポ取得処理の詳細については、後述する。
In the beat tempo acquisition process, first, the beat acquisition process (step S5) is executed, and when the beat acquisition process result is accumulated for the first set time t1 (step S6), the tempo acquisition process is performed based on the obtained beat interval. (Step S7). This is repeated over the entire music, and the first set time t1 is set to a time (for example, 0.5 to 2 or 3 seconds) such that at least one beat exists. Example 1 second is used.
Details of the beat acquisition process in step S5 and details of the tempo acquisition process in step S7 will be described later.

1曲の録音が終了したら(ステップS8)、全体制御装置11は、圧縮処理装置2に対して処理終了を指示し、内部楽曲保存装置3に楽曲をファイルとして保存する。同時にテンポ取得装置7に対して、楽曲の終了を通知することにより、テンポ情報の算出を終了させ、テンポ情報を確定し、楽曲検索用情報保存装置4において楽曲のアルバム名やタイトル名などの属性情報とともにテンポ取得装置7から取得したテンポ情報を関連付けて保存する(ステップS9)。なお、楽曲検索用情報保存装置4では、属性情報やテンポ情報とともに、一般的な情報である、録音時期、再生回数、ユーザ評価値なども同列に保存することができる。   When recording of one song is completed (step S8), the overall control device 11 instructs the compression processing device 2 to end the processing, and stores the song as a file in the internal song storage device 3. At the same time, the end of the music is notified to the tempo acquisition device 7 to finish the calculation of the tempo information, determine the tempo information, and the music search information storage device 4 has attributes such as the album name and title name of the music. The tempo information acquired from the tempo acquisition device 7 is stored in association with the information (step S9). Note that the music search information storage device 4 can store general information such as recording time, number of reproductions, user evaluation value, and the like in addition to attribute information and tempo information.

次に、メディア駆動装置1において引き続き再生可能な楽曲が存在するか否か判定し(ステップS10)、次の楽曲が存在する場合には、ステップS2からの処理を継続し、楽曲が存在しない場合には、以上の処理を終了する。   Next, it is determined whether or not there is a music that can be continuously played back in the media driving device 1 (step S10). If there is a next music, the process from step S2 is continued, and there is no music. The above processing is terminated.

次に、ステップS5のビート取得処理の詳細を、図3のフローチャートに基づいて説明する。
このビート取得処理では、まず、記憶媒体1aのPCMデータをサンプリングし(ステップS101)、さらに、PCMデータの振幅を2乗して、ビート判定用信号値に加算する(ステップS102)。これを第2設定時間t2分終えると(ステップS103)、これを今回のビート判定用信号値として確定し、今まで加算していた値はゼロにクリアする(ステップS104)。なお、第2設定時間t2は、第1設定時間t1よりも短く、ビートが必ずしも存在し得ない時間(例えば、数〜数十msec)であり、本実施例1では、10msecを用いている。
Next, the details of the beat acquisition process of step S5 will be described based on the flowchart of FIG.
In this beat acquisition process, first, the PCM data of the storage medium 1a is sampled (step S101), and the amplitude of the PCM data is squared and added to the beat determination signal value (step S102). When this is finished for the second set time t2 (step S103), this is determined as the current beat determination signal value, and the value added so far is cleared to zero (step S104). Note that the second set time t2 is shorter than the first set time t1, and is a time during which a beat cannot necessarily exist (for example, several to several tens of msec). In the first embodiment, 10 msec is used.

次に、前回取得していたビート判定用信号値に対する今回確定したビート判定用信号値の差分値を今回の変化率として、これを算出する(ステップS105)。   Next, the difference value of the beat determination signal value determined this time with respect to the previously acquired beat determination signal value is calculated as the current change rate (step S105).

次に、変化率が予め設定された閾値以上、変曲点、前回のビート時間から予め設定されたマスク時間tmを超えた、の3条件を満足するか判定し(ステップS106)、この条件が成立した場合に、ビートが発生したと判定して今回の信号時間をビート時間と判定する(ステップS107)。
なお、変曲点を判定するには、2回微分で求めるようにしてもよいし、あるいは、今回の変化率が前回の変化率よりも小さく、前回の変化率が前々回の変化率よりも大きいことで判定してもよい。
また、マスク時間tmは、前回のビート時間から次にビートが来ることが楽曲の性質上想定できない時間のことであり、例えば、数百msec程度の時間に設定されている。
Next, it is determined whether the change rate satisfies the three conditions of the preset threshold value or more, the inflection point, and the preset mask time tm from the previous beat time (step S106). If it is established, it is determined that a beat has occurred, and the current signal time is determined as the beat time (step S107).
In order to determine the inflection point, it may be obtained by differential twice, or the current rate of change is smaller than the previous rate of change, and the previous rate of change is larger than the previous rate of change. You may judge by.
The mask time tm is a time that cannot be assumed due to the nature of the music that the next beat comes from the previous beat time. For example, the mask time tm is set to about several hundred msec.

このようにして決定したビート判定結果は、ビート判定結果配列に追加される(ステップS108)。ビート判定結果配列は、ビート判定結果を現在から一定時間t3分にわたって確保したデータであり、新しいデータ(第2設定時間t2分のデータ)が1つ追加されると最も過去のデータが1個破棄される仕組みになっており、これを基に後述のテンポ算出を行う。具体的には、本実施例1では、過去3000個のデータがビート判定結果配列として確保されている(t3=t2×3)。   The beat determination result determined in this way is added to the beat determination result array (step S108). The beat determination result array is data in which the beat determination result is secured for a certain time t3 from the present, and when one new data (data for the second set time t2) is added, the most past data is discarded. Based on this, tempo calculation described later is performed. Specifically, in the first embodiment, the past 3000 pieces of data are secured as the beat determination result array (t3 = t2 × 3).

最後に、ビート判定終了処理として、今回確定したビート判定用信号値と、今回算出した変化率とを、次回のビート判定処理で利用するため保存する(ステップS109)。   Finally, as the beat determination end process, the currently determined beat determination signal value and the currently calculated change rate are stored for use in the next beat determination process (step S109).

次に、ステップS7のテンポ取得処理を、図4のフローチャートにより説明する。
この処理は、第1設定時間t1が経過してビート判定結果配列データが更新されたタイミングで開始されるものであり、まず、ビート判定結果配列の先頭から1つデータを取得し(ステップS201)、これがビート判定処理でビートと判定したかどうか判定する(ステップS202)。これがビート位置であった場合は、前回のビート位置からの差分によりビート間隔を算出し(ステップS203)、さらに、今回のビート位置を保存する(ステップS204)。
Next, the tempo acquisition process of step S7 will be described with reference to the flowchart of FIG.
This process is started when the first set time t1 has elapsed and the beat determination result array data is updated. First, one piece of data is acquired from the head of the beat determination result array (step S201). Then, it is determined whether or not this is determined to be a beat in the beat determination process (step S202). If this is the beat position, the beat interval is calculated from the difference from the previous beat position (step S203), and the current beat position is stored (step S204).

以上の処理を、ビート判定結果配列に確保されている全てのデータについて実行したら(ステップS205)、次に、求めたビート間隔の平均値と分散値を算出する(ステップS206)。
そして、今回得られた分散値が、前回まで得られた分散値の最小値よりも小さい場合には(ステップS207)、今回求めたビート間隔の平均値および分散値を仮のテンポ情報として保存する(ステップS208)。
When the above processing is executed for all the data secured in the beat determination result array (step S205), the average value and variance value of the obtained beat intervals are calculated (step S206).
When the variance value obtained this time is smaller than the minimum value of the variance values obtained until the previous time (step S207), the average value and variance value of the beat interval obtained this time are stored as temporary tempo information. (Step S208).

そして、この仮のテンポ情報に基づいてテンポを算出し保存する。テンポは、60をビート間隔の平均値で割って得られる。
すなわち、一定時間の中で取得したビート間隔のばらけ具合が一番小さい時のビート間隔平均値を、楽曲を代表するビート間隔として採用し、これを基にテンポを算出する。
Then, the tempo is calculated and stored based on the temporary tempo information. The tempo is obtained by dividing 60 by the average beat interval.
In other words, the beat interval average value obtained when the beat interval variation obtained within a certain time is the smallest is adopted as the beat interval representing the music, and the tempo is calculated based on this beat interval.

このテンポの算出は、図2のフローチャートで説明したように、1曲の楽曲の録音が終了するまで行い続け、録音終了時に保存されていたテンポが、この楽曲を代表するテンポ情報となって楽曲検索用情報保存装置4に出力される。   This tempo calculation is continued until the recording of one song is completed, as described in the flowchart of FIG. 2, and the tempo stored at the end of the recording becomes the tempo information representing this song and the song The information is output to the search information storage device 4.

実施例1の楽曲再生装置Aでは、本装置Aに録音した全ての楽曲のテンポが算出され、そのテンポデータが、楽曲の属性情報などと関連付けされて楽曲検索用情報保存装置4に保存される。   In the music playback device A of the first embodiment, the tempo of all the music recorded in the device A is calculated, and the tempo data is stored in the music search information storage device 4 in association with the attribute information of the music. .

次に、このテンポデータを利用した楽曲の選択方法について説明する。
この場合、ディスプレイ装置9のタッチパネルディスプレイ上に、例えば、「はやい」「ふつう」「おそい」などの速さの違いを表す複数種類のボタンを表示させる。
Next, a music selection method using this tempo data will be described.
In this case, on the touch panel display of the display device 9, for example, a plurality of types of buttons representing a difference in speed such as “fast”, “normal”, and “slow” are displayed.

そして、ユーザが、これらのボタンのいずれかを選択することで、この速さに含まれる楽曲を検索し、検索にヒットした曲の中からランダムで再生できる再生リストをリスト情報保存装置6内に作成し、その曲順で再生を始める。   The user selects one of these buttons to search for a song included in this speed, and a playlist that can be randomly played from the songs hit in the search is stored in the list information storage device 6. Create and start playback in that song order.

なお、ボタンとの楽曲の関連付けは、例えば、「はやい」「ふつう」「おそい」の3種類に分類する場合には、これらの領域を区別する2つの閾値を設定し、これらの閾値とテンポデータとの比較に基づいて検索を行う。   For example, when the music is associated with the button, when it is classified into three types of “fast”, “normal”, and “slow”, two threshold values for distinguishing these areas are set, and these threshold values and tempo data are set. Search based on comparison with.

以上説明したように、実施例1では、テンポ取得装置7が、PCMデータの振幅の二乗値を加算してビート判定用信号値を算出し、このビート判定用信号値の変化率からビートを判定するようにし、フィルタによる再起的な処理を用いることなしにビートを求めるようにした。このため、動作負荷を抑え、軽量な処理が可能となる。   As described above, in the first embodiment, the tempo acquisition device 7 calculates the beat determination signal value by adding the square value of the amplitude of the PCM data, and determines the beat from the rate of change of the beat determination signal value. The beat is obtained without using recursive processing by a filter. For this reason, an operation load is suppressed and a lightweight process is attained.

さらに、テンポの算出にあっても、設定された一定時間t3分ごとにビート間隔の平均値ならびに分散値を求め、得られた分散値を比較して、最も小さな分散値が得られたビート間隔の平均値に基づいてテンポを算出するようにした。
このように、ビートの間隔のばらけ具合が最も小さいときのビートの間隔でテンポを算出するため、得られたテンポの精度が高い。しかも、この処理にも再起的な処理がないため、動作負荷を抑えることが可能である。
そして、このように動作負荷を抑えることで、リソースが限られた車載機器などに適用可能となる。
Furthermore, even when calculating the tempo, the beat interval at which the smallest variance value is obtained by calculating the average value and variance value of the beat interval every set fixed time t3 minutes and comparing the obtained variance values. The tempo was calculated based on the average value.
Thus, since the tempo is calculated based on the beat interval when the variation in the beat interval is the smallest, the accuracy of the obtained tempo is high. Moreover, since there is no recursive process in this process, it is possible to reduce the operation load.
And by suppressing the operation load in this way, it can be applied to in-vehicle devices with limited resources.

さらに、本実施例1では、楽曲の全体に亘って、第1設定時間t1ごとにビートを取得し、このビートに基づいてテンポを取得するようにしたため、楽曲の一部のみのPCMデータによりテンポを求めるのに比べて、テンポを精度高く求めることができる。しかも、第1設定時間t1ごとにビート算出とテンポ算出とを行うため、全曲に亘ってビートを保存し、これに基づいて、算出するのと比較して、保存するデータ量を少なくでき、いっそう動作負荷の軽減を図ることができる。   Furthermore, in the first embodiment, the beat is acquired at every first set time t1 over the entire music, and the tempo is acquired based on this beat. Therefore, the tempo is based on the PCM data of only a part of the music. The tempo can be obtained with higher accuracy than the above. Moreover, since beat calculation and tempo calculation are performed at each first set time t1, it is possible to save the amount of data compared to the calculation based on storing beats over all songs, and more. The operation load can be reduced.

加えて、実施例1では、ビートを求めるのにあたり、ビート判定用信号値の変化率に閾値を設定したため、PCMデータ値に閾値を設定するのと比較して、楽曲によりPCMデータの出力レベルが異なることの影響を受けることなく、ノイズによる誤検出を防止できる。しかも、ビートの判定条件に、マスク時間tmを設定したことで、さらに誤検出を防止できる。   In addition, in the first embodiment, since the threshold is set for the rate of change of the signal value for beat determination when obtaining the beat, the output level of the PCM data depends on the music compared to setting the threshold for the PCM data value. Misdetection due to noise can be prevented without being affected by different things. In addition, since the mask time tm is set as the beat determination condition, erroneous detection can be further prevented.

また、実施例1では、テンポ取得にあたり、最新のビート判定結果配列の平均値および分散値を取得し、これを保存された平均値および分散値と比較することを繰り返すことで、楽曲全体に亘って、最も分散値が小さなビート判定結果配列の平均値を得るようにしたため、楽曲全体に亘ってデータを保存し、これらを比較するのと比べて、保存データが少なくて済み、動作負荷の軽量化をより図ることができる。   Further, in the first embodiment, when acquiring the tempo, the average value and variance value of the latest beat determination result array are acquired, and this is compared with the stored average value and variance value, so that the entire tune is obtained. Since the average value of the beat determination result array with the smallest variance value is obtained, data is saved over the entire music, and compared to comparing these, less data is saved and the operation load is light. Can be further improved.

そして、上述のように、実施例1では、テンポ取得装置7の動作負荷が小さいため、楽曲再生装置Aにおいて、記憶媒体1aの楽曲の再生と、この楽曲の楽曲保存装置への保存と、テンポの算出と、を同時に実行した場合に、再生時の音飛びや、録音に要する時間の増大などを抑えることが可能となる。   As described above, in the first embodiment, since the operation load of the tempo acquisition device 7 is small, the music reproducing device A reproduces the music in the storage medium 1a, stores the music in the music storage device, and the tempo. When the calculation and the calculation are simultaneously performed, it is possible to suppress skipping during reproduction and an increase in time required for recording.

さらに、本実施例1では、得られた楽曲のテンポデータを、楽曲に関連付けして楽曲検索用情報保存装置4に保存し、「はやい」「ふつう」「おそい」のテンポの速さ別に楽曲の検索し、自動再生を行うようにした。
このように、本実施例1では、楽曲のテンポを用いた曲の分析、ならびに再生リストの作成が可能となる。
Furthermore, in the first embodiment, the tempo data of the obtained music is stored in the music search information storage device 4 in association with the music, and the music is recorded according to the tempo speed of “fast”, “normal”, and “slow”. Search and auto play.
As described above, in the first embodiment, it is possible to analyze a song using the tempo of the song and create a reproduction list.

以上、図面を参照して、本発明の実施の形態の実施例1を詳述してきたが、具体的な構成は、この実施例1に限らず、本発明の要旨を逸脱しない程度の設計的変更は、本発明に含まれる。   As described above, the first embodiment of the embodiment of the present invention has been described in detail with reference to the drawings. However, the specific configuration is not limited to the first embodiment, and the design is not deviated from the gist of the present invention. Modifications are included in the present invention.

すなわち、実施例1では、楽曲再生装置として、車載の楽曲再生装置に適用した例を示したが、車載のものに限らず、携帯式のものにも適用することができる。   That is, in Example 1, although the example applied to the on-vehicle music reproducing apparatus was shown as a music reproducing apparatus, it is applicable not only to an on-vehicle apparatus but to a portable type.

また、実施例1では、内部楽曲保存装置3としてハードディスクドライブを用いた例を示したが、これ以外の記憶媒体を用いることもできる。   Further, in the first embodiment, an example in which a hard disk drive is used as the internal music storage device 3 is shown, but other storage media can be used.

また、実施例1では、ビートを取得する手順として、PCMデータの振幅を二乗して加算した値の変化率から求めるものを示したが、ビートの間隔の平均値と分散値とからテンポを算出するのであれば、ビートの取得手順は、これに限定されるものではない。   Further, in the first embodiment, as a procedure for acquiring a beat, the procedure for obtaining the change rate of the value obtained by squaring the amplitude of the PCM data is shown. However, the tempo is calculated from the average value and the variance value of the beat intervals. If so, the beat acquisition procedure is not limited to this.

本発明の実施の形態の実施例1の楽曲再生装置Aの構成を示すブロック図である。It is a block diagram which shows the structure of the music reproduction apparatus A of Example 1 of embodiment of this invention. 実施例1の楽曲再生装置Aによるテンポの算出手順の全体の処理の流れを示すフローチャートである。6 is a flowchart showing an overall processing flow of a tempo calculation procedure by the music reproducing device A according to the first embodiment. 実施例1の楽曲再生装置Aによるテンポの算出手順におけるステップS5のビート取得処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the beat acquisition process of step S5 in the calculation procedure of the tempo by the music reproduction apparatus A of Example 1. FIG. 実施例1の楽曲再生装置Aによるテンポの算出手順におけるステップS7のテンポ取得処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the tempo acquisition process of step S7 in the calculation procedure of the tempo by the music reproduction apparatus A of Example 1. FIG.

符号の説明Explanation of symbols

1 メディア駆動装置
1a 記憶媒体
2 圧縮処理装置
3 内部楽曲保存装置
4 楽曲検索用情報保存装置
5 再生装置
6 リスト情報保存装置
7 テンポ取得装置
8 ユーザインタフェース装置
9 ディスプレイ装置(操作装置)
10 スピーカ装置
11 全体制御装置
A 楽曲再生装置
DESCRIPTION OF SYMBOLS 1 Media drive device 1a Storage medium 2 Compression processing device 3 Internal music storage device 4 Music search information storage device 5 Playback device 6 List information storage device 7 Tempo acquisition device 8 User interface device 9 Display device (operation device)
10 Speaker device 11 Overall control device A Music playback device

Claims (6)

楽曲の音響情報から楽曲の拍であるビートを取得する手順と、
取得したビートとビートとの間隔から、楽曲のテンポを算出する手順と、
を実行するテンポ算出方法であって、
前記テンポの算出する手順において、予め設定された時間幅ごとにビート間隔の平均値ならびに分散値を求め、得られた分散値を比較して、最も小さな分散値が得られたビート間隔の平均値に基づいてテンポを算出することを特徴とするテンポ算出方法。
The procedure to obtain the beat that is the beat of the song from the acoustic information of the song,
The procedure to calculate the tempo of the song from the interval between the acquired beats,
A tempo calculation method for executing
In the procedure for calculating the tempo, an average value and a variance value of beat intervals are obtained for each preset time width, and the average values of beat intervals at which the smallest variance value is obtained by comparing the obtained variance values. A tempo calculation method characterized by calculating a tempo based on the above.
前記ビートを取得する手順と前記テンポを算出する手順とを、楽曲の全体に亘って実行することを特徴とする請求項1に記載のテンポ算出方法。   2. The tempo calculation method according to claim 1, wherein the step of acquiring the beat and the step of calculating the tempo are executed over the entire music. 前記ビートの取得手順において、音響情報の振幅を二乗し、加算して得られたビート判定用信号値に基づいてビートを取得することを特徴とする請求項1または請求項2に記載のテンポ算出方法。   3. The tempo calculation according to claim 1, wherein, in the beat acquisition procedure, a beat is acquired based on a beat determination signal value obtained by squaring and adding the amplitude of acoustic information. Method. 前記時間幅の範囲内において、ビートが複数存在し得ない設定時間ごとの、前記ビート判定用信号値の変化率を求め、この変化率が予め設定された閾値以上であり、かつ、極値であるときにビートと判定することを繰り返すことで複数のビートを取得し、前記ビート間隔を得ることを特徴とする請求項3に記載のテンポ算出方法。   Within the range of the time width, the rate of change of the signal value for beat determination is determined for each set time in which a plurality of beats cannot exist, the rate of change is equal to or greater than a preset threshold value, and is an extreme value. 4. The tempo calculation method according to claim 3, wherein a plurality of beats are acquired by repeating the determination of a beat at a certain time, and the beat interval is obtained. 前記テンポの算出手順における分散値の比較にあたり、今回得られた分散値と前回まで得られた分散値の最小値とを比較し、小さい方の分散値と共に得られた平均値をテンポ算出用の値として保存することを特徴とする請求項1〜請求項4のいずれか1項に記載のテンポ算出方法。   In comparing the variance value in the tempo calculation procedure, the variance value obtained this time is compared with the minimum value of the variance values obtained up to the previous time, and the average value obtained together with the smaller variance value is used for tempo calculation. 5. The tempo calculation method according to claim 1, wherein the tempo calculation method is stored as a value. 請求項1〜請求項5のいずれか1項に記載のテンポ算出方法を実行するテンポ取得装置と、
記憶媒体に記録された楽曲情報を再生する再生装置と、
前記記憶媒体に記録された楽曲情報を、前記再生装置により再生可能なデータとして保存可能な楽曲保存装置と、
前記テンポ取得装置、再生装置、楽曲保存装置の作動を制御する制御装置と、
ユーザの操作を入力する操作装置と、
を備えた楽曲再生装置であって、
前記制御装置は、ユーザが、前記記憶媒体に記録された楽曲の再生と、その楽曲の保存とを指示したときには、前記記憶媒体に記録された楽曲を再生する再生処理と並行して、前記記憶媒体に記録された楽曲情報を前記楽曲保存装置に保存する録音処理と、前記テンポ取得装置によりテンポを算出するテンポ算出処理と、を実行することを特徴とする楽曲再生装置。
A tempo acquisition device that executes the tempo calculation method according to any one of claims 1 to 5,
A playback device for playing back music information recorded on a storage medium;
A music storage device capable of storing music information recorded in the storage medium as data reproducible by the playback device;
A control device for controlling the operation of the tempo acquisition device, the playback device, and the music storage device;
An operation device for inputting a user operation;
A music playback device comprising:
When the user instructs the reproduction of the music recorded on the storage medium and the storage of the music, the control device performs the storage in parallel with the reproduction process of reproducing the music recorded on the storage medium. A music playback apparatus, comprising: a recording process for storing music information recorded on a medium in the music storage apparatus; and a tempo calculation process for calculating a tempo by the tempo acquisition apparatus.
JP2007091575A 2007-03-30 2007-03-30 Tempo calculating method and music reproducing device Pending JP2008250018A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007091575A JP2008250018A (en) 2007-03-30 2007-03-30 Tempo calculating method and music reproducing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007091575A JP2008250018A (en) 2007-03-30 2007-03-30 Tempo calculating method and music reproducing device

Publications (1)

Publication Number Publication Date
JP2008250018A true JP2008250018A (en) 2008-10-16

Family

ID=39975032

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007091575A Pending JP2008250018A (en) 2007-03-30 2007-03-30 Tempo calculating method and music reproducing device

Country Status (1)

Country Link
JP (1) JP2008250018A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108989706A (en) * 2017-06-02 2018-12-11 北京字节跳动网络技术有限公司 The method and device of special efficacy is generated based on music rhythm

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108989706A (en) * 2017-06-02 2018-12-11 北京字节跳动网络技术有限公司 The method and device of special efficacy is generated based on music rhythm

Similar Documents

Publication Publication Date Title
JP6179140B2 (en) Acoustic signal analysis apparatus and acoustic signal analysis program
JP2008171557A (en) Audio data recording management method for rewritable recording medium
WO2006095599A1 (en) Information processing device, information processing method
JP2006202127A (en) Recommended information presentation device and recommended information presentation method or the like
JP2002341888A (en) Beat density detecting device and information reproducing apparatus
JP2009015119A (en) Bridge position detection apparatus
KR101424974B1 (en) Method and apparatus for reproducing the first part of the music data having multiple repeated parts
JP4877811B2 (en) Specific section extraction device, music recording / playback device, music distribution system
US8069177B2 (en) Information selecting method, information selecting device and so on
JP2008250018A (en) Tempo calculating method and music reproducing device
JP2004280911A (en) Audio reproducing device with inter-music dj
JP4408288B2 (en) Digital dubbing equipment
US20080140236A1 (en) Musical Composition Reproducing Apparatus and a Method for Reproducing Musical Composition
JP4857790B2 (en) Navigation device
JP2001283569A (en) Release searching device
JP2007006082A (en) Image reproducer
JP4264670B2 (en) Storage / reproduction apparatus and storage / reproduction method
JP4132101B2 (en) Recording / playback device
JP5094442B2 (en) Playback apparatus and playlist update method
JP4434211B2 (en) Song data controller
JP2008052843A (en) Lyrics display system in car-audio
JP2002184159A (en) Digital recording and reproducing device
KR100929854B1 (en) Target location search method in DVR
JP2008084401A (en) On-vehicle audio apparatus and recording medium
KR100703842B1 (en) Automatic selection method of music for CD player and apparatus