JPH0756785A - Digital signal recording/reproducing memory - Google Patents

Digital signal recording/reproducing memory

Info

Publication number
JPH0756785A
JPH0756785A JP5202148A JP20214893A JPH0756785A JP H0756785 A JPH0756785 A JP H0756785A JP 5202148 A JP5202148 A JP 5202148A JP 20214893 A JP20214893 A JP 20214893A JP H0756785 A JPH0756785 A JP H0756785A
Authority
JP
Japan
Prior art keywords
cluster
written
fat
data
memory
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
JP5202148A
Other languages
Japanese (ja)
Inventor
Hiroaki Takeda
博昭 竹田
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP5202148A priority Critical patent/JPH0756785A/en
Publication of JPH0756785A publication Critical patent/JPH0756785A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To reduce the quantity of processing required for the retrieval of a file allocation table(FAT) and to attain high speed message management by providing a directory(DIR) with a free cluster DIR indicating the position of the leading FAT of a free cluster in a memory area. CONSTITUTION:At the time of recording data, the value of the free cluster DIR is read out and written in a DIR corresponding to a message number to record the value this time. Then, data are written in a cluster corresponding to an FAT corresponding to the value. When the capacity of the cluster being written at present is filled with data, an FAT number corresponding to a cluster in which data are to be written next, is searched. The position of the cluster for writing the succeeding data is found out based upon the number. In the case of ending recording, the number written in the FAT part corresponding to the cluster in which final data are written, is written in the free cluster DIR and an end mark is written in the FAT part.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、メモリ中に符号化デー
タを記録、再生するディジタル信号記録再生用メモリに
関し、特にランダムアクセス機能を備えたメモリに関す
るものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a digital signal recording / reproducing memory for recording / reproducing encoded data in / from the memory, and more particularly to a memory having a random access function.

【0002】[0002]

【従来の技術】近年、音声信号をディジタル信号に変換
し、さらにデータ圧縮を行ってより少ないデータ量に変
換した後に伝送または記録を行う音声信号の符号化技術
が実用化されつつある。例えば、相手方のメッセージを
データ圧縮し、半導体メモリに蓄えるIC録音型留守番
電話機などがそれに相手する。
2. Description of the Related Art In recent years, an audio signal encoding technique for converting an audio signal into a digital signal, further compressing the data to convert it into a smaller amount of data, and then transmitting or recording the audio signal has been put into practical use. For example, an IC recording type answering machine that compresses the message of the other party and stores it in a semiconductor memory corresponds to it.

【0003】上述のような圧縮されたメッセージを半導
体メモリに蓄積する場合は、単に書き込みアドレスに従
って情報を書き込むことになるが、複数個のメッセージ
を同一のメモリ中に書き込む際、メモリ中のどこに何の
データを書き込んだかを管理する必要がある。そこで、
メモリ中にメッセージ管理領域を設け、その領域内にお
いて書き込まれた複数個のメッセージに対してそのメッ
セージがメモリの中のどの領域から記録されているかを
個別に管理する方法が考えられる。
When a compressed message as described above is stored in a semiconductor memory, information is simply written according to a write address. When writing a plurality of messages in the same memory, what is in the memory where? It is necessary to manage whether or not the data of is written. Therefore,
A method of providing a message management area in the memory and individually managing from which area of the memory the message is recorded for a plurality of messages written in the area can be considered.

【0004】図4は、上記のような構成の従来のディジ
タル信号記録再生用メモリの構成図である。
FIG. 4 is a block diagram of a conventional digital signal recording / reproducing memory having the above-mentioned configuration.

【0005】図4において、aはDIR(ディレクト
リ)部、bはFAT(File A−llocatio
n Table)部、cはクラスタ部である。
In FIG. 4, a is a DIR (directory) part, and b is a FAT (File A-locatio).
n Table) part and c are cluster parts.

【0006】以下、その動作について説明する。クラス
タとは、メモリを一定量の区画に区切ったものであり、
メモリへのデータ書き込みの最小単位になる。FAT
は、クラスタの個数と同じ個数だけ設けられており、ク
ラスタとFATは1対1対応している。また、FATは
クラスタに記録されたデータの連続性を示すものであ
る。
The operation will be described below. A cluster is a division of memory into a fixed amount of
It is the minimum unit for writing data to memory. FAT
Are provided in the same number as the number of clusters, and the clusters and the FATs have a one-to-one correspondence. The FAT indicates the continuity of the data recorded in the cluster.

