Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
WavPack Audio Encoding 1.2.1
pts/encode-wavpack-1.2.1
- 03 November 2015 -
Update download links.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m4--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://pkgs.fedoraproject.org/repo/pkgs/wavpack/wavpack-4.41.0.tar.bz2/6a13edeae437498db78fe528d9e95144/wavpack-4.41.0.tar.bz2, http://www.slackware.com/~alien/slackbuilds/wavpack/build/wavpack-4.41.0.tar.bz2, http://ftp.mirrorservice.org/sites/distfiles.macports.org/wavpack/wavpack-4.70.0.tar.bz2</URL> <MD5>6a13edeae437498db78fe528d9e95144</MD5> <FileSize>329241</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh mkdir $HOME/wavpack_ tar -xjf wavpack-4.41.0.tar.bz2 cd wavpack-4.41.0 ./configure --prefix=$HOME/wavpack_ make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status make install cd .. rm -rf wavpack-4.41.0/ echo "#!/bin/sh ./wavpack_/bin/wavpack -q -r -hhx2 -o - \$TEST_EXTENDS/pts-trondheim.wav > /dev/null 2>&1 echo \$? > ~/test-exit-status" > encode-wavpack chmod +x encode-wavpack
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m4--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m4--> <PhoronixTestSuite> <TestInformation> <Title>WavPack Audio Encoding</Title> <AppVersion>4.41.0</AppVersion> <Description>This test times how long it takes to encode a sample WAV file to WavPack format.</Description> <SubTitle>WAV To WavPack</SubTitle> <Executable>encode-wavpack</Executable> </TestInformation> <TestProfile> <Version>1.2.1</Version> <SupportedPlatforms>Linux, MacOSX, Solaris</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <Extends>pts/timed-audio-encode</Extends> <ProjectURL>http://www.wavpack.com/</ProjectURL> <Maintainer>apaige</Maintainer> </TestProfile> </PhoronixTestSuite>