Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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.3.0
pts/encode-wavpack-1.3.0
- 03 April 2017 -
Update against latest upstream
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.0.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://pkgs.fedoraproject.org/repo/pkgs/wavpack/wavpack-5.1.0.tar.bz2/sha512/4c31616ae63c3a875afa20f26ce935f7a8f9921e2892b4b8388eca3ccd83b2d686f43eed8b9ec1dead934a1148401b9dced3b05f509b7942c48d7af31cf80a54/wavpack-5.1.0.tar.bz2, https://sources.voidlinux.eu/wavpack-5.1.0/wavpack-5.1.0.tar.bz2</URL> <MD5>7f06272651f0c2292c1d0ba353386782</MD5> <SHA256>1939627d5358d1da62bc6158d63f7ed12905552f3a799c799ee90296a7612944</SHA256> <FileSize>824331</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh mkdir $HOME/wavpack_ tar -xjf wavpack-5.1.0.tar.bz2 cd wavpack-5.1.0 ./configure --prefix=$HOME/wavpack_ make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status make install cd ~ rm -rf wavpack-5.1.0.tar.bz2 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 v7.0.1--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.0.1--> <PhoronixTestSuite> <TestInformation> <Title>WavPack Audio Encoding</Title> <AppVersion>5.1</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.3.0</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>