【0007】FATの内部には、そのFATに対応した
クラスタに書き込まれているデータの続きのデータが書
き込まれているクラスタに対応したFATの番号が書き
込まれており、これをたどることによってメモリの中の
クラスタに不連続な形で記録されたメッセージのデータ
を連続的に再生することが出来る。
Inside the FAT, the FAT number corresponding to the cluster in which the data following the data written in the cluster corresponding to the FAT is written is written. It is possible to continuously reproduce the message data recorded in the clusters in a discontinuous manner.

【0008】DIRは、記録されたメッセージに1対1
に対応するようにメモリ内に設けられている。よって、
DIRの個数を超えてメッセージを記録することが出来
ない。DIRの内部には、そのDIRに対応したメッセ
ージの符号化データガ書き込まれている最初のクラスタ
に対応したFATの番号が書き込まれている。
The DIR has a one-to-one correspondence with the recorded message.
It is provided in the memory so as to correspond to. Therefore,
It is not possible to record more messages than the number of DIRs. Inside the DIR, the FAT number corresponding to the first cluster in which the encoded data of the message corresponding to the DIR is written is written.

【0009】図5は従来例におけるデータの記録処理手
順を示すフローチャートである。データ記録時には、ま
ず、ステップS1で総クラスタ数nをn=0にし、次の
ステップS2においてn番目のFAT内の情報を読み込
む。次のステップS3では、読み込んだ情報が未使用情
報かを判定する。ここで、、未使用情報であると判定さ
れたときはステップS4に進み、そのFATに対応した
クリスタに情報を書き込み、ステップS5へ進む。
FIG. 5 is a flowchart showing a data recording processing procedure in the conventional example. When recording data, first, in step S1, the total number of clusters n is set to n = 0, and in the next step S2, the information in the n-th FAT is read. In the next step S3, it is determined whether the read information is unused information. Here, when it is determined that the information is unused information, the process proceeds to step S4, the information is written in the crystal corresponding to the FAT, and the process proceeds to step S5.

【0010】また、ステップS3において未使用情報で
ないと判定された場合はステップS5に進み、n=n+
1の処理を行ってステップS2に戻り、n=n+1番目
のFAT内の情報を読み込む。
If it is determined in step S3 that the information is not unused information, the process proceeds to step S5, where n = n +
The process of 1 is performed and the process returns to step S2 to read the information in the n = n + 1th FAT.

【0011】すなわち、データ記録時には、初めにどの
クラスタが空き領域であるかを判断する必要がある。こ
れを行うには各FATの値を読み込み、そのFATに対
応したクラスタが未使用であるかどうかを確認する。こ
れにより未使用のクラスタが見つかった場合、そのクラ
スタに対応したFATの位置を今回記録するメッセージ
番号に対応したDIRに書き込む。そして、その値に対
応したFATに対応したクラスタにデータを書き込む。
That is, when recording data, it is necessary to first determine which cluster is a free area. To do this, read the value of each FAT and check if the cluster corresponding to that FAT is unused. If an unused cluster is found in this way, the position of the FAT corresponding to that cluster is written in the DIR corresponding to the message number to be recorded this time. Then, the data is written in the cluster corresponding to the FAT corresponding to the value.

【0012】また、現在書き込んでいるクラスタの容量
が一杯になった場合、次にデータを書き込むクラスタに
対応したFAT番号を捜す。これを捜す方法は前述の通
りであり、捜し出したFAT番号を元に次にデータを書
き込むクラスタの位置を求める。記録が終了する場合に
は、最後にデータを書き込んでいたクラスタに対応した
FAT部にエンドマークを書き込む。
Further, when the capacity of the cluster currently being written is full, the FAT number corresponding to the cluster to which data is to be written next is searched for. The method of searching for this is as described above, and the position of the cluster to which the next data is written is obtained based on the found FAT number. When the recording is completed, the end mark is written in the FAT portion corresponding to the cluster in which the data was last written.

