RWCP Sound Scene Database in Real Acoustical Environments Software for displaying and manipulating waveforms of sound signals |
| 1. Data format |
![]() |
The database mainly contains speech data and impulse response data. The speech data is raw data measured by a microphone and A/ D converter and consists of a 16-bit integer format. Conversely, the impulse response data is yielded by calculation and consists of a 32-bit real number format. Both are raw format without any header and sampled using 48 kHz.
File Format Sample Sound 16 bit integer Raw format (48kHz) metalic impulsive sounds pan.dat (90kB) Impulse response 32 bit float Raw format(48kHz) Impulse response ir383.dat (92kB)
| 2. Software for displaying and manipulating waveforms |
![]() |
There are various software programs for displaying speech signal data as a waveform on the screen, performing simple editing work, or converting a file format to WAVE format. Among these are some useful software programs, introduced below, for processing speech data in the database by speech and acoustics researchers.
| 3. SPWAVE - software for displaying and manipulating speech data file |
![]() |
SPWAVE software for displaying and manipulating speech data file is in the DVD-ROM of the database, courtesy of BANNO Hideki, the author. Binary versions of Windows 95 and 98, Mac OS and Linux are supplied. However, it is necessary to upadte SPWAVE. It is therefore recommended that you transfer a latest version from SPWAVE web site.
The program works properly on Vine 2.0 and RedHat 7. A GTK version requires a shared library of GTK+ version 1.2.X. In addition, to work this binary file, the following plug-in package has to be installed.
Only the basic operation method of SPWAVE is described herewith. For details, refer to the User's Guide presented on the SPWAVE web site.
spwave [options...] [filename...]
For displaying the raw format of the 16-bit integer (speech) and 32-bit real
number (impulse response) processed in the database, the program can be
started by attaching the following options.
$ spwave -b 16 -f 48000 filename ……… 48kHz, 16bit, integer
$ spwave -b 33 -f 48000 filename ……… 48kHz, 32bit, float