【0013】データ再生時には、まず初めに再生するメ
ッセージ番号に対応したDIRの値(FAT番号)を読
み込み、その値に対応したクラスタ内のデータを読み込
む。同クラスタ内のデータをすべて読み込んだ後、続き
のデータガ書き込まれているクラスタに対応したFAT
番号を捜す。捜すべき番号は、今までデータを読み込ん
でいたクラスタに対応したFATに書き込まれている。
従って、その番号を元に次のデータが書き込んであるク
ラスタの位置を求める。もし、FATに書き込まれてい
る番号(データの続きが記録されているクラスタに対応
したファット番号)がエンドマークであれば、今読み込
んでいるデータの書き込みがそこで終了していることに
なる。
At the time of data reproduction, first, the DIR value (FAT number) corresponding to the message number to be reproduced is read, and the data in the cluster corresponding to that value is read. After reading all the data in the same cluster, the FAT corresponding to the cluster in which the following data is written
Find the number. The number to be searched is written in the FAT corresponding to the cluster from which data has been read so far.
Therefore, the position of the cluster in which the next data is written is obtained based on that number. If the number written in the FAT (fat number corresponding to the cluster in which the continuation of the data is recorded) is the end mark, the writing of the data currently being read is completed there.

【0014】データ消去時には、まず初めに消去したい
メッセージ番号に対応したDIRの値(FAT番号その
1)を読み込む。次に、そのFAT内にある、続きのデ
ータが格納されているクラスタに対応しているFAT番
号その2を読み込む。前述の値を読み込んだ後、そのデ
ータが格納されていたEATに、そのEATに対応した
クラスタが未使用であることを示す値を書き込む。前述
した事と同じ処理を、先ほど読み込んだFAT番号その
2に対して行う。以上の処理を、読み込んだFAT番号
がそのメッセージの終了を示すエンドマークとなるまで
行う。
When erasing data, first, the DIR value (FAT number 1) corresponding to the message number to be erased is read. Next, the FAT number 2 corresponding to the cluster in which the subsequent data is stored in the FAT is read. After reading the above-mentioned value, a value indicating that the cluster corresponding to the EAT is unused is written in the EAT in which the data was stored. The same processing as described above is performed for the FAT number 2 that was read previously. The above processing is repeated until the read FAT number becomes the end mark indicating the end of the message.

【0015】[0015]

【発明が解決しようとする課題】しかしながら、上記従
来の方法では、記録開始時及び現在記録しているクラス
タの書き込み終了時に、最大すべてのFATに対して空
き領域があるかどうかを検索する必要があり、音声符号
化のフレーム処理など高速処理を必要とする場合にはデ
ータの書き込み処理が間に合わなくなる、という問題が
あった。
However, in the above-mentioned conventional method, it is necessary to search whether or not there is a vacant area for all the maximum FATs at the start of recording and at the end of writing of the currently recorded cluster. However, when high-speed processing such as voice coding frame processing is required, there is a problem that data writing processing cannot be completed in time.

【0016】本発明は上記従来の問題点を解決するもの
で、FATの検索にかかる処理数を少なくし、高速でメ
ッセージ管理を行うことができることを目的とする。
An object of the present invention is to solve the above-mentioned conventional problems, and it is an object of the present invention to reduce the number of processes required for FAT search and to perform message management at high speed.

【0017】[0017]

【課題を解決するための手段】上記目的を達成するため
に本発明のディジタル信号記録再生用メモリは、メモリ
の領域の一部にメッセージ管理領域を設け、前記メッセ
ージ管理領域は少なくとも各メッセージのメモリ領域で
の記録開始位置を示すディレクトリ領域と、各メッセー
ジのメモリ領域で記録されたクラスタか空きクラスタの
連続性情報を示すファイルアロケーションテーブル領域
とに分割され、さらに前記ディレクトリ領域には少なく
とも前記メモリ領域内での空きクラスタの先頭ファイル
アロケーションテーブル位置を指し示す空きクラスタデ
ィレクトリを有する構成とした。
To achieve the above object, the digital signal recording / reproducing memory of the present invention has a message management area in a part of the memory area, and the message management area is at least a memory for each message. The directory area indicating the recording start position in the area and the file allocation table area indicating the continuity information of the clusters or free clusters recorded in the memory area of each message are further divided into at least the memory area. It is configured to have a free cluster directory that points to the position of the first file allocation table of the free cluster in the directory.

【0018】[0018]

【作用】本発明は上記の構成により、メモリ中に複数個
のデータを記録した場合、ディレクトリファイルアロケ
ーションテーブル、クラスタを用いてデータを管理する
とき、データ書き込み時のファイルアロケーションテー
ブル(FAT)検索の回数を減らすことができる。
According to the present invention, when a plurality of data are recorded in the memory by the above-mentioned configuration, when the data is managed by using the directory file allocation table and the cluster, the file allocation table (FAT) search at the time of writing the data is performed. The number of times can be reduced.

【0019】[0019]

【実施例】以下、本発明の実施例について、図面を参照
しながら説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0020】図1は、本発明の実施例におけるメモリの
構成図である。本実施例のディジタル信号記録再生用の
記録媒体メモリには、半導体メモリが使用される。
FIG. 1 is a block diagram of a memory in an embodiment of the present invention. A semiconductor memory is used as a recording medium memory for recording / reproducing a digital signal in this embodiment.

【0021】図1において、aはDIR部、bはFAT
部、cはクラスタ部、dは空きクラスタDIRである。
In FIG. 1, a is a DIR part and b is a FAT.
Part, c is a cluster part, and d is a free cluster DIR.

【0022】以上のように構成されたディジタル信号記
録再生用メモリについて、以下、図1〜図3を用いてそ
の動作を説明する。
The operation of the digital signal recording / reproducing memory configured as described above will be described below with reference to FIGS.

【0023】まず、メモリ中にデータを記録できるよう
に初期化をする必要がある。図2は初期化時のメモリの
状態を表したもであり、初期化時には以下の作業を行
う。
First, it is necessary to perform initialization so that data can be recorded in the memory. FIG. 2 shows the state of the memory at the time of initialization, and the following work is performed at the time of initialization.

【0024】各DIRに、現在そのDIRに対応したメ
ッセージが書き込まれていないことを示すデータを書き
込む。各FATには、そのFATの番号に「1」を加え
た番号を書き込む。そして、メモリ中の最後のFATに
は、メッセージエンドを示す情報を書き込む。空きクラ
スタDIRには、メモリ中の先頭のFATの番号を書き
込む。すなわち初期化終了時には、FAT領域全体が連
続している状態となり、空きクラスタDIRを1個のメ
ッセージと見立てると、見かけ上メモリ全体が空きクラ
スタDIRに対応したメッセージが記録されていること
になる。
Data indicating that the message corresponding to the DIR is not currently written is written in each DIR. A number obtained by adding "1" to the FAT number is written in each FAT. Then, the information indicating the message end is written in the last FAT in the memory. The number of the first FAT in the memory is written in the empty cluster DIR. That is, at the end of the initialization, the entire FAT area is in a continuous state, and if the empty cluster DIR is regarded as one message, the entire memory apparently has a message corresponding to the empty cluster DIR recorded therein.

【0025】このように空きクラスタDIRは、メモリ
中の未使用部分のクラスタに対応した連続性のあるFA
Tの先頭のFATの情報を持つ。
As described above, the free cluster DIR is a continuous FA corresponding to an unused cluster in the memory.
It has information on the FAT at the beginning of T.

【0026】図3は、本実施例におけるデータ記録処理
手順を示すフローチャートである。図3に示すように、
データ記録時には、まず初めに空きクラスタDIRの値
を読み込み(ステップS11)、その値を今回記録する
メッセージ番号に対応したDIRに書き込む。そして、
その値に対応したFATに対応したクラスタにデータを
書き込む(ステップS12)。
FIG. 3 is a flow chart showing the data recording processing procedure in this embodiment. As shown in FIG.
At the time of data recording, first, the value of the empty cluster DIR is read (step S11), and the value is written in the DIR corresponding to the message number to be recorded this time. And
Data is written in the cluster corresponding to the FAT corresponding to the value (step S12).

【0027】現在書き込んでいるクラスタの容量が一杯
になった場合、次にデータを書き込むクラスタに対応し
たFAT番号を捜す(ステップS13)。捜すべき番号
は、現在書き込んでいるクラスタに対応したFATに書
き込まれている。その番号を元に次にデータを書き込む
クラスタの位置を求める。記録が終了する場合には、最
後にデータを書き込んだクラスタに対応するFAT部分
に書き込まれている番号を空きクラスタDIRに書き込
み、同FAT部にエンドマークを書き込む。
When the capacity of the cluster currently being written is full, the FAT number corresponding to the cluster to which data is to be written next is searched for (step S13). The number to be searched is written in the FAT corresponding to the cluster currently being written. Based on that number, the position of the cluster where the data is written next is calculated. When the recording is completed, the number written in the FAT portion corresponding to the cluster in which the data is written last is written in the empty cluster DIR and the end mark is written in the FAT portion.

【0028】次にデータの再生時について述べる。デー
タの再生時には、まず初めに再生するメッセージ番号に
対応したDIRの値(FAT番号)を読み込み、その値
に対応したクラスタ内のデータを読み込む。同クラスタ
内のデータをすべて読み込んだ後、続きのデータが書き
込まれているクラスタに対応したFAT番号を捜す。捜
すべき番号は、今までデータを読み込んでいたクラスタ
に対応したFATに書き込まれている。その番号を元に
次のデータが書き込んであるクラスタの位置を求める。
もし、FATに書き込まれている番号(データの続きが
記録されているクラスタに対応したファット番号)がエ
ンドマークであれば、今読み込んでいるデータの書き込
みがそこで終了していることになる。
Next, data reproduction will be described. When reproducing data, first, the value of DIR (FAT number) corresponding to the message number to be reproduced is read, and the data in the cluster corresponding to that value is read. After reading all the data in the same cluster, the FAT number corresponding to the cluster in which the subsequent data is written is searched for. The number to be searched is written in the FAT corresponding to the cluster from which data has been read so far. The position of the cluster in which the next data is written is calculated based on the number.
If the number written in the FAT (fat number corresponding to the cluster in which the continuation of the data is recorded) is the end mark, the writing of the data currently being read is completed there.

【0029】以上のように本実施例によれば、特にデー
タ記録時にFATの検索回数を減らすことができ、高速
な処理を必要とする際に有利である。
As described above, according to the present embodiment, it is possible to reduce the number of FAT searches especially during data recording, which is advantageous when high-speed processing is required.

【0030】[0030]

【発明の効果】以上のように本発明は、メモリ中のメッ
セージ管理領域内に、未使用のクラスタを1個のメッセ
ージとみなして管理する領域を設けることにより、従来
と比較して、データ記録時のFAT検索の回数が少なく
なり、高速な処理が可能になるという効果を有する。
As described above, according to the present invention, by providing an area for managing an unused cluster as one message in the message management area in the memory, data recording can be performed as compared with the conventional method. This has the effect that the number of FAT searches at that time is reduced and high-speed processing becomes possible.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の実施例におけるディジタル信号記録音
再生用メモリの構成図
FIG. 1 is a configuration diagram of a memory for reproducing a digital signal recording sound according to an embodiment of the present invention.

【図2】本実施例におけるディジタル信号記録再生用メ
モリの動作及びメモリ蓄積状態を示す図
FIG. 2 is a diagram showing the operation and memory accumulation state of the digital signal recording / reproducing memory in the present embodiment

【図3】本実施例におけるディジタル信号の記録処理手
順を示すフローチャート
FIG. 3 is a flowchart showing a recording processing procedure of a digital signal in the present embodiment.

【図4】従来例におけるディジタル信号の記録再生用メ
モリの構成図
FIG. 4 is a configuration diagram of a digital signal recording / reproducing memory in a conventional example.

【図5】従来例におけるディジタル信号の記録処理手順
を示すフローチャート
FIG. 5 is a flowchart showing a digital signal recording processing procedure in a conventional example.

【符号の説明】[Explanation of symbols]

a DIR部 b FAT部 c クラスタ部 d 空きクラスタDIR a DIR part b FAT part c Cluster part d Free cluster DIR

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 メモリ領域を一定数毎のクラスタに分割
し、符号化されたデータのまとまりであるメッセージの
記録、再生及び管理を可能にしたディジタル記録再生用
メモリであって、メモリ領域の一部にメッセージ管理領
域を設け、前記メッセージ管理領域は少なくとも各メッ
セージメモリ領域での記録開始位置を示すディレクトリ
領域と、各メッセージのメモリ領域で記録されたクラス
タか空きクラスタの連続性情報を示すファイルアロケー
ションテーブル領域とに分割され、さらに前記ディレク
トリ領域には少なくとも前記メモリ領域内での空きクラ
スタの先頭ファイルアロケーションテーブル位置を指し
示す空きクラスタのディレクトリを備えたディジタル信
号記録再生用メモリ。
1. A digital recording / reproducing memory in which a memory area is divided into a certain number of clusters to enable recording, reproduction, and management of a message, which is a group of encoded data, and is one of the memory areas. A message management area is provided in the section, and the message management area is a directory area indicating at least a recording start position in each message memory area, and a file allocation indicating continuity information of a cluster recorded in each message memory area or an empty cluster. A memory for digital signal recording / reproducing, which is divided into a table area and a directory of a free cluster which points to a position of the first file allocation table of the free cluster in the directory area.
JP5202148A 1993-08-16 1993-08-16 Digital signal recording/reproducing memory Pending JPH0756785A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5202148A JPH0756785A (en) 1993-08-16 1993-08-16 Digital signal recording/reproducing memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5202148A JPH0756785A (en) 1993-08-16 1993-08-16 Digital signal recording/reproducing memory

Publications (1)

Publication Number Publication Date
JPH0756785A true JPH0756785A (en) 1995-03-03

Family

ID=16452765

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5202148A Pending JPH0756785A (en) 1993-08-16 1993-08-16 Digital signal recording/reproducing memory

Country Status (1)

Country Link
JP (1) JPH0756785A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1296930C (en) * 2002-09-29 2007-01-24 上海乐金广电电子有限公司 Recording and access method of Digital document
KR100678888B1 (en) * 2004-07-19 2007-02-05 삼성전자주식회사 Apparatus and method for wiriting and reading data

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1296930C (en) * 2002-09-29 2007-01-24 上海乐金广电电子有限公司 Recording and access method of Digital document
KR100678888B1 (en) * 2004-07-19 2007-02-05 삼성전자주식회사 Apparatus and method for wiriting and reading data

Similar Documents

Publication Publication Date Title
US6341278B1 (en) Recording and reproducing apparatus and method for accessing data stored on a randomly accessible recording medium, and for managing data thereon
JP2712656B2 (en) CD-ROM recording method
JP2610737B2 (en) Recording and playback device
KR100389987B1 (en) Distributed directory for information stored on voice memory devices
KR920018733A (en) Data recording and playback device
US20050259542A1 (en) Reproduction device and method, recording medium, and program
JP2001351365A (en) Data recording reproducing device and data recording reproducing method
JPH0756785A (en) Digital signal recording/reproducing memory
JP2002351705A (en) Device and method for recording and reproducing digital signal
KR100477119B1 (en) File reproduction apparatus and file reproduction method
US6047360A (en) System and method of organizing and defragmenting audio events recorded on a storage medium
JP2850366B2 (en) Buffer memory circuit
JPH07311943A (en) Data recording system for write once optical disc
JPS6216274A (en) Leveling system for sound data in record
JP3524774B2 (en) Information recording / reproducing device
JP2004253063A (en) Information recording medium and recording/reproducing device
RU2303823C2 (en) Method for processing, recording and reproducing real time files
JPS6222160B2 (en)
JPH02299036A (en) Information recording and reproducing method
RU2300148C2 (en) Data carrier for storing information about recording/reproduction in real time scale, method and device for recording and reproduction in real time scale, and method for processing files using these
JPH02203469A (en) Recording device and reproducing device
JPS6370966A (en) Digital recording and reproducing device
KR100242291B1 (en) Method for reading variable packet structure
JPH1169275A (en) Video data storage method
RU2289860C2 (en) Recording medium for storage of information about record/playback in real-time